TRF Language Model
wb-solve.h File Reference

define the framework of iterative algorithms, such as gradient descent or LBFGS. More...

#include "wb-win.h"
#include "wb-log.h"
#include "wb-vector.h"
#include <algorithm>

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<<" "
 

Detailed Description

define the framework of iterative algorithms, such as gradient descent or LBFGS.

Author
WangBin
Date
2016-04-28

Definition in file wb-solve.h.

Macro Definition Documentation

§ lout_Solve

#define lout_Solve   wb::lout<<m_pAlgorithmName<<" "

Definition at line 69 of file wb-solve.h.