NeuralEngine
A Game Engine with embeded Machine Learning algorithms based on Gaussian Processes.
NeuralEngine::MachineLearning::OptimizationMethod< TCode > Class Template Referenceabstract

Common interface for function optimization methods. More...

#include <IOptimizationMethod.h>

Public Member Functions

virtual TCode GetStatus ()=0
 Get the exit code returned in the last call to the IOptimizationMethod.Maximize() or IOptimizationMethod.Minimize() methods. More...
 

Detailed Description

template<typename TCode>
class NeuralEngine::MachineLearning::OptimizationMethod< TCode >

Common interface for function optimization methods.

Hmetal T, 16.03.2017.

See also
BoundedBroydenFletcherGoldfarbShanno, BroydenFletcherGoldfarbShanno, ConjugateGradient, ResilientBackpropagation, GoldfarbIdnani

Definition at line 136 of file IOptimizationMethod.h.

Member Function Documentation

◆ GetStatus()

template<typename TCode >
virtual TCode NeuralEngine::MachineLearning::OptimizationMethod< TCode >::GetStatus ( )
pure virtual

Get the exit code returned in the last call to the IOptimizationMethod.Maximize() or IOptimizationMethod.Minimize() methods.

Hmetal T, 16.03.2017.

Returns
A TCode.

The documentation for this class was generated from the following file: