algen 0.1.1

A parallelized genetic algorithm runner
Documentation

algen

Algen is a platform, written in rust, for running genetic algorithms.

Installation

Add the dependency to your crates

[package]
name = "my-app"
version = "0.1.0"
edition = "2021"

[dependencies]
algen = "0.1.0"

And then you can run cargo to fetch it.

cargo build

Usage

See the examples folder for how to use it.

Contributing

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.

License

MIT