ROL
|
Provides an interface to check status of optimization algorithms. More...
#include <ROL_StatusTest.hpp>
Public Member Functions | |
virtual | ~StatusTest () |
StatusTest (Teuchos::ParameterList &parlist) | |
StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100) | |
virtual bool | check (AlgorithmState< Real > &state) |
Check algorithm status. More... | |
Private Attributes | |
Real | gtol_ |
Real | stol_ |
int | max_iter_ |
Provides an interface to check status of optimization algorithms.
Definition at line 58 of file ROL_StatusTest.hpp.
|
inlinevirtual |
Definition at line 67 of file ROL_StatusTest.hpp.
|
inline |
Definition at line 69 of file ROL_StatusTest.hpp.
|
inline |
Definition at line 75 of file ROL_StatusTest.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented in StatusTest_PDAS< Real >, ROL::ConstraintStatusTest< Real >, and ROL::BundleStatusTest< Real >.
Definition at line 80 of file ROL_StatusTest.hpp.
References ROL::AlgorithmState< Real >::gnorm, ROL::AlgorithmState< Real >::iter, and ROL::AlgorithmState< Real >::snorm.
|
private |
Definition at line 61 of file ROL_StatusTest.hpp.
|
private |
Definition at line 62 of file ROL_StatusTest.hpp.
|
private |
Definition at line 63 of file ROL_StatusTest.hpp.