Nelder Mead Optimizer.Shrinkage Factor Property
Gets or sets the factor by which the simplex is shrunk towards the best point.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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. |