|
ROL
|
Provides an interface to check two status tests of optimization algorithms. More...
#include <ROL_CombinedStatusTest.hpp>
Public Member Functions | |
| CombinedStatusTest (void) | |
| void | reset (void) |
| void | add (const Ptr< StatusTest< Real > > &status) |
| bool | check (AlgorithmState< Real > &state) |
| Public Member Functions inherited from ROL::ROL::StatusTest< Real > | |
| 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 | |
| std::vector< Ptr< StatusTest< Real > > > | status_ |
Provides an interface to check two status tests of optimization algorithms.
Definition at line 23 of file ROL_CombinedStatusTest.hpp.
|
inline |
Definition at line 28 of file ROL_CombinedStatusTest.hpp.
References status_.
|
inline |
Definition at line 32 of file ROL_CombinedStatusTest.hpp.
References status_.
|
inline |
Definition at line 36 of file ROL_CombinedStatusTest.hpp.
References status_, and ROL::ROL::StatusTest< Real >::StatusTest().
|
inline |
Definition at line 40 of file ROL_CombinedStatusTest.hpp.
References status_.
|
private |
Definition at line 25 of file ROL_CombinedStatusTest.hpp.
Referenced by add(), check(), CombinedStatusTest(), and reset().