Structs§
- Config
- Configuration parameters for NEAT evolution and mutation.
- Connection
- Represents a connection (edge) between two nodes in the network.
- Genome
- Represents a neural network genome: nodes, connections, and input/output counts.
- Node
- Represents a neuron (node) in the network.
- Organism
- Represents an individual in the population, encapsulating a genome and its network.
Enums§
- Neuron
Type - Enum representing the type of a neuron in the network.