/sched-learning

simulation of task scheduling algorithms

Primary LanguagePythonMIT LicenseMIT

Documentation Status

CodeFactor

Welcome to YATSS's documentation!

YATSS (Yet Another Task Scheduling Simulator) supports the following task scheduling algorithms:

Check out further documentation in RtD

Main Features

  • Easy to adapt to new task scheduling algorithms;
  • Easy to use input/ouput file formats based on YAML;
  • Gantt-like schedule plot using plotly;
  • Support single core only;
  • Documentation.