lgp-core 1.7.9

A library to solve problems using linear genetic programming
Documentation
1
2
3
4
5
6
7
8
9
10
//#![warn(rustdoc::all)]
//#![warn(missing_docs)]

//! A library to solve problems using linear genetic programming!
//!
//! Provides a bootstrapped implementation to help you start exploring problems immediately.
pub mod core;
pub mod extensions;
pub mod problems;
pub mod utils;