Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 287 Bytes

newschedulers.rst

File metadata and controls

12 lines (8 loc) · 287 Bytes

Writing Schedulers

A new scheduler inherits from the sherpa.schedulers.Scheduler class and re-implements its methods submit_job, get_status, and kill_job.

.. autoclass:: sherpa.schedulers.Scheduler
   :noindex:
   :members: