ray.tune.schedulers.FIFOScheduler#

class ray.tune.schedulers.FIFOScheduler[source]#

Bases: ray.tune.schedulers.trial_scheduler.TrialScheduler

Simple 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

CONTINUE

Status for continuing trial execution

NOOP

PAUSE

Status for pausing trial execution

STOP

Status for stopping trial execution

metric

supports_buffered_results