Go to the documentation of this file.
49 #ifndef ROL_TESTOBJECTIVES_HPP
50 #define ROL_TESTOBJECTIVES_HPP
162 std::string retString;
197 default: retString =
"INVALID ETestOptProblem";
277 Ptr<TestProblem<Real>> tp;
313 tp->get(problem,x0,x);
Contains definitions for least squares function.
Contains definitions for the equality constrained NLP:
@ TESTOPTPROBLEM_MINIMAX2
Contains definitions for W. Hock and K. Schittkowski 3rd test function.
EKrylov & operator--(EKrylov &type)
Contains definitions for W. Hock and K. Schittkowski 25th test function.
Contains definitions for the discrete boundary value problem (More, Garbow, Hillstrom,...
Contains definitions for Poisson material inversion.
Contains definitions for a quartic test problem.
Contains definitions for W. Hock and K. Schittkowski 5th test function.
Contains definitions for Cantilevered Beam example in G. N. Vanderplaats, Numerical Optimization Tech...
@ TESTOPTPROBLEM_PARABOLOIDCIRCLE
Contains definitions for the cylinder head test problem.
@ TESTOPTPROBLEM_ROSENBROCK
@ TESTOPTPROBLEM_MINIMAX3
Contains definitions for W. Hock and K. Schittkowski 2nd test function.
Contains definitions for W. Hock and K. Schittkowski 39th test function.
Contains definitions for Freudenstein and Roth's function.
@ TESTOPTPROBLEM_ZAKHAROV
@ TESTOPTPROBLEM_MINIMAX1
@ TESTOPTPROBLEM_FREUDENSTEINANDROTH
@ TESTOPTPROBLEM_SUMOFSQUARES
std::string removeStringFormat(std::string s)
Contains definitions for Rosenbrock's function.
@ TESTOPTPROBLEM_CANTILEVERBEAM
@ TESTOPTPROBLEM_SIMPLEEQCONSTRAINED
@ TESTOPTPROBLEM_CYLINDERHEAD
Contains definitions for W. Hock and K. Schittkowski 24th test problem which contains bound and inequ...
EKrylov & operator++(EKrylov &type)
Contains definitions for W. Hock and K. Schittkowski 32nd test problem which contains both inequality...
@ TESTOPTPROBLEM_POISSONCONTROL
Defines the linear algebra or vector space interface.
Contains definitions for sum of squares function.
Contains definitions for a cubic test problem.
ETestOptProblem StringToETestOptProblem(std::string s)
void GetTestProblem(Ptr< OptimizationProblem< Real > > &problem, Ptr< Vector< Real > > &x0, std::vector< Ptr< Vector< Real > > > &x, const ETestOptProblem test)
ETestOptProblem
Enumeration of test optimization problems.
Contains definitions for W. Hock and K. Schittkowski 45th test function.
Contains definitions for Powell's badly scaled function.
Contains definitions for Poisson optimal control.
Contains definitions for W. Hock and K. Schittkowski 4th test function.
int isValidTestOptProblem(ETestOptProblem to)
Verifies validity of a TestOptProblem enum.
@ TESTOPTPROBLEM_CANTILEVER
@ TESTOPTPROBLEM_LEASTSQUARES
@ TESTOPTPROBLEM_POISSONINVERSION
Contains definitions for W. Hock and K. Schittkowski 38th test function.
Contains definitions for Beale's function.
Contains definitions for the equality constrained NLP from Nocedal/Wright, 2nd edition,...
Contains definitions for the Zakharov function as evaluated using only the ROL::Vector interface.
Contains definitions for W. Hock and K. Schittkowski 32nd test problem which contains only inequality...
std::string ETestOptProblemToString(ETestOptProblem to)
Contains definitions for the cylinder head test problem.
Contains definitions for W. Hock and K. Schittkowski 1st test function.