Click or drag to resize
Accord.NET (logo)

HiddenQuasiNewtonLearningTCreateOptimizer 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 BoundedBroydenFletcherGoldfarbShanno CreateOptimizer()
Request Example View Source

Return Value

Type: BoundedBroydenFletcherGoldfarbShanno
BoundedBroydenFletcherGoldfarbShanno.
See Also