(c) 2012 Olivier Saut [email protected]
Parameter space rover for mathematical models.
Sojourner is a gem for exploring the parameter space of a mathematical model.
Sojourner uses the BSD license. See LICENSE for details.
Add this line to your application's Gemfile:
gem 'sojourner'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sojourner
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request