#include "ROL_GetTestProblems.hpp"
#include "ROL_OptimizationSolver.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 26 of file step/test_01.cpp.
References ROL::DESCENT_LAST, ROL::DESCENT_NEWTON, ROL::DESCENT_NEWTONKRYLOV, ROL::DESCENT_STEEPEST, dim, ROL::EDescentToString(), ROL::ETestOptProblemToString(), ROL::OptimizationSolver< Real >::solve(), ROL::TESTOPTPROBLEM_LAST, ROL::TESTOPTPROBLEM_LEASTSQUARES, ROL::TESTOPTPROBLEM_MINIMAX1, ROL::TESTOPTPROBLEM_MINIMAX2, ROL::TESTOPTPROBLEM_MINIMAX3, ROL::TESTOPTPROBLEM_POISSONCONTROL, ROL::TESTOPTPROBLEM_POISSONINVERSION, ROL::TESTOPTPROBLEM_ROSENBROCK, and ROL::TYPE_U.