cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::Optimizer::LineSearch::MoreThuente Member List

This is the complete list of members for pRC::Optimizer::LineSearch::MoreThuente, including all inherited members.

c1() constpRC::Optimizer::LineSearch::MoreThuenteinline
c2() constpRC::Optimizer::LineSearch::MoreThuenteinline
delta() constpRC::Optimizer::LineSearch::MoreThuenteinline
maxIterations() constpRC::Optimizer::LineSearch::MoreThuenteinline
MoreThuente(Size const maxIterations=defaultMaxIterations(), Float<> const c1=defaultC1(), Float<> const c2=defaultC2(), Float<> const trapLower=defaultTrapLower(), Float<> const trapUpper=defaultTrapUpper(), Float<> const delta=defaultDelta())pRC::Optimizer::LineSearch::MoreThuenteinline
operator()(X &x, ResultOf< F, X const &, X & > &f, X &g, typename ResultOf< ScalarProduct, X, X >::Type &d, F &&function, FC &&constraint, X const &p, T alpha=identity< T >(), T const alphaMin=zero< T >(), T const alphaMax=identity< T >(NumericLimits< T >::max())) constpRC::Optimizer::LineSearch::MoreThuenteinline
operator()(X &x, ResultOf< F, X const &, X & > &f, X &g, typename ResultOf< ScalarProduct, X, X >::Type &d, F &&function, X const &p, T alpha=identity< T >(), T const alphaMin=zero< T >(), T const alphaMax=identity< T >(NumericLimits< T >::max())) constpRC::Optimizer::LineSearch::MoreThuenteinline
trapLower() constpRC::Optimizer::LineSearch::MoreThuenteinline
trapUpper() constpRC::Optimizer::LineSearch::MoreThuenteinline