Crate jeepers [] [src]

Genetic Programming for Rust

This crate implements a Genetic Programming library inspired by the GP in Python's DEAP. This library is hoped to be more performant and use Rust's typesystem to obtain simpler code.

Presently under active development.

Modules

tree

Module for generating Genetic Program trees.