Represents an individual entity in the population that carries a fitness score. Any custom entity passed to the Genetic Algorithm must implement this type.
Optional
The evaluated fitness score of the individual. This property is automatically assigned by the algorithm during the evaluation step.
Represents an individual entity in the population that carries a fitness score. Any custom entity passed to the Genetic Algorithm must implement this type.