MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Abstract interface for an object that directs the selection of a new decomposition. More...
#include <MoochoPack_NewDecompositionSelection_Strategy.hpp>
Public Member Functions | |
virtual | ~NewDecompositionSelection_Strategy () |
virtual bool | new_decomposition (NLPAlgo &algo, Algorithm::poss_type step_poss, IterationPack::EDoStepType type, Algorithm::poss_type assoc_step_poss)=0 |
virtual 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 =0 |
Abstract interface for an object that directs the selection of a new decomposition.
Definition at line 53 of file MoochoPack_NewDecompositionSelection_Strategy.hpp.
|
inlinevirtual |
Definition at line 57 of file MoochoPack_NewDecompositionSelection_Strategy.hpp.
|
pure virtual |
Implemented in MoochoPack::NewDecompositionSelectionStd_Strategy.
|
pure virtual |
Implemented in MoochoPack::NewDecompositionSelectionStd_Strategy.