42 #ifndef CHECK_DECOMPOSITION_FROM_PY_STEP_H
43 #define CHECK_DECOMPOSITION_FROM_PY_STEP_H
45 #include "MoochoPack_NewDecompositionSelection_Strategy.hpp"
46 #include "IterationPack_AlgorithmStep.hpp"
50 namespace MoochoPack {
90 const new_decomp_strategy_ptr_t &new_decomp_strategy
91 ,value_type max_decomposition_cond_change_frac = 100.0
104 ,
poss_type assoc_step_poss, std::ostream& out,
const std::string& leading_str )
const;
109 value_type beta_min_;
118 #endif // CHECK_DECOMPOSITION_FROM_PY_STEP_H
void reset()
Call the reset initialization of all defaults.
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
STANDARD_COMPOSITION_MEMBERS(NewDecompositionSelection_Strategy, new_decomp_strategy)
Abstract interface for an object that directs the selection of a new decomposition.
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, max_decomposition_cond_change_frac)
Check if the decomposition is going singular and if it is select a new decomposition.