Click or drag to resize

BruteForceLineSearchNumberOfInitialDivisions Property

Gets or sets the number of grid divisions used in the initial coarse search.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int NumberOfInitialDivisions { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 2.
See Also