ROL
|
State for step class. Will be used for restarts. More...
#include <ROL_Types.hpp>
Public Member Functions | |
StepState (void) | |
void | reset (const Real searchSizeInput=1.0) |
Public Attributes | |
ROL::Ptr< Vector< Real > > | gradientVec |
ROL::Ptr< Vector< Real > > | descentVec |
ROL::Ptr< Vector< Real > > | constraintVec |
int | nfval |
int | ngrad |
Real | searchSize |
int | flag |
int | SPiter |
int | SPflag |
State for step class. Will be used for restarts.
Definition at line 169 of file ROL_Types.hpp.
|
inline |
Definition at line 180 of file ROL_Types.hpp.
|
inline |
Definition at line 190 of file ROL_Types.hpp.
References ROL::StepState< Real >::constraintVec, ROL::StepState< Real >::descentVec, ROL::StepState< Real >::flag, ROL::StepState< Real >::gradientVec, ROL::StepState< Real >::nfval, ROL::StepState< Real >::ngrad, ROL::StepState< Real >::searchSize, ROL::StepState< Real >::SPflag, and ROL::StepState< Real >::SPiter.
ROL::Ptr<Vector<Real> > ROL::StepState< Real >::gradientVec |
Definition at line 170 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
ROL::Ptr<Vector<Real> > ROL::StepState< Real >::descentVec |
Definition at line 171 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
ROL::Ptr<Vector<Real> > ROL::StepState< Real >::constraintVec |
Definition at line 172 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
int ROL::StepState< Real >::nfval |
Definition at line 173 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
int ROL::StepState< Real >::ngrad |
Definition at line 174 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
Real ROL::StepState< Real >::searchSize |
Definition at line 175 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
int ROL::StepState< Real >::flag |
Definition at line 176 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
int ROL::StepState< Real >::SPiter |
Definition at line 177 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().
int ROL::StepState< Real >::SPflag |
Definition at line 178 of file ROL_Types.hpp.
Referenced by ROL::StepState< Real >::reset().