#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.
|
int | main (int argc, char *argv[]) |
|
◆ USE_HESSVEC
◆ RealT
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 62 of file step/test_01.cpp.
References ROL::DESCENT_LAST, ROL::DESCENT_NEWTON, ROL::DESCENT_NEWTONKRYLOV, ROL::DESCENT_STEEPEST, ROL::EDescentToString(), ROL::ETestObjectivesToString(), ROL::Algorithm< Real >::run(), ROL::TESTOBJECTIVES_LAST, ROL::TESTOBJECTIVES_LEASTSQUARES, ROL::TESTOBJECTIVES_POISSONCONTROL, ROL::TESTOBJECTIVES_POISSONINVERSION, and ROL::TESTOBJECTIVES_ROSENBROCK.