Public Member Functions | |
| SteepestDescentDirection () | |
| ~SteepestDescentDirection () | |
| bool | generateDirection (const RCP< ObjectiveBase > &obj, const Vector< double > &xCur, const Vector< double > &gradCur, const double &fCur, Vector< double > &p) |
Definition at line 72 of file PlayaSteepestDescent.hpp.
Definition at line 76 of file PlayaSteepestDescent.hpp.
Definition at line 79 of file PlayaSteepestDescent.hpp.
| bool Playa::SteepestDescentDirection::generateDirection | ( | const RCP< ObjectiveBase > & | obj, |
| const Vector< double > & | xCur, | ||
| const Vector< double > & | gradCur, | ||
| const double & | fCur, | ||
| Vector< double > & | p | ||
| ) | [virtual] |
Implements Playa::DirectionGeneratorBase.
Definition at line 70 of file PlayaSteepestDescent.cpp.