ROL
|
#include <ROL_StatusTest.hpp>
Public Member Functions | |
virtual | ~StatusTestSQP () |
StatusTestSQP (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 (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_ |
Definition at line 89 of file ROL_StatusTest.hpp.
|
inlinevirtual |
Definition at line 99 of file ROL_StatusTest.hpp.
|
inline |
Definition at line 101 of file ROL_StatusTest.hpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::StatusTest< Real >.
Definition at line 106 of file ROL_StatusTest.hpp.
References ROL::AlgorithmState< Real >::cnorm, ROL::AlgorithmState< Real >::gnorm, ROL::AlgorithmState< Real >::iter, and ROL::AlgorithmState< Real >::snorm.
|
private |
Definition at line 92 of file ROL_StatusTest.hpp.
|
private |
Definition at line 93 of file ROL_StatusTest.hpp.
|
private |
Definition at line 94 of file ROL_StatusTest.hpp.
|
private |
Definition at line 95 of file ROL_StatusTest.hpp.