genetic

Version, currently master branch1 version
  • master branchlatestJun 1, 2020

github.com/kholbekj/genetic

Genetic Algorithm Library

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  genetic:
    github: kholbekj/genetic
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
MIT
Author
Kasper Jensen
Target
  • genetic from src/genetic.cr

Dependencies

This version declares no dependencies.

README

genetic

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.

Installation

It's just a shard. Add it to your shard.yml.

dependencies:
  genetic:
      git: kholbekj/genetic
      version: 0.1.0

Usage

See the /examples folder.

Contributing

  1. Fork it (https://github.com/your-github-user/genetic/fork)
  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 a new Pull Request

Contributors