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 Types | Private Attributes | List of all members
MoochoPack::ReducedHessianSecantUpdateStd_Step Class Reference

Updates rHL_k using a secant update. More...

#include <MoochoPack_ReducedHessianSecantUpdateStd_Step.hpp>

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

Public Member Functions

 STANDARD_COMPOSITION_MEMBERS (ReducedHessianSecantUpdate_Strategy, secant_update)
 <<std comp>="">> members for the strategy interface object that will actually perform the secant update. More...
 
 ReducedHessianSecantUpdateStd_Step (const secant_update_ptr_t &secant_update=Teuchos::null)
 
- 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 Types

enum  { NO_BASIS_UPDATED_YET = INT_MIN }
 

Private Attributes

int num_basis_
 
int iter_k_rHL_init_ident_
 
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

Updates rHL_k using a secant update.

This class will initialize rHL = I if it is not already and will handle transitions to new basis selections by reseting rHL = I. The actually update is delegated to a strategy object (see #secant_update# below).

See the printed step documentation for a description.

Definition at line 61 of file MoochoPack_ReducedHessianSecantUpdateStd_Step.hpp.

Member Enumeration Documentation

anonymous enum
private
Enumerator
NO_BASIS_UPDATED_YET 

Definition at line 87 of file MoochoPack_ReducedHessianSecantUpdateStd_Step.hpp.

Constructor & Destructor Documentation

MoochoPack::ReducedHessianSecantUpdateStd_Step::ReducedHessianSecantUpdateStd_Step ( const secant_update_ptr_t &  secant_update = Teuchos::null)

Member Function Documentation

MoochoPack::ReducedHessianSecantUpdateStd_Step::STANDARD_COMPOSITION_MEMBERS ( ReducedHessianSecantUpdate_Strategy  ,
secant_update   
)

<<std comp>="">> members for the strategy interface object that will actually perform the secant update.

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

Member Data Documentation

int MoochoPack::ReducedHessianSecantUpdateStd_Step::num_basis_
private
int MoochoPack::ReducedHessianSecantUpdateStd_Step::iter_k_rHL_init_ident_
private
quasi_newton_stats_iq_member MoochoPack::ReducedHessianSecantUpdateStd_Step::quasi_newton_stats_
private

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