NelderMeadOptimizer.Scale Property

Gets or sets the size of the initial simplex.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> Scale { get; set; }

Property Value

Vector<Double>

See Also