MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Strategy class for computing a quasi-range-space step by solving the approximate range space problem directly. More...
#include <MoochoPack_QuasiRangeSpaceStepStd_Strategy.hpp>
Overridden from QuasiRangeSpaceStep_Strategy | |
bool | solve_quasi_range_space_step (std::ostream &out, EJournalOutputLevel olevel, NLPAlgo *algo, NLPAlgoState *s, const Vector &xo, const Vector &c_xo, VectorMutable *v) |
Solves the range space problem with the old decomposition at x_k. More... | |
void | print_step (std::ostream &out, const std::string &leading_str) const |
Additional Inherited Members | |
Public Member Functions inherited from MoochoPack::QuasiRangeSpaceStep_Strategy | |
virtual | ~QuasiRangeSpaceStep_Strategy () |
Strategy class for computing a quasi-range-space step by solving the approximate range space problem directly.
Definition at line 52 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.hpp.
|
virtual |
Solves the range space problem with the old decomposition at x_k.
Solves:
vy = -inv(Gc_k'*Y_k) * c_xo v = Y_k*vy
Implements MoochoPack::QuasiRangeSpaceStep_Strategy.
Definition at line 50 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.cpp.
|
virtual |
Implements MoochoPack::QuasiRangeSpaceStep_Strategy.
Definition at line 69 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.cpp.