|
ROL
|
Test trust region. More...
#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 1 |
Typedefs | |
| typedef double | RealT |
Functions | |
| int | main (int argc, char *argv[]) |
Test trust region.
Definition in file step/test_02.cpp.
| #define USE_HESSVEC 1 |
Definition at line 14 of file step/test_02.cpp.
| typedef double RealT |
Definition at line 24 of file step/test_02.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 26 of file step/test_02.cpp.
References dim, ROL::ETestOptProblemToString(), ROL::ETrustRegionToString(), ROL::OptimizationSolver< Real >::solve(), ROL::TESTOPTPROBLEM_LAST, ROL::TESTOPTPROBLEM_MINIMAX1, ROL::TESTOPTPROBLEM_MINIMAX2, ROL::TESTOPTPROBLEM_MINIMAX3, ROL::TESTOPTPROBLEM_ROSENBROCK, ROL::TRUSTREGION_CAUCHYPOINT, ROL::TRUSTREGION_LAST, ROL::TRUSTREGION_LINMORE, and ROL::TYPE_U.