MultidimensionalOptimizer.Extremum Property

Gets or sets the current best approximation to the extremum.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseVector<double> Extremum { get; }

Property Value

DenseVector<Double>
A dense vector.

See Also