Module population

Module population 

Source
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
PopulationConfig
PopulationConfig is a struct that configures Population for evolutionary selection.

Enums§

FitnessValueError