radiate-extensions 0.1.1

Extensions for radiate. Genetic Programming implementations for graphs (neural networks) and regression analysis
Documentation
1
2
3
4
5
pub mod node;
pub mod tracer;

pub use node::*;
pub use tracer::*;