Crates.io | jeepers |
lib.rs | jeepers |
version | 0.1.1 |
source | src |
created_at | 2017-01-29 17:33:54.763261 |
updated_at | 2017-01-29 18:59:22.603912 |
description | Incomplete Genetic Programming library for Rust. |
homepage | https://github.com/46bit/jeepers |
repository | https://github.com/46bit/jeepers.git |
max_upload_size | |
id | 8289 |
size | 18,284 |
Incomplete Genetic Programming library for Rust.
This approach is inspired by the GP in Python's DEAP. The aim is for jeepers
to be more performant and obtain simpler code through Rust's typesystem.
examples/snake.rs
will in time evolve a Snake AI. For now it simply generates a random tree. Run this using cargo run --example snake
.
cargo fmt
.cargo build --features dev
.cargo test
.jeepers
is distributed under the LGPLv3.0 license.