Nelder Mead Optimizer.Expansion Factor Property
Gets or sets the factor by which the simplex is extended in the direction of the current best point.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double ExpansionFactor { get; set; }
Property Value
DoubleRemarks
The expansion factor must be greater than one.The default value is 2.
Exceptions
Argument | The value is less than or equal to one. |