NelderMeadOptimizer.ContractionFactor Property

Gets or sets the factor used in a contraction step of the algorithm.

Definition

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

Property Value

Double

Remarks

This value must be strictly between 0 and 1. The default value is 0.5.

Exceptions

ArgumentOutOfRangeExceptionThe value is outside of the range (0,1).

See Also