Go to the documentation of this file.
49 #ifndef ROL_TESTOBJECTIVES_HPP
50 #define ROL_TESTOBJECTIVES_HPP
150 std::string retString;
181 default: retString =
"INVALID ETestOptProblem";
257 Ptr<TestProblem<Real>> tp;
289 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.
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 W. Hock and K. Schittkowski 5th test function.
Contains definitions for Cantilevered Beam example in G. N. Vanderplaats, Numerical Optimization Tech...
@ TESTOPTPROBLEM_PARABOLOIDCIRCLE
@ 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
Contains definitions for W. Hock and K. Schittkowski 24th test problem which contains bound and inequ...
ETrustRegion & operator++(ETrustRegion &type)
ETrustRegion & operator--(ETrustRegion &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.
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_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 W. Hock and K. Schittkowski 1st test function.