|
ROL
|
#include <ROL_Constraint_SerialSimOpt.hpp>
Public Member Functions | |
| virtual | ~TrustRegion_U () |
| virtual void | initialize (const Vector< Real > &x, const Vector< Real > &g) |
| virtual void | solve (Vector< Real > &s, Real &snorm, Real &pRed, int &iflag, int &iter, const Real del, TrustRegionModel_U< Real > &model)=0 |
Definition at line 23 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.
|
inlinevirtual |
Reimplemented in ROL::ROL::CauchyPoint_U< Real >, ROL::ROL::DogLeg_U< Real >, ROL::ROL::DoubleDogLeg_U< Real >, ROL::ROL::SPGTrustRegion_U< Real >, and ROL::ROL::TruncatedCG_U< Real >.
Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.
|
pure virtual |