NelderMeadOptimizer.ExpansionFactor Property

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

Definition

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

Property Value

Double

Remarks

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

Exceptions

ArgumentOutOfRangeException

The value is less than or equal to one.

See Also