Specifies the problem optimization type.
The problem may state that it need maximize or minimize evaluation function output. This type allows you to
specify which optimization mode you want
| Member Name | Description |
|---|---|
| Minimize | Indicates that smaller values of evaluation function are more desirable. |
| Maximize | Indicates that bigger values of evaluation function are more desirable. |
Namespace: AnticipatingMinds.ArtificialMind.GeneticAlgorithms
Assembly: AnticipatingMinds.ArtificialMind.GeneticAlgorithms (in AnticipatingMinds.ArtificialMind.GeneticAlgorithms.dll)
AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace | OptimizationType