
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 15 of file PlayaLineSearchBasedOptBase.hpp.
| Playa::DirectionGeneratorBase::DirectionGeneratorBase | ( | ) |  [inline] | 
        
Definition at line 19 of file PlayaLineSearchBasedOptBase.hpp.
| Playa::DirectionGeneratorBase::~DirectionGeneratorBase | ( | ) |  [inline] | 
        
Definition at line 22 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.