44 #ifndef ROL_TRUSTREGIONFACTORY_H
45 #define ROL_TRUSTREGIONFACTORY_H
49 #include "ROL_ParameterList.hpp"
50 #include "ROL_Ptr.hpp"
63 parlist.sublist(
"Step").sublist(
"Trust Region").get(
"Subproblem Solver",
"Dogleg"));
70 default:
return ROL::nullPtr;
Contains definitions of custom data types in ROL.
ROL::Ptr< TrustRegion< Real > > TrustRegionFactory(ROL::ParameterList &parlist)
ETrustRegion StringToETrustRegion(std::string s)
ETrustRegion
Enumeration of trust-region solver types.