| LeastSquaresTrainerMaximumStepsize Property |
The maximum step size.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double MaximumStepsize { get; set; }Public Overridable Property MaximumStepsize As Double
Get
Set
public:
virtual property double MaximumStepsize {
double get ();
void set (double value);
}abstract MaximumStepsize : float with get, set
override MaximumStepsize : float with get, set
Property Value
Type:
Double
A nonnegative
double value specifying the maximum allowable
stepsize in the optimizer.
Remarks
By default, MaximumStepsize =
,
where w are the values of the
Weights in
the network when training starts.
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