|
NonlinearConjugateGradientOptimize Method
|
Implements the actual optimization algorithm. This
method should try to minimize the objective function.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math.Noncommercial (in Accord.Math.Noncommercial.dll) Version: 3.8.0
Syntax protected override bool Optimize()
Protected Overrides Function Optimize As Boolean
Request Example
View SourceReturn Value
Type:
BooleanTrue if the algorithm succeeded; false otherwise.
See Also