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

Provides interface for dog leg trust-region subproblem solver. More...

#include <ROL_DogLeg.hpp>

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

Public Member Functions

 DogLeg (ROL::ParameterList &parlist)
 
void initialize (const Vector< Real > &x, const Vector< Real > &s, const Vector< Real > &g)
 
void run (Vector< Real > &s, Real &snorm, int &iflag, int &iter, const Real del, TrustRegionModel< Real > &model)
 
- Public Member Functions inherited from ROL::TrustRegion< Real >
virtual ~TrustRegion ()
 
 TrustRegion (ROL::ParameterList &parlist)
 
virtual void update (Vector< Real > &x, Real &fnew, Real &del, int &nfval, int &ngrad, ETrustRegionFlag &flagTR, const Vector< Real > &s, const Real snorm, const Real fold, const Vector< Real > &g, int iter, Objective< Real > &obj, BoundConstraint< Real > &bnd, TrustRegionModel< Real > &model)
 
void setPredictedReduction (const Real pRed)
 
Real getPredictedReduction (void) const
 

Private Attributes

ROL::Ptr< CauchyPoint< Real > > cpt_
 
ROL::Ptr< Vector< Real > > s_
 
ROL::Ptr< Vector< Real > > Hp_
 
Real pRed_
 

Detailed Description

template<class Real>
class ROL::DogLeg< Real >

Provides interface for dog leg trust-region subproblem solver.

Definition at line 57 of file ROL_DogLeg.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::DogLeg< Real >::DogLeg ( ROL::ParameterList &  parlist)
inline

Definition at line 70 of file ROL_DogLeg.hpp.

References ROL::DogLeg< Real >::cpt_.

Member Function Documentation

template<class Real >
void ROL::DogLeg< Real >::initialize ( const Vector< Real > &  x,
const Vector< Real > &  s,
const Vector< Real > &  g 
)
inlinevirtual
template<class Real >
void ROL::DogLeg< Real >::run ( Vector< Real > &  s,
Real &  snorm,
int &  iflag,
int &  iter,
const Real  del,
TrustRegionModel< Real > &  model 
)
inlinevirtual

Member Data Documentation

template<class Real >
ROL::Ptr<CauchyPoint<Real> > ROL::DogLeg< Real >::cpt_
private
template<class Real >
ROL::Ptr<Vector<Real> > ROL::DogLeg< Real >::s_
private

Definition at line 62 of file ROL_DogLeg.hpp.

Referenced by ROL::DogLeg< Real >::initialize(), and ROL::DogLeg< Real >::run().

template<class Real >
ROL::Ptr<Vector<Real> > ROL::DogLeg< Real >::Hp_
private

Definition at line 63 of file ROL_DogLeg.hpp.

Referenced by ROL::DogLeg< Real >::initialize(), and ROL::DogLeg< Real >::run().

template<class Real >
Real ROL::DogLeg< Real >::pRed_
private

Definition at line 65 of file ROL_DogLeg.hpp.

Referenced by ROL::DogLeg< Real >::run().


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