Artificial Mind Help

GeneticAlgorithm.GAOptimizationType Enumeration

Specifies the problem optimization type.

public enum GeneticAlgorithm.GAOptimizationType

Remarks

The problem may state that it need maximize or minimize evaluation function output. This type allows you to specify which optimization mode you want

Members

Member NameDescription
Minimize Indicates that smaller values of evaluation function are more desirable.
Maximize Indicates that bigger values of evaluation function are more desirable.

Requirements

Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms

Assembly: AnticipatingMinds.ArtificialMind.GeneticAlgorithms (in AnticipatingMinds.ArtificialMind.GeneticAlgorithms.dll)

See Also

AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace | OptimizationType