|
ROL
|
#include <ROL_Constraint_SerialSimOpt.hpp>
Inheritance diagram for ROL::ROL::StatusTest< Real >:Public Member Functions | |
| 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) | |
| virtual bool | check (AlgorithmState< Real > &state) |
| Check algorithm status. | |
Private Attributes | |
| Real | gtol_ |
| Real | stol_ |
| int | max_iter_ |
| bool | use_rel_ |
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.
Referenced by ROL::CombinedStatusTest< Real >::add().
|
inline |
Definition at line 78 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented in ROL::ROL::BundleStatusTest< Real >, ROL::ROL::CombinedStatusTest< Real >, and ROL::ROL::ConstraintStatusTest< 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.