|
ROL
|
Provides the interface to compute optimization steps with the gradient descent method globalized using line search. More...
#include <ROL_Gradient_U.hpp>
Inheritance diagram for Gradient_U:Public Member Functions | |
| Gradient_U () | |
| void | compute (Vector< Real > &s, Real &snorm, Real &sdotg, int &iter, int &flag, const Vector< Real > &x, const Vector< Real > &g, Objective< Real > &obj) override |
| std::string | printName (void) const override |
Public Member Functions inherited from DescentDirection_U< Real > | |
| virtual | ~DescentDirection_U () |
| virtual void | initialize (const Vector< Real > &x, const Vector< Real > &g) |
| virtual void | update (const Vector< Real > &x, const Vector< Real > &s, const Vector< Real > &gold, const Vector< Real > &gnew, const Real snorm, const int iter) |
Provides the interface to compute optimization steps with the gradient descent method globalized using line search.
|
inline |
Definition at line 62 of file ROL_Gradient_U.hpp.
|
inlineoverridevirtual |
Implements DescentDirection_U< Real >.
Definition at line 64 of file ROL_Gradient_U.hpp.
|
inlineoverridevirtual |
Reimplemented from DescentDirection_U< Real >.
Definition at line 75 of file ROL_Gradient_U.hpp.