NelderMeadOptimizer.ShrinkageFactor Property

Gets or sets the factor by which the simplex is shrunk towards the best point.

Definition

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

Property Value

Double

Remarks

The shrinkage factor must be strctly between 0 and 1. The default value is 0.5.

Exceptions

ArgumentOutOfRangeException

The value is greater than or equal to zero.

See Also