ExtremumType 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.0
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