TRF Language Model
|
define the framework of iterative algorithms, such as gradient descent or LBFGS. More...
Go to the source code of this file.
Classes | |
class | wb::Func |
the objective function, used to derive More... | |
class | wb::Solve |
the base class of all the solve classes, and provide a gradient descent algorithm. More... | |
class | wb::LBFGS |
Namespaces | |
wb | |
define all the code written by Bin Wang. | |
Macros | |
#define | lout_Solve wb::lout<<m_pAlgorithmName<<" " |
define the framework of iterative algorithms, such as gradient descent or LBFGS.
Definition in file wb-solve.h.
#define lout_Solve wb::lout<<m_pAlgorithmName<<" " |
Definition at line 69 of file wb-solve.h.