radiate-gp 1.2.15

Extensions for radiate. Genetic Programming implementations for graphs (neural networks) and trees.
Documentation
1
2
3
pub trait ToDot {
    fn to_dot(&self) -> String;
}