This is a small Rust library for solving maximization problems using genetic algorithms.
See the example to see how it works.
The crate is accessible through crates.io.
You can add it to your Cargo.toml
:
toml
[dependencies]
evolution_rs = "0.1.0"