radiate-gp 0.0.1

Extensions for radiate. Genetic Programming implementations for graphs (neural networks) and trees
Documentation
1
2
3
4
5
6
7
8
pub mod collections;
pub mod ops;

pub use collections::*;
pub use ops::{
    get_activation_operations, get_all_operations, get_math_operations, DataSet, ErrorFunction,
    Op, Regression,
};