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: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |