ROL
ROL::DoubleDogLeg< Real > Class Template Reference

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

#include <ROL_DoubleDogLeg.hpp>

Inheritance diagram for ROL::DoubleDogLeg< Real >:

Public Member Functions

 DoubleDogLeg (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 > > v_
ROL::Ptr< Vector< Real > > Hp_
Real pRed_

Detailed Description

template<class Real>
class ROL::DoubleDogLeg< Real >

Provides interface for the double dog leg trust-region subproblem solver.

Definition at line 23 of file ROL_DoubleDogLeg.hpp.

Constructor & Destructor Documentation

◆ DoubleDogLeg()

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

Definition at line 37 of file ROL_DoubleDogLeg.hpp.

References cpt_, pRed_, and ROL::TrustRegion< Real >::TrustRegion().

Member Function Documentation

◆ initialize()

template<class Real>
void ROL::DoubleDogLeg< Real >::initialize ( const Vector< Real > & x,
const Vector< Real > & s,
const Vector< Real > & g )
inlinevirtual

◆ run()

Member Data Documentation

◆ cpt_

template<class Real>
ROL::Ptr<CauchyPoint<Real> > ROL::DoubleDogLeg< Real >::cpt_
private

Definition at line 26 of file ROL_DoubleDogLeg.hpp.

Referenced by DoubleDogLeg(), initialize(), and run().

◆ s_

template<class Real>
ROL::Ptr<Vector<Real> > ROL::DoubleDogLeg< Real >::s_
private

Definition at line 28 of file ROL_DoubleDogLeg.hpp.

Referenced by initialize(), and run().

◆ v_

template<class Real>
ROL::Ptr<Vector<Real> > ROL::DoubleDogLeg< Real >::v_
private

Definition at line 29 of file ROL_DoubleDogLeg.hpp.

Referenced by initialize(), and run().

◆ Hp_

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

Definition at line 30 of file ROL_DoubleDogLeg.hpp.

Referenced by initialize(), and run().

◆ pRed_

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

Definition at line 32 of file ROL_DoubleDogLeg.hpp.

Referenced by DoubleDogLeg(), and run().


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