NelderMeadOptimizer.ReflectionFactor Property

Gets or sets the factor by which the simplex is reflected away from the worst point.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double ReflectionFactor { get; set; }

Property Value

Double

Remarks

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

Exceptions

ArgumentOutOfRangeException

The value is greater than or equal to zero.

See Also