ray.tune.schedulers.FIFOScheduler#

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

Bases: TrialScheduler

Simple scheduler that just runs trials in submission order.

Methods

restore

Restore trial scheduler from checkpoint.

save

Save trial scheduler to a checkpoint

set_search_properties

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