|
MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Just force the decomposition system object to select a new decomposition and let everyone else fend for themselves. More...
#include <MoochoPack_NewDecompositionSelectionStd_Strategy.hpp>

Public Member Functions | |
| STANDARD_COMPOSITION_MEMBERS (DecompositionSystemHandlerSelectNew_Strategy, decomp_sys_handler) | |
| «std comp» members for range/null decomposition handler | |
| NewDecompositionSelectionStd_Strategy (const decomp_sys_handler_ptr_t &decomp_sys_handler) | |
| | |
Overridden from NewDecompositionSelection_Strategy | |
| bool | new_decomposition (NLPAlgo &algo, Algorithm::poss_type step_poss, IterationPack::EDoStepType type, Algorithm::poss_type assoc_step_poss) |
| | |
| void | print_new_decomposition (const NLPAlgo &algo, Algorithm::poss_type step_poss, IterationPack::EDoStepType type, Algorithm::poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
| | |
Just force the decomposition system object to select a new decomposition and let everyone else fend for themselves.
Definition at line 54 of file MoochoPack_NewDecompositionSelectionStd_Strategy.hpp.
| MoochoPack::NewDecompositionSelectionStd_Strategy::NewDecompositionSelectionStd_Strategy | ( | const decomp_sys_handler_ptr_t & | decomp_sys_handler | ) |
Definition at line 49 of file MoochoPack_NewDecompositionSelectionStd_Strategy.cpp.
| MoochoPack::NewDecompositionSelectionStd_Strategy::STANDARD_COMPOSITION_MEMBERS | ( | DecompositionSystemHandlerSelectNew_Strategy | , |
| decomp_sys_handler | |||
| ) |
«std comp» members for range/null decomposition handler
| bool MoochoPack::NewDecompositionSelectionStd_Strategy::new_decomposition | ( | NLPAlgo & | algo, |
| Algorithm::poss_type | step_poss, | ||
| IterationPack::EDoStepType | type, | ||
| Algorithm::poss_type | assoc_step_poss | ||
| ) | [virtual] |
Implements MoochoPack::NewDecompositionSelection_Strategy.
Definition at line 55 of file MoochoPack_NewDecompositionSelectionStd_Strategy.cpp.
| void MoochoPack::NewDecompositionSelectionStd_Strategy::print_new_decomposition | ( | const NLPAlgo & | algo, |
| Algorithm::poss_type | step_poss, | ||
| IterationPack::EDoStepType | type, | ||
| Algorithm::poss_type | assoc_step_poss, | ||
| std::ostream & | out, | ||
| const std::string & | leading_str | ||
| ) | const [virtual] |
Implements MoochoPack::NewDecompositionSelection_Strategy.
Definition at line 103 of file MoochoPack_NewDecompositionSelectionStd_Strategy.cpp.
1.7.6.1