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

#include <ROL_Powell.hpp>

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

Public Member Functions

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

Private Attributes

ROL::Ptr< std::vector< Real > > scale_
 

Detailed Description

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

Definition at line 168 of file ROL_Powell.hpp.

Constructor & Destructor Documentation

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

Definition at line 173 of file ROL_Powell.hpp.

References ROL::ZOO::getPowell< Real >::scale_.

Member Function Documentation

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

Implements ROL::TestProblem< Real >.

Definition at line 179 of file ROL_Powell.hpp.

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

Implements ROL::TestProblem< Real >.

Definition at line 184 of file ROL_Powell.hpp.

References ROL::ZOO::getPowell< Real >::scale_.

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

Implements ROL::TestProblem< Real >.

Definition at line 193 of file ROL_Powell.hpp.

References ROL::ZOO::getPowell< Real >::scale_.

Member Data Documentation

template<class Real >
ROL::Ptr<std::vector<Real> > ROL::ZOO::getPowell< Real >::scale_
private

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