Artificial Mind Help

GeneticAlgorithm.OptimizationType Property

Specifies desired optimization type for the problem.

public GeneticAlgorithm.GAOptimizationType OptimizationType {get; set;}

Remarks

If this property is set to Minimize then genes with smaller evaluation function values are more desirable. If this property is set to Maximize then genes with bigger evaluation function values are more desirable.

See Also

GeneticAlgorithm Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace