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