|
ROL
|
State for algorithm class. Will be used for restarts. More...
#include <ROL_Constraint_SerialSimOpt.hpp>
Inheritance diagram for ROL::ROL::AlgorithmState< Real >:Public Member Functions | |
| AlgorithmState (void) | |
| virtual | ~AlgorithmState () |
| void | reset (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 |
| ROL::Ptr< Vector< Real > > | iterateVec |
| ROL::Ptr< Vector< Real > > | lagmultVec |
| ROL::Ptr< Vector< Real > > | minIterVec |
| EExitStatus | statusFlag |
State for algorithm class. Will be used for restarts.
Definition at line 143 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 162 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 172 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 174 of file ROL_Constraint_SerialSimOpt.hpp.
Referenced by ROL::TypeB::AlgorithmState< Real >::reset(), ROL::TypeE::AlgorithmState< Real >::reset(), ROL::TypeG::AlgorithmState< Real >::reset(), and ROL::TypeU::AlgorithmState< Real >::reset().
| int ROL::ROL::AlgorithmState< Real >::iter |
Definition at line 144 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::minIter |
Definition at line 145 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::nfval |
Definition at line 146 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::ncval |
Definition at line 147 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::ngrad |
Definition at line 148 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::value |
Definition at line 149 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::minValue |
Definition at line 150 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::gnorm |
Definition at line 151 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::cnorm |
Definition at line 152 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::snorm |
Definition at line 153 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::aggregateGradientNorm |
Definition at line 154 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::aggregateModelError |
Definition at line 155 of file ROL_Constraint_SerialSimOpt.hpp.
| bool ROL::ROL::AlgorithmState< Real >::flag |
Definition at line 156 of file ROL_Constraint_SerialSimOpt.hpp.
| ROL::Ptr<Vector<Real> > ROL::ROL::AlgorithmState< Real >::iterateVec |
Definition at line 157 of file ROL_Constraint_SerialSimOpt.hpp.
| ROL::Ptr<Vector<Real> > ROL::ROL::AlgorithmState< Real >::lagmultVec |
Definition at line 158 of file ROL_Constraint_SerialSimOpt.hpp.
| ROL::Ptr<Vector<Real> > ROL::ROL::AlgorithmState< Real >::minIterVec |
Definition at line 159 of file ROL_Constraint_SerialSimOpt.hpp.
| EExitStatus ROL::ROL::AlgorithmState< Real >::statusFlag |
Definition at line 160 of file ROL_Constraint_SerialSimOpt.hpp.