|
LevenbergMarquardtAdjustment Property
|
Learning rate adjustment.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double Adjustment { get; set; }
Public Property Adjustment As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks The value by which the learning rate
is adjusted when searching for the minimum cost surface.
Default value is 10.
See Also