GeneticProgramming.Generation Property
From Fight Game AI Demo
A Sandcastle Documented Class Library
| GeneticProgrammingGeneration Property |
Gets or sets the generation.
Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public List<Indevidual> Generation { get; set; }
Property Value
Type: ListIndevidualThe generation.