Extremum Type Enumeration
Enumerates the possible values for the type of extremum an optimizer is to look for.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum ExtremumTypeMembers
| Minimum | 0 | A minimum of the objective function is requested. (This is the default.) |
| Maximum | 1 | A maximum of the objective function is requested. |