Selection Strategy#

class emerge.scenarios.selection_strategy.RandomSelectionStrategy#

Implements random selection strategy.

return_selection_order(list_of_customers: List[CustomerModel])#

Refer to base class for more details.

class emerge.scenarios.selection_strategy.CloseSelectionStrategy#

Implements close to feeder selection strategy.

return_selection_order(list_of_customers: List[CustomerModel])#

Refer to base class for more details.

class emerge.scenarios.selection_strategy.FarSelectionStrategy#

Implements far from feeder selection strategy.

return_selection_order(list_of_customers: List[CustomerModel])#

Refer to base class for more details.