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

#include <ROL_HS24.hpp>

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

Public Member Functions

 getHS24 (void)
 
Ptr< Objective< Real > > getObjective (void) const
 
Ptr< Constraint< Real > > getInequalityConstraint (void) const
 
Ptr< BoundConstraint< Real > > getBoundConstraint (void) const
 
Ptr< Vector< Real > > getInitialGuess (void) const
 
Ptr< Vector< Real > > getSolution (const int i=0) const
 
Ptr< Vector< Real > > getInequalityMultiplier (void) const
 
Ptr< BoundConstraint< Real > > getSlackBoundConstraint (void) const
 
- Public Member Functions inherited from ROL::TestProblem< Real >
virtual ~TestProblem (void)
 
 TestProblem (void)
 
virtual int getNumSolutions (void) const
 
virtual Ptr< Constraint< Real > > getEqualityConstraint (void) const
 
virtual Ptr< Vector< Real > > getEqualityMultiplier (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::getHS24< Real >

Definition at line 169 of file ROL_HS24.hpp.

Constructor & Destructor Documentation

◆ getHS24()

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

Definition at line 171 of file ROL_HS24.hpp.

Member Function Documentation

◆ getObjective()

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

Implements ROL::TestProblem< Real >.

Definition at line 173 of file ROL_HS24.hpp.

Referenced by main().

◆ getInequalityConstraint()

template<class Real >
Ptr< Constraint< Real > > ROL::ZOO::getHS24< Real >::getInequalityConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 177 of file ROL_HS24.hpp.

Referenced by main().

◆ getBoundConstraint()

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

Reimplemented from ROL::TestProblem< Real >.

Definition at line 181 of file ROL_HS24.hpp.

Referenced by main().

◆ getInitialGuess()

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

Implements ROL::TestProblem< Real >.

Definition at line 194 of file ROL_HS24.hpp.

Referenced by main().

◆ getSolution()

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

Implements ROL::TestProblem< Real >.

Definition at line 202 of file ROL_HS24.hpp.

Referenced by main().

◆ getInequalityMultiplier()

template<class Real >
Ptr< Vector< Real > > ROL::ZOO::getHS24< Real >::getInequalityMultiplier ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 210 of file ROL_HS24.hpp.

Referenced by main().

◆ getSlackBoundConstraint()

template<class Real >
Ptr< BoundConstraint< Real > > ROL::ZOO::getHS24< Real >::getSlackBoundConstraint ( void ) const
inlinevirtual

Reimplemented from ROL::TestProblem< Real >.

Definition at line 215 of file ROL_HS24.hpp.

Referenced by main().


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