ROL
ROL::ROL::SPGTrustRegion_U< Real > Class Template Reference

#include <ROL_Constraint_SerialSimOpt.hpp>

Inheritance diagram for ROL::ROL::SPGTrustRegion_U< Real >:

Public Member Functions

 SPGTrustRegion_U (ParameterList &parlist)
void initialize (const Vector< Real > &x, const Vector< Real > &g)
void solve (Vector< Real > &s, Real &snorm, Real &pRed, int &iflag, int &iter, const Real del, TrustRegionModel_U< Real > &model)
Public Member Functions inherited from ROL::ROL::TrustRegion_U< Real >
virtual ~TrustRegion_U ()

Private Attributes

Ptr< Vector< Real > > dwa_
Ptr< Vector< Real > > pwa_
Ptr< Vector< Real > > pwa1_
Ptr< Vector< Real > > gmod_
Ptr< Vector< Real > > smin_
Real lambdaMin_
Real lambdaMax_
Real gamma_
int maxSize_
int maxit_
Real tol1_
Real tol2_
bool useMin_
bool useNMSP_

Detailed Description

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

Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.

Constructor & Destructor Documentation

◆ SPGTrustRegion_U()

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

Definition at line 42 of file ROL_Constraint_SerialSimOpt.hpp.

Member Function Documentation

◆ initialize()

template<typename Real>
void ROL::ROL::SPGTrustRegion_U< Real >::initialize ( const Vector< Real > & x,
const Vector< Real > & g )
inlinevirtual

Reimplemented from ROL::ROL::TrustRegion_U< Real >.

Definition at line 56 of file ROL_Constraint_SerialSimOpt.hpp.

◆ solve()

template<typename Real>
void ROL::ROL::SPGTrustRegion_U< Real >::solve ( Vector< Real > & s,
Real & snorm,
Real & pRed,
int & iflag,
int & iter,
const Real del,
TrustRegionModel_U< Real > & model )
inlinevirtual

Implements ROL::ROL::TrustRegion_U< Real >.

Definition at line 64 of file ROL_Constraint_SerialSimOpt.hpp.

Member Data Documentation

◆ dwa_

template<typename Real>
Ptr<Vector<Real> > ROL::ROL::SPGTrustRegion_U< Real >::dwa_
private

Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.

◆ pwa_

template<typename Real>
Ptr<Vector<Real> > ROL::ROL::SPGTrustRegion_U< Real >::pwa_
private

Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.

◆ pwa1_

template<typename Real>
Ptr<Vector<Real> > ROL::ROL::SPGTrustRegion_U< Real >::pwa1_
private

Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.

◆ gmod_

template<typename Real>
Ptr<Vector<Real> > ROL::ROL::SPGTrustRegion_U< Real >::gmod_
private

Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.

◆ smin_

template<typename Real>
Ptr<Vector<Real> > ROL::ROL::SPGTrustRegion_U< Real >::smin_
private

Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.

◆ lambdaMin_

template<typename Real>
Real ROL::ROL::SPGTrustRegion_U< Real >::lambdaMin_
private

Definition at line 29 of file ROL_Constraint_SerialSimOpt.hpp.

◆ lambdaMax_

template<typename Real>
Real ROL::ROL::SPGTrustRegion_U< Real >::lambdaMax_
private

Definition at line 30 of file ROL_Constraint_SerialSimOpt.hpp.

◆ gamma_

template<typename Real>
Real ROL::ROL::SPGTrustRegion_U< Real >::gamma_
private

Definition at line 31 of file ROL_Constraint_SerialSimOpt.hpp.

◆ maxSize_

template<typename Real>
int ROL::ROL::SPGTrustRegion_U< Real >::maxSize_
private

Definition at line 32 of file ROL_Constraint_SerialSimOpt.hpp.

◆ maxit_

template<typename Real>
int ROL::ROL::SPGTrustRegion_U< Real >::maxit_
private

Definition at line 33 of file ROL_Constraint_SerialSimOpt.hpp.

◆ tol1_

template<typename Real>
Real ROL::ROL::SPGTrustRegion_U< Real >::tol1_
private

Definition at line 34 of file ROL_Constraint_SerialSimOpt.hpp.

◆ tol2_

template<typename Real>
Real ROL::ROL::SPGTrustRegion_U< Real >::tol2_
private

Definition at line 35 of file ROL_Constraint_SerialSimOpt.hpp.

◆ useMin_

template<typename Real>
bool ROL::ROL::SPGTrustRegion_U< Real >::useMin_
private

Definition at line 36 of file ROL_Constraint_SerialSimOpt.hpp.

◆ useNMSP_

template<typename Real>
bool ROL::ROL::SPGTrustRegion_U< Real >::useNMSP_
private

Definition at line 37 of file ROL_Constraint_SerialSimOpt.hpp.


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