|
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. | |
| void | print_step (std::ostream &out, const std::string &leading_str) const |
| | |
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.
| bool MoochoPack::QuasiRangeSpaceStepStd_Strategy::solve_quasi_range_space_step | ( | std::ostream & | out, |
| EJournalOutputLevel | olevel, | ||
| NLPAlgo * | algo, | ||
| NLPAlgoState * | s, | ||
| const Vector & | xo, | ||
| const Vector & | c_xo, | ||
| VectorMutable * | v | ||
| ) | [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.
| void MoochoPack::QuasiRangeSpaceStepStd_Strategy::print_step | ( | std::ostream & | out, |
| const std::string & | leading_str | ||
| ) | const [virtual] |
Implements MoochoPack::QuasiRangeSpaceStep_Strategy.
Definition at line 69 of file MoochoPack_QuasiRangeSpaceStepStd_Strategy.cpp.
1.7.6.1