ROL
|
Provides an interface to check status of optimization algorithms for problems with equality constraints. More...
#include <ROL_ConstraintStatusTest.hpp>
Public Member Functions | |
virtual | ~ConstraintStatusTest () |
ConstraintStatusTest (Teuchos::ParameterList &parlist) | |
ConstraintStatusTest (Real gtol=1e-6, Real ctol=1e-6, Real stol=1e-12, int max_iter=100) | |
virtual bool | check (AlgorithmState< Real > &state) |
Check algorithm status. More... | |
![]() | |
virtual | ~StatusTest () |
StatusTest (Teuchos::ParameterList &parlist) | |
StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100) | |
Private Attributes | |
Real | gtol_ |
Real | ctol_ |
Real | stol_ |
int | max_iter_ |
Provides an interface to check status of optimization algorithms for problems with equality constraints.
Definition at line 58 of file ROL_ConstraintStatusTest.hpp.
|
inlinevirtual |
Definition at line 68 of file ROL_ConstraintStatusTest.hpp.
|
inline |
Definition at line 70 of file ROL_ConstraintStatusTest.hpp.
|
inline |
Definition at line 77 of file ROL_ConstraintStatusTest.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::StatusTest< Real >.
Definition at line 82 of file ROL_ConstraintStatusTest.hpp.
References ROL::AlgorithmState< Real >::cnorm, ROL::AlgorithmState< Real >::gnorm, ROL::AlgorithmState< Real >::iter, and ROL::AlgorithmState< Real >::snorm.
|
private |
Definition at line 61 of file ROL_ConstraintStatusTest.hpp.
|
private |
Definition at line 62 of file ROL_ConstraintStatusTest.hpp.
|
private |
Definition at line 63 of file ROL_ConstraintStatusTest.hpp.
|
private |
Definition at line 64 of file ROL_ConstraintStatusTest.hpp.