NelderMeadOptimizer.ReflectionFactor 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#
public double ReflectionFactor { get; set; }

Property Value

Double

Remarks

The reflection factor must be less than zero. The default value is -1.

Exceptions

ArgumentOutOfRangeExceptionThe value is greater than or equal to zero.

See Also