Artificial Mind Help

GeneticAlgorithm.Evolve Method (Type, Int32, Int64)

Start searching for problem solution.

public Gene Evolve(
   Type geneType,
   int populationSize,
   long maxGenerations
);

Parameters

geneType
.NET type of the gene class. This type must be inherited from Gene
populationSize
The size of the population.
maxGenerations
Maximum generations allowed for solution search.

Return Value

Gene instanvce that represents found solution. If no acceptable solution has been found returns null.

See Also

GeneticAlgorithm Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace | GeneticAlgorithm.Evolve Overload List