44#ifndef ROL_TYPEG_ALGORITHMFACTORY_H
45#define ROL_TYPEG_ALGORITHMFACTORY_H
73 std::string retString;
80 default: retString =
"INVALID EAlgorithmG";
129template<
typename Real>
137 default:
return nullPtr;
Contains definitions of custom data types in ROL.
Provides interface for and implements limited-memory secant operators.
EAlgorithmG StringToEAlgorithmG(std::string s)
@ ALGORITHM_G_INTERIORPOINT
@ ALGORITHM_G_AUGMENTEDLAGRANGIAN
@ ALGORITHM_G_MOREAUYOSIDA
@ ALGORITHM_G_STABILIZEDLCL
EAlgorithmG & operator++(EAlgorithmG &type)
EAlgorithmG & operator--(EAlgorithmG &type)
std::string EAlgorithmGToString(EAlgorithmG alg)
int isValidAlgorithmG(EAlgorithmG alg)
Verifies validity of a AlgorithmG enum.
Ptr< TypeG::Algorithm< Real > > AlgorithmFactory(ParameterList &parlist, const Ptr< Secant< Real > > &secant=nullPtr)
std::string removeStringFormat(std::string s)