NelderMeadOptimizer.ShrinkageFactor Property

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

DefinitionPermalink

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

Property ValuePermalink

Double

RemarksPermalink

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

ExceptionsPermalink

ArgumentOutOfRangeException

The value is greater than or equal to zero.

See AlsoPermalink