ROL
Public Member Functions | Private Attributes | List of all members
ROL::CubicInterp_U< Real > Class Template Reference

Implements cubic interpolation back tracking line search. More...

#include <ROL_CubicInterp_U.hpp>

+ Inheritance diagram for ROL::CubicInterp_U< Real >:

Public Member Functions

 CubicInterp_U (ParameterList &parlist)
 
void initialize (const Vector< Real > &x, const Vector< Real > &g) override
 
void run (Real &alpha, Real &fval, int &ls_neval, int &ls_ngrad, const Real &gs, const Vector< Real > &s, const Vector< Real > &x, Objective< Real > &obj) override
 
- Public Member Functions inherited from ROL::LineSearch_U< Real >
virtual ~LineSearch_U ()
 
 LineSearch_U (ParameterList &parlist)
 
void setMaxitUpdate (Real &alpha, Real &fnew, const Real &fold)
 

Private Attributes

Real rho_
 
Ptr< Vector< Real > > xnew_
 

Additional Inherited Members

- Protected Member Functions inherited from ROL::LineSearch_U< Real >
virtual bool status (const ELineSearchU type, int &ls_neval, int &ls_ngrad, const Real alpha, const Real fold, const Real sgold, const Real fnew, const Vector< Real > &x, const Vector< Real > &s, Objective< Real > &obj)
 
virtual Real getInitialAlpha (int &ls_neval, int &ls_ngrad, const Real fval, const Real gs, const Vector< Real > &x, const Vector< Real > &s, Objective< Real > &obj)
 
void setNextInitialAlpha (Real alpha)
 
bool useLocalMinimizer ()
 
bool takeNoStep ()
 

Detailed Description

template<typename Real>
class ROL::CubicInterp_U< Real >

Implements cubic interpolation back tracking line search.

Definition at line 56 of file ROL_CubicInterp_U.hpp.

Constructor & Destructor Documentation

template<typename Real >
ROL::CubicInterp_U< Real >::CubicInterp_U ( ParameterList &  parlist)
inline

Definition at line 66 of file ROL_CubicInterp_U.hpp.

References ROL::CubicInterp_U< Real >::rho_.

Member Function Documentation

template<typename Real >
void ROL::CubicInterp_U< Real >::initialize ( const Vector< Real > &  x,
const Vector< Real > &  g 
)
inlineoverridevirtual
template<typename Real >
void ROL::CubicInterp_U< Real >::run ( Real &  alpha,
Real &  fval,
int &  ls_neval,
int &  ls_ngrad,
const Real &  gs,
const Vector< Real > &  s,
const Vector< Real > &  x,
Objective< Real > &  obj 
)
inlineoverridevirtual

Member Data Documentation

template<typename Real >
Real ROL::CubicInterp_U< Real >::rho_
private

Definition at line 58 of file ROL_CubicInterp_U.hpp.

Referenced by ROL::CubicInterp_U< Real >::CubicInterp_U().

template<typename Real >
Ptr<Vector<Real> > ROL::CubicInterp_U< Real >::xnew_
private

The documentation for this class was generated from the following file: