Nelder Mead Optimizer.Contraction Factor Property
Gets or sets the factor used in a contraction step of the algorithm.
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 ContractionFactor { get; set; }
Property Value
DoubleRemarks
This value must be strictly between 0 and 1. The default value is 0.5.
Exceptions
Argument | The value is outside of the range (0,1). |