Click or drag to resize
QuasiNewtonTrainerMaximumStepsize Property
The maximum step size.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double MaximumStepsize { get; set; }

Property Value

Type: Double
A nonnegative double value specifying the maximum allowable step size in the optimizer.
Remarks
The value of MaximumStepsize will be equal to -999.0 if the default value is to be used and the Train method has not been called.
See Also