|
ROL
|
#include <ROL_Constraint_SerialSimOpt.hpp>
Public Member Functions | |
| virtual | ~ConstraintStatusTest () |
| ConstraintStatusTest (ROL::ParameterList &parlist) | |
| ConstraintStatusTest (Real gtol=1e-6, Real ctol=1e-6, Real stol=1e-12, int max_iter=100) | |
| virtual bool | check (AlgorithmState< Real > &state) |
| Check algorithm status. | |
| Public Member Functions inherited from ROL::ROL::StatusTest< Real > | |
| virtual | ~StatusTest () |
| StatusTest (ROL::ParameterList &parlist) | |
| StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100, bool use_rel=false) | |
Private Attributes | |
| Real | gtol_ |
| Real | ctol_ |
| Real | stol_ |
| int | max_iter_ |
Definition at line 58 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 68 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 70 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 78 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::ROL::StatusTest< Real >.
Definition at line 83 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 61 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 62 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 63 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 64 of file ROL_Constraint_SerialSimOpt.hpp.