Expand description
§neat-rs
Implementation of neat algorithm in rust
Structs§
- Connection
- Connection gene provided by the Genome struct that can be used to build the neural network
- Genotype
- Genotype representation of the network
- Neat
- Neat struct that takes care of evolving the population based on the fitness scores
Traits§
- Gene
- Trait required for a genome to be used by neat
- Global
Neat Counter - Trait required by neat struct