GeneticProgramming.Population_size Property

Fight Game AI Demo

GeneticProgrammingPopulation_size Property
Gets or sets the population_size.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Population_size { get; set; }

Property Value

Type: Int32
The population_size.
See Also