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