Algorith sandbox
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
algo::qn::ExplicitLineSearcher Class Reference
Inheritance diagram for algo::qn::ExplicitLineSearcher:
util::MixIn< ILineSearcher, ExplicitLineSearcher >

Public Member Functions

 ExplicitLineSearcher (const functor_type &f)
 Line search by using explicit formula. More...
 

Private Types

typedef std::function< ublas::vector< double > const ublas::vector< double > &p, const ublas::vector< double > &x)> functor_type
 

Private Member Functions

ublas::vector< double > doOperatorParenthesis (const ublas::vector< double > &p, const ublas::vector< double > &x)
 

Private Attributes

functor_type _f
 

Constructor & Destructor Documentation

algo::qn::ExplicitLineSearcher::ExplicitLineSearcher ( const functor_type &  f)

Line search by using explicit formula.

Parameters
fexplicit formula.

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