ROL
|
#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.
Macros | |
#define | USE_HESSVEC 0 |
Typedefs | |
typedef double | RealT |
Functions | |
int | main (int argc, char *argv[]) |
#define USE_HESSVEC 0 |
Definition at line 14 of file step/test_06.cpp.
typedef double RealT |
Definition at line 24 of file step/test_06.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 26 of file step/test_06.cpp.
References ROL::DESCENT_LAST, ROL::DESCENT_STEEPEST, dim, ROL::EDescentToString(), ROL::ELineSearchToString(), ROL::ETestOptProblemToString(), ROL::LINESEARCH_BACKTRACKING, ROL::LINESEARCH_USERDEFINED, ROL::OptimizationSolver< Real >::solve(), and ROL::TESTOPTPROBLEM_ROSENBROCK.