Algen is a platform, written in rust, for running genetic algorithms.
Add the dependency to your crates
```toml [package] name = "my-app" version = "0.1.0" edition = "2021"
[dependencies] algen = "0.1.0" ```
And then you can run cargo to fetch it.
bash
cargo build
See the examples folder for how to use it.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.