NelderMeadOptimizer.ContractionFactor Property

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

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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

ArgumentOutOfRangeException

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

See Also