Trial Pacemaker

Trial Pacemaker

Monitor trials and update their heartbeat

class orion.core.worker.trial_pacemaker.TrialPacemaker(trial, wait_time=60)[source]

Monitor a given trial inside a thread, updating its heartbeat at a given interval of time.

Parameters:
exp: Experiment

The current Experiment.

Methods

run() Run the trial monitoring every given interval.
stop() Stop monitoring.
run()[source]

Run the trial monitoring every given interval.

stop()[source]

Stop monitoring.