Public Member Functions | |
| DirectionGeneratorBase () | |
| ~DirectionGeneratorBase () | |
| virtual bool | generateDirection (const RCP< ObjectiveBase > &obj, const Vector< double > &xCur, const Vector< double > &gradCur, const double &fCur, Vector< double > &p)=0 |
Definition at line 57 of file PlayaLineSearchBasedOptBase.hpp.
Definition at line 61 of file PlayaLineSearchBasedOptBase.hpp.
Definition at line 64 of file PlayaLineSearchBasedOptBase.hpp.
| virtual bool Playa::DirectionGeneratorBase::generateDirection | ( | const RCP< ObjectiveBase > & | obj, |
| const Vector< double > & | xCur, | ||
| const Vector< double > & | gradCur, | ||
| const double & | fCur, | ||
| Vector< double > & | p | ||
| ) | [pure virtual] |
Implemented in Playa::BasicLMBFGSDirection, and Playa::SteepestDescentDirection.