|
ROL
|
#include <ROL_Constraint_SerialSimOpt.hpp>
Public Member Functions | |
| virtual | ~BundleStatusTest () |
| BundleStatusTest (ROL::ParameterList &parlist) | |
| BundleStatusTest (Real tol=1.e-6, 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 | tol_ |
| int | max_iter_ |
Definition at line 53 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 61 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 63 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 69 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::ROL::StatusTest< Real >.
Definition at line 74 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 56 of file ROL_Constraint_SerialSimOpt.hpp.
|
private |
Definition at line 57 of file ROL_Constraint_SerialSimOpt.hpp.