MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Computes the exact reduced Hessian rHL_k = Z_k' * HL_k * Z_k. More...
#include <MoochoPack_ReducedHessianExactStd_Step.hpp>
Inherits ReducedHessian_Step.
Public Member Functions | |
bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
void | print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
Computes the exact reduced Hessian rHL_k = Z_k' * HL_k * Z_k.
Definition at line 52 of file MoochoPack_ReducedHessianExactStd_Step.hpp.
bool MoochoPack::ReducedHessianExactStd_Step::do_step | ( | Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss | ||
) |
void MoochoPack::ReducedHessianExactStd_Step::print_step | ( | const Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss, | ||
std::ostream & | out, | ||
const std::string & | leading_str | ||
) | const |