|
cMHN 1.2
C++ library for learning MHNs with pRC
|
This is the complete list of members for pRC::Optimizer::LineSearch::Fixed, including all inherited members.
| Fixed(Float<> const stepSize=defaultStepSize()) | pRC::Optimizer::LineSearch::Fixed | inline |
| 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())) const | pRC::Optimizer::LineSearch::Fixed | inline |
| 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())) const | pRC::Optimizer::LineSearch::Fixed | inline |
| stepSize() const | pRC::Optimizer::LineSearch::Fixed | inline |