matensemble.strategy module
- class matensemble.strategy.FutureProcessingStrategy(manager)[source]
Bases:
ABCThe Base Class that all FutureProcessingStrategy’s must extend in order to be compliant with how the
FluxManageruses them
- class matensemble.strategy.AdaptiveStrategy(manager)[source]
Bases:
FutureProcessingStrategyAn implementation of the
FutureProcessingStrategywhich will adaptively submit newChore’s as incoming chores are completed.
- class matensemble.strategy.NonAdaptiveStrategy(manager)[source]
Bases:
FutureProcessingStrategyAn implementation of the
FutureProcessingStrategywhich will not adaptively submit newChore’s as incoming chores are completed.
- class matensemble.strategy.UserStrategy(manager, pipeline, processing_chore, bolo_list)[source]
Bases:
FutureProcessingStrategy