ROL
ROL::ROL::StatusTest< Real > Class Template Reference

#include <ROL_Constraint_SerialSimOpt.hpp>

Inheritance diagram for ROL::ROL::StatusTest< Real >:

Public Member Functions

virtual ~StatusTest ()
 StatusTest (ROL::ParameterList &parlist)
 StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100, bool use_rel=false)
virtual bool check (AlgorithmState< Real > &state)
 Check algorithm status.

Private Attributes

Real gtol_
Real stol_
int max_iter_
bool use_rel_

Detailed Description

template<class Real>
class ROL::ROL::StatusTest< Real >

Definition at line 58 of file ROL_Constraint_SerialSimOpt.hpp.

Constructor & Destructor Documentation

◆ ~StatusTest()

template<class Real>
virtual ROL::ROL::StatusTest< Real >::~StatusTest ( )
inlinevirtual

Definition at line 68 of file ROL_Constraint_SerialSimOpt.hpp.

◆ StatusTest() [1/2]

template<class Real>
ROL::ROL::StatusTest< Real >::StatusTest ( ROL::ParameterList & parlist)
inline

◆ StatusTest() [2/2]

template<class Real>
ROL::ROL::StatusTest< Real >::StatusTest ( Real gtol = 1.e-6,
Real stol = 1.e-12,
int max_iter = 100,
bool use_rel = false )
inline

Definition at line 78 of file ROL_Constraint_SerialSimOpt.hpp.

Member Function Documentation

◆ check()

template<class Real>
virtual bool ROL::ROL::StatusTest< Real >::check ( AlgorithmState< Real > & state)
inlinevirtual

Member Data Documentation

◆ gtol_

template<class Real>
Real ROL::ROL::StatusTest< Real >::gtol_
private

Definition at line 61 of file ROL_Constraint_SerialSimOpt.hpp.

◆ stol_

template<class Real>
Real ROL::ROL::StatusTest< Real >::stol_
private

Definition at line 62 of file ROL_Constraint_SerialSimOpt.hpp.

◆ max_iter_

template<class Real>
int ROL::ROL::StatusTest< Real >::max_iter_
private

Definition at line 63 of file ROL_Constraint_SerialSimOpt.hpp.

◆ use_rel_

template<class Real>
bool ROL::ROL::StatusTest< Real >::use_rel_
private

Definition at line 64 of file ROL_Constraint_SerialSimOpt.hpp.


The documentation for this class was generated from the following file: