6 releases (3 breaking)
Uses old Rust 2015
0.4.0 | Sep 18, 2016 |
---|---|
0.3.0 | Sep 16, 2016 |
0.2.0 | Sep 14, 2016 |
0.1.5 | Sep 3, 2016 |
0.1.0 | Aug 21, 2016 |
#9 in #planner
605KB
540 lines
Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.
Genetic Planner
A simple library, written in Rust, that use genetic algorithm to resolve planning problems.
This library is released under the terms of LGPLv3
Run the examples
Clone the repository
git clone https://github.com/md1512/genetic_planner
cd genetic_planner
Install Rust if not already installed
Run the maze example
cargo run --example maze
Run the "diehard" example
cargo run --example diehard