|
ROL
|
#include <ROL_TypeP_Algorithm.hpp>
Inheritance diagram for ROL::TypeP::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 |
| Real | svalue |
| Real | nvalue |
| Ptr< Vector< Real > > | stepVec |
| Ptr< Vector< Real > > | gradientVec |
| int | nprox |
| int | nsval |
| int | nnval |
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 25 of file ROL_TypeP_Algorithm.hpp.
|
inline |
Definition at line 30 of file ROL_TypeP_Algorithm.hpp.
|
inline |
Definition at line 40 of file ROL_TypeP_Algorithm.hpp.
References ROL::TypeP::AlgorithmState< Real >::gradientVec, ROL::TypeP::AlgorithmState< Real >::nnval, ROL::TypeP::AlgorithmState< Real >::nprox, ROL::TypeP::AlgorithmState< Real >::nsval, ROL::TypeP::AlgorithmState< Real >::nvalue, ROL::AlgorithmState< Real >::reset(), ROL::TypeP::AlgorithmState< Real >::searchSize, ROL::TypeP::AlgorithmState< Real >::stepVec, and ROL::TypeP::AlgorithmState< Real >::svalue.
| Real ROL::TypeP::AlgorithmState< Real >::searchSize |
Definition at line 26 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| Real ROL::TypeP::AlgorithmState< Real >::svalue |
Definition at line 26 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| Real ROL::TypeP::AlgorithmState< Real >::nvalue |
Definition at line 26 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| Ptr<Vector<Real> > ROL::TypeP::AlgorithmState< Real >::stepVec |
Definition at line 27 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| Ptr<Vector<Real> > ROL::TypeP::AlgorithmState< Real >::gradientVec |
Definition at line 27 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| int ROL::TypeP::AlgorithmState< Real >::nprox |
Definition at line 28 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| int ROL::TypeP::AlgorithmState< Real >::nsval |
Definition at line 28 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().
| int ROL::TypeP::AlgorithmState< Real >::nnval |
Definition at line 28 of file ROL_TypeP_Algorithm.hpp.
Referenced by ROL::TypeP::AlgorithmState< Real >::reset().