#genetic #genetic-algorithm #planner #planning #ia

genetic_planner

A simple library that use genetic algorithm to resolve planning problems

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

#7 in #planner

48 downloads per month

LGPL-3.0

605KB
540 lines

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

Documentation

crates.io

Dependencies