10 #ifndef ROL_TRUSTREGIONFACTORY_H
11 #define ROL_TRUSTREGIONFACTORY_H
15 #include "ROL_ParameterList.hpp"
16 #include "ROL_Ptr.hpp"
29 parlist.sublist(
"Step").sublist(
"Trust Region").get(
"Subproblem Solver",
"Dogleg"));
36 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.