NelderMeadOptimizer.ShrinkageFactor Property
Gets or sets the factor by which the simplex is shrunk towards the best point.
DefinitionPermalink
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
public double ShrinkageFactor { get; set; }
Property ValuePermalink
DoubleRemarksPermalink
The shrinkage factor must be strctly between 0 and 1. The default value is 0.5.
ExceptionsPermalink
Argument | The value is greater than or equal to zero. |