|
ROL
|
Test line search. More...
#include "ROL_TestObjectives.hpp"#include "ROL_Algorithm.hpp"#include "ROL_LineSearchStep.hpp"#include "ROL_StatusTest.hpp"#include "Teuchos_oblackholestream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_XMLParameterListHelpers.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[]) |
Test line search.
Definition in file test_06.cpp.
| #define USE_HESSVEC 0 |
Definition at line 48 of file test_06.cpp.
| typedef double RealT |
Definition at line 60 of file test_06.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 62 of file test_06.cpp.
References ROL::StdVector< Real, Element >::axpy(), ROL::DESCENT_LAST, ROL::DESCENT_STEEPEST, ROL::EDescentToString(), ROL::ELineSearchToString(), ROL::ETestObjectivesToString(), ROL::LINESEARCH_BACKTRACKING, ROL::LINESEARCH_USERDEFINED, ROL::StdVector< Real, Element >::norm(), ROL::Algorithm< Real >::run(), ROL::StdVector< Real, Element >::set(), ROL::TESTOBJECTIVES_ROSENBROCK, and ROL::Vector< Real >::zero().
1.8.11