NelderMeadOptimizer.ExpansionFactor Property

Gets or sets the factor by which the simplex is extended in the direction of the current best point.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double ExpansionFactor { get; set; }

Property Value

Double

Remarks

The expansion factor must be greater than one.The default value is 2.

Exceptions

ArgumentOutOfRangeExceptionThe value is less than or equal to one.

See Also