ROL
Public Member Functions | List of all members
ROL::ZOO::getHS53< Real > Class Template Reference

#include <ROL_HS53.hpp>

+ Inheritance diagram for ROL::ZOO::getHS53< Real >:

Public Member Functions

 getHS53 (void)
 
Ptr< Objective< Real > > getObjective (void) const
 
Ptr< Vector< Real > > getInitialGuess (void) const
 
Ptr< Vector< Real > > getSolution (const int i=0) const
 
Ptr< Constraint< Real > > getEqualityConstraint (void) const
 
Ptr< Vector< Real > > getEqualityMultiplier (void) const
 
Ptr< BoundConstraint< Real > > getBoundConstraint (void) const
 
- Public Member Functions inherited from ROL::TestProblem< Real >
virtual ~TestProblem (void)
 
 TestProblem (void)
 
virtual int getNumSolutions (void) const
 
virtual Ptr< Constraint< Real > > getInequalityConstraint (void) const
 
virtual Ptr< Vector< Real > > getInequalityMultiplier (void) const
 
virtual Ptr< BoundConstraint< Real > > getSlackBoundConstraint (void) const
 
void get (Ptr< OptimizationProblem< Real > > &problem, Ptr< Vector< Real > > &x0, std::vector< Ptr< Vector< Real > > > &x) const
 

Detailed Description

template<class Real>
class ROL::ZOO::getHS53< Real >

Definition at line 133 of file ROL_HS53.hpp.

Constructor & Destructor Documentation

◆ getHS53()

template<class Real >
ROL::ZOO::getHS53< Real >::getHS53 ( void )
inline

Definition at line 135 of file ROL_HS53.hpp.

Member Function Documentation

◆ getObjective()

template<class Real >
Ptr< Objective< Real > > ROL::ZOO::getHS53< Real >::getObjective ( void ) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 137 of file ROL_HS53.hpp.

Referenced by main().

◆ getInitialGuess()

template<class Real >
Ptr< Vector< Real > > ROL::ZOO::getHS53< Real >::getInitialGuess ( void ) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 141 of file ROL_HS53.hpp.

Referenced by main().

◆ getSolution()

template<class Real >
Ptr< Vector< Real > > ROL::ZOO::getHS53< Real >::getSolution ( const int i = 0) const
inlinevirtual

Implements ROL::TestProblem< Real >.

Definition at line 146 of file ROL_HS53.hpp.

◆ getEqualityConstraint()

template<class Real >
Ptr< Constraint< Real > > ROL::ZOO::getHS53< Real >::getEqualityConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 157 of file ROL_HS53.hpp.

Referenced by main().

◆ getEqualityMultiplier()

template<class Real >
Ptr< Vector< Real > > ROL::ZOO::getHS53< Real >::getEqualityMultiplier ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 161 of file ROL_HS53.hpp.

Referenced by main().

◆ getBoundConstraint()

template<class Real >
Ptr< BoundConstraint< Real > > ROL::ZOO::getHS53< Real >::getBoundConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 166 of file ROL_HS53.hpp.

Referenced by main().


The documentation for this class was generated from the following file: