ROL
|
#include <ROL_BundleStatusTest.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. More... | |
Public Member Functions inherited from ROL::StatusTest< Real > | |
virtual | ~StatusTest () |
StatusTest (ROL::ParameterList &parlist) | |
StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100) | |
Private Attributes | |
Real | tol_ |
int | max_iter_ |
Definition at line 53 of file ROL_BundleStatusTest.hpp.
|
inlinevirtual |
Definition at line 61 of file ROL_BundleStatusTest.hpp.
|
inline |
Definition at line 63 of file ROL_BundleStatusTest.hpp.
References ROL::BundleStatusTest< Real >::max_iter_, and ROL::BundleStatusTest< Real >::tol_.
|
inline |
Definition at line 69 of file ROL_BundleStatusTest.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::StatusTest< Real >.
Definition at line 74 of file ROL_BundleStatusTest.hpp.
References ROL::AlgorithmState< Real >::aggregateGradientNorm, ROL::AlgorithmState< Real >::aggregateModelError, ROL::EXITSTATUS_CONVERGED, ROL::EXITSTATUS_LAST, ROL::EXITSTATUS_MAXITER, ROL::AlgorithmState< Real >::flag, ROL::AlgorithmState< Real >::iter, ROL::BundleStatusTest< Real >::max_iter_, ROL::AlgorithmState< Real >::statusFlag, and ROL::BundleStatusTest< Real >::tol_.
|
private |
Definition at line 56 of file ROL_BundleStatusTest.hpp.
Referenced by ROL::BundleStatusTest< Real >::BundleStatusTest(), and ROL::BundleStatusTest< Real >::check().
|
private |
Definition at line 57 of file ROL_BundleStatusTest.hpp.
Referenced by ROL::BundleStatusTest< Real >::BundleStatusTest(), and ROL::BundleStatusTest< Real >::check().