ROL
|
#include <ROL_StepFactory.hpp>
Public Member Functions | |
~StepFactory (void) | |
ROL::Ptr< Step< Real > > | getStep (const std::string &type, ROL::ParameterList &parlist) const |
Definition at line 32 of file ROL_StepFactory.hpp.
|
inline |
Definition at line 34 of file ROL_StepFactory.hpp.
|
inline |
Definition at line 36 of file ROL_StepFactory.hpp.
References ROL::STEP_AUGMENTEDLAGRANGIAN, ROL::STEP_BUNDLE, ROL::STEP_COMPOSITESTEP, ROL::STEP_FLETCHER, ROL::STEP_INTERIORPOINT, ROL::STEP_LINESEARCH, ROL::STEP_MOREAUYOSIDAPENALTY, ROL::STEP_PRIMALDUALACTIVESET, ROL::STEP_TRUSTREGION, and ROL::StringToEStep().
Referenced by main(), and ROL::OptimizationSolver< Real >::OptimizationSolver().