ROL
example_02.cpp File Reference

Test the OptimizationProblem interface on Step by taking alternating Linesearch and Trust-Region steps on the Zahkarov function. More...

#include "ROL_LineSearchStep.hpp"
#include "ROL_TrustRegionStep.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_StatusTest.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Zakharov.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Detailed Description

Test the OptimizationProblem interface on Step by taking alternating Linesearch and Trust-Region steps on the Zahkarov function.

Definition in file zakharov/example_02.cpp.

Function Documentation

◆ main()