bholt / experiments-new

Library for running and tabulating experiments and parameter sweeps.
2 stars 1 forks source link

Experiments


Testing 1, 2, 3.

This library consists entirely of a single Ruby source file: experiments.rb

However, there are several dependencies:

Installation

To "install", experiments.rb simply needs to be on your RUBYPATH, so you can either add this directory to your RUBYPATH, or symlink the file into an existing directory set aside for Ruby libraries on your system.

If you haven't already, clone the project locally:

> git clone git://github.com/bholt/experiments.git

Examples

The file run_sample.rb contains a toy run script for use in an application. This can be placed anywhere convenient and modified for your own use. See the file for more information about usage. The examples directory contains more realistic scripts used in Grappa. In particular, they contain more useful output parsers.