[−][src]Crate neat_rs
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 |
GlobalNeatCounter | Trait required by neat struct |