Nelder Mead Optimizer.Contraction Factor Property
Gets or sets the factor used in a contraction step of the algorithm.
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 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). |