Artificial Mind Help

Population Constructor (Type, Int32)

Initialize an instance of population class with populationSize number of instances of geneType class. The Initialize function is called for every instance of Gene class.

public Population(
   Type geneType,
   int populationSize
);

Parameters

geneType
Custom gene type.
populationSize
The desired size of the population.

See Also

Population Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace | Population Constructor Overload List