ROL
test_01.cpp File Reference

Verify that the interior point log-barrier penalized objective passes gradient and Hessian checks. More...

#include "Teuchos_GlobalMPISession.hpp"
#include "ROL_InteriorPointPenalty.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Bounds.hpp"
#include "ROL_ParameterList.hpp"
#include <iomanip>

Go to the source code of this file.

Classes

class  NullObjective< Real >

Functions

template<class Real>
void printVector (const ROL::Vector< Real > &x, std::ostream &outStream)
int main (int argc, char *argv[])

Detailed Description

Verify that the interior point log-barrier penalized objective passes gradient and Hessian checks.

Definition in file step/interiorpoint/test_01.cpp.

Function Documentation

◆ printVector()

template<class Real>
void printVector ( const ROL::Vector< Real > & x,
std::ostream & outStream )

Definition at line 44 of file step/interiorpoint/test_01.cpp.

Referenced by main().

◆ main()

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