ExtremumType 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#
public enum ExtremumType

Members

Minimum0 A minimum of the objective function is requested. (This is the default.)
Maximum1 A maximum of the objective function is requested.

See Also