|
ROL
|
Public Member Functions | |
| Phi (const Ptr< Vector< Real > > &xnew, const Ptr< const Vector< Real > > &x, const Ptr< const Vector< Real > > &s, const Ptr< Objective< Real > > &obj, const bool FDdirDeriv=false) | |
| Real | value (const Real alpha) |
| Real | deriv (const Real alpha) |
Private Attributes | |
| const Ptr< Vector< Real > > | xnew_ |
| const Ptr< const Vector< Real > > | x_ |
| const Ptr< const Vector< Real > > | s_ |
| const Ptr< Objective< Real > > | obj_ |
| Real | ftol_ |
| Real | alpha_ |
| Real | val_ |
| bool | FDdirDeriv_ |
Definition at line 44 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
inline |
Definition at line 52 of file ROL_ScalarMinimizationLineSearch_U.hpp.
References alpha_, FDdirDeriv_, ftol_, obj_, ROL::ROL_EPSILON(), ROL::ROL_INF(), s_, val_, x_, and xnew_.
|
inline |
|
inline |
Definition at line 70 of file ROL_ScalarMinimizationLineSearch_U.hpp.
References FDdirDeriv_, obj_, ROL::ROL_EPSILON(), s_, ROL::Trial, value(), x_, and xnew_.
|
private |
Definition at line 46 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 47 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 47 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 48 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 49 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 49 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 49 of file ROL_ScalarMinimizationLineSearch_U.hpp.
|
private |
Definition at line 50 of file ROL_ScalarMinimizationLineSearch_U.hpp.