Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 838 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 838 Bytes

Sojourner

Build Status

(c) 2012 Olivier Saut osaut@airpost.net

Parameter space rover for mathematical models.

1. What is Sojourner?

Sojourner is a gem for exploring the parameter space of a mathematical model.

2. License

Sojourner uses the BSD license. See LICENSE for details.

3. Installing Sojourner

Add this line to your application's Gemfile:

gem 'sojourner'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sojourner

4. Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request