Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

bholt/experiments-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiments


Testing 1, 2, 3.

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

However, there are several dependencies:

  • Ruby version >= 1.9
  • Rubygems (should have come with the latest Ruby installations)
  • gems:
    • grit (git integration)
    • sequel (database output)
    • sqlite3 (note: this also requires sqlite3 itself to be installed)
    • open4
    • awesome_print

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.

About

Library for running and tabulating experiments and parameter sweeps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages