GeneticProgramming.mating_pool Field

Fight Game AI Demo

GeneticProgrammingmating_pool Field
The mating pool to be used in generating next generation of trees

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private List<Indevidual> mating_pool

Field Value

Type: ListIndevidual
See Also