44 #ifndef ROL_STATUSFACTORY_H 45 #define ROL_STATUSFACTORY_H 49 #include "Teuchos_ParameterList.hpp" 50 #include "Teuchos_RCP.hpp" 58 class StatusTestFactory {
63 Teuchos::ParameterList &parlist) {
74 default:
return Teuchos::null;
EStep StringToEStep(std::string s)
Contains definitions of custom data types in ROL.
Provides an interface to check status of optimization algorithms for problems with equality constrain...
Provides an interface to check status of optimization algorithms.
Teuchos::RCP< StatusTest< Real > > getStatusTest(const std::string step, Teuchos::ParameterList &parlist)
EStep
Enumeration of step types.