|
ROL
|
State for algorithm class. Will be used for restarts. More...
#include <ROL_Constraint_SerialSimOpt.hpp>
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 109 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 128 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 138 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 140 of file ROL_Constraint_SerialSimOpt.hpp.
Referenced by ROL::TypeB::AlgorithmState< Real >::reset(), ROL::TypeE::AlgorithmState< Real >::reset(), ROL::TypeG::AlgorithmState< Real >::reset(), ROL::TypeP::AlgorithmState< Real >::reset(), and ROL::TypeU::AlgorithmState< Real >::reset().
| int ROL::ROL::AlgorithmState< Real >::iter |
Definition at line 110 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::minIter |
Definition at line 111 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::nfval |
Definition at line 112 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::ncval |
Definition at line 113 of file ROL_Constraint_SerialSimOpt.hpp.
| int ROL::ROL::AlgorithmState< Real >::ngrad |
Definition at line 114 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::value |
Definition at line 115 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::minValue |
Definition at line 116 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::gnorm |
Definition at line 117 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::cnorm |
Definition at line 118 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::snorm |
Definition at line 119 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::aggregateGradientNorm |
Definition at line 120 of file ROL_Constraint_SerialSimOpt.hpp.
| Real ROL::ROL::AlgorithmState< Real >::aggregateModelError |
Definition at line 121 of file ROL_Constraint_SerialSimOpt.hpp.
| bool ROL::ROL::AlgorithmState< Real >::flag |
Definition at line 122 of file ROL_Constraint_SerialSimOpt.hpp.
| ROL::Ptr<Vector<Real> > ROL::ROL::AlgorithmState< Real >::iterateVec |
Definition at line 123 of file ROL_Constraint_SerialSimOpt.hpp.
| ROL::Ptr<Vector<Real> > ROL::ROL::AlgorithmState< Real >::lagmultVec |
Definition at line 124 of file ROL_Constraint_SerialSimOpt.hpp.
| ROL::Ptr<Vector<Real> > ROL::ROL::AlgorithmState< Real >::minIterVec |
Definition at line 125 of file ROL_Constraint_SerialSimOpt.hpp.
| EExitStatus ROL::ROL::AlgorithmState< Real >::statusFlag |
Definition at line 126 of file ROL_Constraint_SerialSimOpt.hpp.