ROL
Public Member Functions | Public Attributes | List of all members
ROL::AlgorithmState< Real > Struct Template Reference

State for algorithm class. Will be used for restarts. More...

#include <ROL_Types.hpp>

Public Member Functions

 AlgorithmState (void)
 

Public Attributes

int iter
 
int minIter
 
int nfval
 
int ncval
 
int ngrad
 
Real value
 
Real minValue
 
Real gnorm
 
Real cnorm
 
Real snorm
 
Real aggregateGradientNorm
 
Real aggregateModelError
 
bool flag
 
Teuchos::RCP< Vector< Real > > iterateVec
 
Teuchos::RCP< Vector< Real > > lagmultVec
 
Teuchos::RCP< Vector< Real > > minIterVec
 

Detailed Description

template<class Real>
struct ROL::AlgorithmState< Real >

State for algorithm class. Will be used for restarts.

Definition at line 77 of file ROL_Types.hpp.

Constructor & Destructor Documentation

template<class Real>
ROL::AlgorithmState< Real >::AlgorithmState ( void  )
inline

Definition at line 94 of file ROL_Types.hpp.

Member Data Documentation

template<class Real>
int ROL::AlgorithmState< Real >::iter
template<class Real>
int ROL::AlgorithmState< Real >::minIter

Definition at line 79 of file ROL_Types.hpp.

template<class Real>
int ROL::AlgorithmState< Real >::nfval
template<class Real>
int ROL::AlgorithmState< Real >::ncval
template<class Real>
int ROL::AlgorithmState< Real >::ngrad
template<class Real>
Real ROL::AlgorithmState< Real >::value
template<class Real>
Real ROL::AlgorithmState< Real >::minValue

Definition at line 84 of file ROL_Types.hpp.

template<class Real>
Real ROL::AlgorithmState< Real >::gnorm
template<class Real>
Real ROL::AlgorithmState< Real >::cnorm
template<class Real>
Real ROL::AlgorithmState< Real >::snorm
template<class Real>
Real ROL::AlgorithmState< Real >::aggregateGradientNorm
template<class Real>
Real ROL::AlgorithmState< Real >::aggregateModelError
template<class Real>
bool ROL::AlgorithmState< Real >::flag
template<class Real>
Teuchos::RCP<Vector<Real> > ROL::AlgorithmState< Real >::iterateVec
template<class Real>
Teuchos::RCP<Vector<Real> > ROL::AlgorithmState< Real >::lagmultVec
template<class Real>
Teuchos::RCP<Vector<Real> > ROL::AlgorithmState< Real >::minIterVec

Definition at line 93 of file ROL_Types.hpp.


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