MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
MoochoPack::CheckSkipBFGSUpdateStd_Step Class Reference

Checks if a BFGS update should be preformed. More...

#include <MoochoPack_CheckSkipBFGSUpdateStd_Step.hpp>

Inheritance diagram for MoochoPack::CheckSkipBFGSUpdateStd_Step:
Inheritance graph
[legend]

Public Member Functions

 STANDARD_MEMBER_COMPOSITION_MEMBERS (value_type, skip_bfgs_prop_const)
 <<std member="" comp>="">> members for proportionality constant to use in the test for if to perform BFGS update. More...
 
 CheckSkipBFGSUpdateStd_Step (value_type skip_bfgs_prop_const=10.0)
 
- Public Member Functions inherited from IterationPack::AlgorithmStep
virtual ~AlgorithmStep ()
 
virtual void initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just before the algorithm is run. More...
 
virtual void inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm to inform when a runtime configuration change is finihed. More...
 
virtual void finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just after an algorithm is terminiated. More...
 

Private Attributes

quasi_newton_stats_iq_member quasi_newton_stats_
 

Overridden from AlgorithmStep

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
 

Additional Inherited Members

- Public Types inherited from IterationPack::AlgorithmStep
typedef size_t poss_type
 

Detailed Description

Checks if a BFGS update should be preformed.

Definition at line 53 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.hpp.

Constructor & Destructor Documentation

MoochoPack::CheckSkipBFGSUpdateStd_Step::CheckSkipBFGSUpdateStd_Step ( value_type  skip_bfgs_prop_const = 10.0)

Definition at line 54 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.cpp.

Member Function Documentation

MoochoPack::CheckSkipBFGSUpdateStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS ( value_type  ,
skip_bfgs_prop_const   
)

<<std member="" comp>="">> members for proportionality constant to use in the test for if to perform BFGS update.

bool MoochoPack::CheckSkipBFGSUpdateStd_Step::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual
void MoochoPack::CheckSkipBFGSUpdateStd_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
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 141 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.cpp.

Member Data Documentation

quasi_newton_stats_iq_member MoochoPack::CheckSkipBFGSUpdateStd_Step::quasi_newton_stats_
private

Definition at line 81 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.hpp.


The documentation for this class was generated from the following files: