MoochoPack : Framework for Large-Scale Optimization Algorithms  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MoochoPack::BFGSUpdate_Strategy Member List

This is the complete list of members for MoochoPack::BFGSUpdate_Strategy, including all inherited members.

BFGSUpdate_Strategy(bool rescale_init_identity=true, bool use_dampening=true, ESecantTesting secant_testing=SECANT_TEST_DEFAULT, value_type secant_warning_tol=1e-6, value_type secant_error_tol=1e-1)MoochoPack::BFGSUpdate_Strategy
ESecantTesting enum nameMoochoPack::BFGSUpdate_Strategy
perform_update(VectorMutable *s_bfgs, VectorMutable *y_bfgs, bool first_update, std::ostream &out, EJournalOutputLevel olevel, bool check_results, MatrixSymOp *B, QuasiNewtonStats *quasi_newton_stats)MoochoPack::BFGSUpdate_Strategy
print_step(std::ostream &out, const std::string &leading_str) const MoochoPack::BFGSUpdate_Strategy
STANDARD_MEMBER_COMPOSITION_MEMBERS(bool, rescale_init_identity)MoochoPack::BFGSUpdate_Strategy
STANDARD_MEMBER_COMPOSITION_MEMBERS(bool, use_dampening)MoochoPack::BFGSUpdate_Strategy
STANDARD_MEMBER_COMPOSITION_MEMBERS(ESecantTesting, secant_testing)MoochoPack::BFGSUpdate_Strategy
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, secant_warning_tol)MoochoPack::BFGSUpdate_Strategy
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, secant_error_tol)MoochoPack::BFGSUpdate_Strategy