#include "ROL_TestObjectives.hpp"
#include "ROL_TrustRegionStep.hpp"
#include "ROL_Algorithm.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[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 61 of file step/test_02.cpp.
References ROL::Vector< Real >::axpy(), ROL::ETestObjectivesToString(), ROL::ETrustRegionToString(), ROL::StdVector< Real, Element >::norm(), ROL::DefaultAlgorithm< Real >::run(), ROL::StdVector< Real, Element >::set(), ROL::TESTOBJECTIVES_LAST, ROL::TESTOBJECTIVES_ROSENBROCK, ROL::TRUSTREGION_CAUCHYPOINT, ROL::TRUSTREGION_DOGLEG, ROL::TRUSTREGION_DOUBLEDOGLEG, ROL::TRUSTREGION_LAST, and ROL::Vector< Real >::zero().