Click or drag to resize

MultiExtremumLocation Property

Gets the location of the optimum.

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ColumnVector Location { get; }

Property Value

Type: ColumnVector
A read-only vector of the coordinates at which the function reaches its optimum.
See Also