Nelder Mead Optimizer.Shrinkage Factor Property
Gets or sets the factor by which the simplex is shrunk towards the 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 ShrinkageFactor { get; set; }
Property Value
DoubleRemarks
The shrinkage factor must be strctly between 0 and 1. The default value is 0.5.
Exceptions
Argument | The value is greater than or equal to zero. |