moead_framework.core.sps_strategy.abstract_sps.SpsStrategy¶
-
class
moead_framework.core.sps_strategy.abstract_sps.SpsStrategy(algorithm_instance)[source]¶ Bases:
abc.ABCAbstract class to implement a new SPS Strategy
-
__init__(algorithm_instance)[source]¶ Constructor of the Sub-Problem Selection Strategy
- Parameters
algorithm_instance – {
AbstractMoead} instance of the algorithm
Methods
__init__(algorithm_instance)Constructor of the Sub-Problem Selection Strategy
Get all sub-problems visited in the next generation
get boundaries sub-problems
-