diff --git a/fltk/core/distributed/orchestrator.py b/fltk/core/distributed/orchestrator.py index 154bf560..9cb71e61 100644 --- a/fltk/core/distributed/orchestrator.py +++ b/fltk/core/distributed/orchestrator.py @@ -238,7 +238,8 @@ def wait_for_jobs_to_complete(self): class SimulatedOrchestrator(Orchestrator): """ - Orchestrator implementation for Simulated arrivals. Currently, currently only Poisson inter-arrival times. + Orchestrator implementation for Simulated arrivals. Currently, only inter-arrival times following a Poisson process + are supported. """ def __init__(self, cluster_mgr: ClusterManager, arrival_generator: ArrivalGenerator, config: DistributedConfig):