Nelder Mead Optimizer.Reflection Factor Property
Gets or sets the factor by which the simplex is reflected away from the worst 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 ReflectionFactor { get; set; }
Property Value
DoubleRemarks
The reflection factor must be less than zero. The default value is -1.
Exceptions
Argument | The value is greater than or equal to zero. |