46bit / evco

Genetic Programming in Rust
https://46bit.github.io/evco/
GNU Lesser General Public License v3.0
3 stars 2 forks source link
genetic-programming rust

evco

An Evolutionary Computing library for Rust. Currently an incomplete implementation of Genetic Programming.

Status

Build Status Coverage Status

Description

This approach is inspired by the GP in Python's DEAP. The aim is for evco to be more performant and obtain simpler code through Rust's typesystem.

Examples

Development

License

evco is distributed under the LGPLv3.0 license.