This is a genetic algorithm library that attempts to structure the general evolution stuff, and let algorithm implementations isolate their choices while having some convenience methods for free.
It's just a shard. Add it to your shard.yml.
dependencies:
genetic:
git: kholbekj/genetic
version: 0.1.0
See the /examples folder.
- Fork it (https://github.com/your-github-user/genetic/fork)
- 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 a new Pull Request
- Kasper Jensen - creator and maintainer