Enumerates the possible values for the type of extremum an optimizer is to look for.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Enumeration ExtremumType
public enum class ExtremumType
| Member name | Value | Description |
---|
| Minimum | 0 |
A minimum of the objective function is requested. (This is the default.)
|
| Maximum | 1 |
A maximum of the objective function is requested.
|
Reference