ROL
|
Provides interface for and implements trust-region subproblem solvers. More...
#include <ROL_TrustRegion_U.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 |
Provides interface for and implements trust-region subproblem solvers.
Definition at line 23 of file ROL_TrustRegion_U.hpp.
|
inlinevirtual |
Definition at line 25 of file ROL_TrustRegion_U.hpp.
|
inlinevirtual |
Reimplemented in ROL::SPGTrustRegion_U< Real >, ROL::TruncatedCG_U< Real >, ROL::DogLeg_U< Real >, ROL::CauchyPoint_U< Real >, and ROL::DoubleDogLeg_U< Real >.
Definition at line 27 of file ROL_TrustRegion_U.hpp.
|
pure virtual |