Expand description
This module focuses on implementing an evolutionary algorithm for neural network optimization. It uses Stochastic Universal Sampling (SUS) and Truncation for selection within a population of neural network agents.
Structs§
- Population
Population- Population
Config PopulationConfigis a struct that configuresPopulationfor evolutionary selection.