ray.tune.schedulers.FIFOScheduler#
- class ray.tune.schedulers.FIFOScheduler[source]#
Bases:
TrialScheduler
Simple scheduler that just runs trials in submission order.
Methods
Restore trial scheduler from checkpoint.
Save trial scheduler to a checkpoint
Pass search properties to scheduler.
Attributes
Status for continuing trial execution
Status for pausing trial execution
Status for stopping trial execution