jeepers

Crates.iojeepers
lib.rsjeepers
version0.1.1
sourcesrc
created_at2017-01-29 17:33:54.763261
updated_at2017-01-29 18:59:22.603912
descriptionIncomplete Genetic Programming library for Rust.
homepagehttps://github.com/46bit/jeepers
repositoryhttps://github.com/46bit/jeepers.git
max_upload_size
id8289
size18,284
Michael Mokrysz (46bit)

documentation

README

jeepers

Incomplete Genetic Programming library for Rust.

Status

Build Status Coverage Status

Description

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

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.

Development

  • Reformat code with cargo fmt.
  • Lint code with cargo build --features dev.
  • Run tests with cargo test.

License

jeepers is distributed under the LGPLv3.0 license.

Commit count: 33

cargo fmt