ROL
|
Contains definitions for W. Hock and K. Schittkowski 24th test problem which contains bound and inequality constraints. More...
#include "ROL_StdVector.hpp"
#include "ROL_Objective.hpp"
#include "ROL_InequalityConstraint.hpp"
#include "ROL_BoundConstraint.hpp"
Go to the source code of this file.
Classes | |
class | ROL::ZOO::Objective_HS24< Real > |
class | ROL::ZOO::InequalityConstraint_HS24< Real > |
Namespaces | |
ROL | |
ROL::ZOO | |
Functions | |
template<class Real > | |
Teuchos::RCP< Objective< Real > > | ROL::ZOO::getObjective_HS24 (void) |
template<class Real > | |
Teuchos::RCP< InequalityConstraint< Real > > | ROL::ZOO::getInequalityConstraint_HS24 (void) |
template<class Real > | |
Teuchos::RCP< BoundConstraint< Real > > | ROL::ZOO::getBoundConstraint_HS24 (void) |
template<class Real > | |
Teuchos::RCP< Vector< Real > > | ROL::ZOO::getInitialGuess_HS24 (void) |
template<class Real > | |
Teuchos::RCP< Vector< Real > > | ROL::ZOO::getSolution_HS24 (void) |
template<class Real > | |
Teuchos::RCP< Vector< Real > > | ROL::ZOO::getInequalityMultiplier_HS24 (void) |
Contains definitions for W. Hock and K. Schittkowski 24th test problem which contains bound and inequality constraints.
Definition in file ROL_HS24.hpp.