44 #ifndef ROL_LINESEARCHFACTORY_H
45 #define ROL_LINESEARCHFACTORY_H
49 #include "ROL_ParameterList.hpp"
50 #include "ROL_Ptr.hpp"
66 parlist.sublist(
"Step").sublist(
"Line Search").sublist(
"Line-Search Method").get(
"Type",
"Cubic Interpolation"));
78 default:
return ROL::nullPtr;