|
NelderMeadStepSize Property
|
Gets the step sizes to be used by the optimization
algorithm. Default is to initialize each with 1e-5.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] StepSize { get; }
Public ReadOnly Property StepSize As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also