RsGenetic is a framework for executing genetic algorithms in Rust. It is designed to have a simple but modular API.
As RsGenetic is nearing a 1.0.0 release, now is the time to request any features that you want to see in the first stable
version. If you find such a missing feature, please open an issue, describe it, and label the issue feature-request
.
Documentation is available here.
Examples are available in the examples
directory. Execute cargo run --example $EXAMPLE_NAME
to run an example.
Licensed under either of
at your option.
Contributions are always welcome. Take a look at the issues for any enhancements that need to be done or bugs that need to be fixed. If you encounter any bugs while using the library, feel free to open an issue and/or fix the bug, and submit pull requests.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.