Skip to content

A simple library that use genetic algorithm to resolve planning problems

License

Notifications You must be signed in to change notification settings

md1512/genetic_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Link

Documentation

crates.io

About

A simple library that use genetic algorithm to resolve planning problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages