neat_lib 0.1.1

Rust implementation of NeuroEvolution of Augmenting Topologies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod config;
pub mod population;
pub mod genome;
pub mod errors;
pub mod gene;
pub mod connection_gene;
mod species;
mod innovation_number;
pub(crate) mod activation;
pub(crate) mod aggregation;
mod attribute;
mod math;