|
ROL
|
#include <ROL_Constraint_SerialSimOpt.hpp>
Public Member Functions | |
| virtual | ~StatusTest () |
| StatusTest (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 | gtol0_ |
| Real | stol_ |
| Real | stol0_ |
| int | max_iter_ |
| bool | use_rel_ |
Definition at line 24 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 34 of file ROL_Constraint_SerialSimOpt.hpp.
|
inline |
Definition at line 36 of file ROL_Constraint_SerialSimOpt.hpp.
Referenced by ROL::CombinedStatusTest< Real >::add().
|
inline |
Definition at line 46 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Check algorithm status.
If "Use Relative Tolerances" is set to "true" upon construction, the gradient and step tolerances are scaled by the norm of the initial gradient.
Reimplemented in ROL::ROL::CombinedStatusTest< Real >, and ROL::ROL::ConstraintStatusTest< Real >.
Definition at line 55 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 30 of file ROL_Constraint_SerialSimOpt.hpp.