Click or drag to resize
Accord.NET (logo)

HiddenConjugateGradientLearningTCreateOptimizer Method

Inheritors of this class should create the optimization algorithm in this method, using the current MaxIterations and Tolerance settings.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected override ConjugateGradient CreateOptimizer()
Request Example View Source

Return Value

Type: ConjugateGradient
ConjugateGradient.
See Also