Crate evco [] [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

gp

Genetic Programming.