ray.tune.schedulers.FIFOScheduler
ray.tune.schedulers.FIFOScheduler#
- class ray.tune.schedulers.FIFOScheduler[source]#
Bases:
ray.tune.schedulers.trial_scheduler.TrialSchedulerSimple scheduler that just runs trials in submission order.
PublicAPI: This API is stable across Ray releases.
Methods
restore(checkpoint_path)Restore trial scheduler from checkpoint.
save(checkpoint_path)Save trial scheduler to a checkpoint
set_search_properties(metric, mode, **spec)Pass search properties to scheduler.
Attributes
Status for continuing trial execution
Status for pausing trial execution
Status for stopping trial execution