ROL
Classes | Enumerations | Functions
ROL::TypeU Namespace Reference

Classes

struct  AlgorithmState
 
class  Algorithm
 Provides an interface to run unconstrained optimization algorithms. More...
 
class  BundleAlgorithm
 Provides an interface to run trust-bundle methods for unconstrained optimization algorithms. More...
 
class  LineSearchAlgorithm
 Provides an interface to run unconstrained line search algorithms. More...
 
class  TrustRegionAlgorithm
 Provides an interface to run trust-region methods for unconstrained optimization algorithms. More...
 

Enumerations

enum  EAlgorithmU { ALGORITHM_U_BUNDLE = 0, ALGORITHM_U_LINESEARCH, ALGORITHM_U_TRUSTREGION, ALGORITHM_U_LAST }
 Enumeration of unconstrained algorithm types. More...
 

Functions

std::string EAlgorithmUToString (EAlgorithmU alg)
 
int isValidAlgorithmU (EAlgorithmU alg)
 Verifies validity of a AlgorithmU enum. More...
 
EAlgorithmUoperator++ (EAlgorithmU &type)
 
EAlgorithmU operator++ (EAlgorithmU &type, int)
 
EAlgorithmUoperator-- (EAlgorithmU &type)
 
EAlgorithmU operator-- (EAlgorithmU &type, int)
 
EAlgorithmU StringToEAlgorithmU (std::string s)
 
template<typename Real >
Ptr< Algorithm< Real > > AlgorithmFactory (ParameterList &parlist, const Ptr< Secant< Real >> &secant=nullPtr)
 

Enumeration Type Documentation

Enumeration of unconstrained algorithm types.

  • ALGORITHM_U_BUNDLE describe
  • ALGORITHM_U_LINESEARCH describe
  • ALGORITHM_U_TRUSTREGION describe
Enumerator
ALGORITHM_U_BUNDLE 
ALGORITHM_U_LINESEARCH 
ALGORITHM_U_TRUSTREGION 
ALGORITHM_U_LAST 

Definition at line 62 of file ROL_TypeU_AlgorithmFactory.hpp.

Function Documentation

std::string ROL::TypeU::EAlgorithmUToString ( EAlgorithmU  alg)
inline
int ROL::TypeU::isValidAlgorithmU ( EAlgorithmU  alg)
inline

Verifies validity of a AlgorithmU enum.

Parameters
ls[in] - enum of the AlgorithmU
Returns
1 if the argument is a valid AlgorithmU; 0 otherwise.

Definition at line 86 of file ROL_TypeU_AlgorithmFactory.hpp.

References ALGORITHM_U_BUNDLE, ALGORITHM_U_LAST, ALGORITHM_U_LINESEARCH, and ALGORITHM_U_TRUSTREGION.

EAlgorithmU& ROL::TypeU::operator++ ( EAlgorithmU &  type)
inline

Definition at line 94 of file ROL_TypeU_AlgorithmFactory.hpp.

EAlgorithmU ROL::TypeU::operator++ ( EAlgorithmU &  type,
int   
)
inline

Definition at line 98 of file ROL_TypeU_AlgorithmFactory.hpp.

EAlgorithmU& ROL::TypeU::operator-- ( EAlgorithmU &  type)
inline

Definition at line 104 of file ROL_TypeU_AlgorithmFactory.hpp.

EAlgorithmU ROL::TypeU::operator-- ( EAlgorithmU &  type,
int   
)
inline

Definition at line 108 of file ROL_TypeU_AlgorithmFactory.hpp.

EAlgorithmU ROL::TypeU::StringToEAlgorithmU ( std::string  s)
inline
template<typename Real >
Ptr<Algorithm<Real> > ROL::TypeU::AlgorithmFactory ( ParameterList &  parlist,
const Ptr< Secant< Real >> &  secant = nullPtr 
)
inline