|
ROL
|
#include <ROL_TypeG_Algorithm.hpp>
Inheritance diagram for ROL::TypeG::AlgorithmState< Real >:Public Member Functions | |
| AlgorithmState () | |
| void | reset () |
Public Member Functions inherited from ROL::AlgorithmState< Real > | |
| AlgorithmState (void) | |
| virtual | ~AlgorithmState () |
| void | reset (void) |
Public Attributes | |
| Real | searchSize |
| Ptr< Vector< Real > > | stepVec |
| Ptr< Vector< Real > > | gradientVec |
| Ptr< Vector< Real > > | constraintVec |
Public Attributes inherited from ROL::AlgorithmState< Real > | |
| 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 |
| ROL::Ptr< Vector< Real > > | iterateVec |
| ROL::Ptr< Vector< Real > > | lagmultVec |
| ROL::Ptr< Vector< Real > > | minIterVec |
| EExitStatus | statusFlag |
Definition at line 28 of file ROL_TypeG_Algorithm.hpp.
|
inline |
Definition at line 34 of file ROL_TypeG_Algorithm.hpp.
|
inline |
Definition at line 40 of file ROL_TypeG_Algorithm.hpp.
References ROL::TypeG::AlgorithmState< Real >::constraintVec, ROL::TypeG::AlgorithmState< Real >::gradientVec, ROL::AlgorithmState< Real >::reset(), ROL::TypeG::AlgorithmState< Real >::searchSize, and ROL::TypeG::AlgorithmState< Real >::stepVec.
| Real ROL::TypeG::AlgorithmState< Real >::searchSize |
Definition at line 29 of file ROL_TypeG_Algorithm.hpp.
Referenced by ROL::TypeG::AlgorithmState< Real >::reset().
| Ptr<Vector<Real> > ROL::TypeG::AlgorithmState< Real >::stepVec |
Definition at line 30 of file ROL_TypeG_Algorithm.hpp.
Referenced by ROL::TypeG::AlgorithmState< Real >::reset().
| Ptr<Vector<Real> > ROL::TypeG::AlgorithmState< Real >::gradientVec |
Definition at line 31 of file ROL_TypeG_Algorithm.hpp.
Referenced by ROL::TypeG::AlgorithmState< Real >::reset().
| Ptr<Vector<Real> > ROL::TypeG::AlgorithmState< Real >::constraintVec |
Definition at line 32 of file ROL_TypeG_Algorithm.hpp.
Referenced by ROL::TypeG::AlgorithmState< Real >::reset().