|
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, bool use_rel=false) | |
| virtual bool | check (AlgorithmState< Real > &state) |
| Check algorithm status. | |
| Public Member Functions inherited from ROL::ROL::StatusTest< Real > | |
| virtual | ~StatusTest () |
| StatusTest (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 | gtol0_ |
| Real | ctol_ |
| Real | ctol0_ |
| Real | stol_ |
| Real | stol0_ |
| int | max_iter_ |
| bool | use_rel_ |
Definition at line 24 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 35 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 37 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 49 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::ROL::StatusTest< Real >.
Definition at line 54 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 28 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 28 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 29 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 29 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 30 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 31 of file ROL_Constraint_SerialSimOpt.hpp.