OptimizationModel.ExtremumType Property

Gets or sets whether a minimum or a maximum should be computed.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ExtremumType ExtremumType { get; set; }

Property Value

ExtremumType
An ExtremumType value.

Remarks

By default, a minimum is computed.

See Also