Online variable-weight scheduling with preempting on jobs with linear and exponential penalties
Frederick Tang, Fareed Sheriff, Andrew Wang

TL;DR
This paper studies online job scheduling with preemption, focusing on weighted jobs with linear or exponential penalties, and proposes algorithms with improved competitive ratios over naive approaches.
Contribution
The paper introduces new online algorithms for preemptive job scheduling with weighted penalties, achieving better competitive ratios than existing methods.
Findings
Naive algorithm has high competitive ratio ($rac{M}{s_{min}}$).
Improved algorithm reduces the ratio to $4\sqrt{rac{M}{s_{min}}} + n\log{rac{Mn}{s_{min}}}$.
Further modification yields an even better ratio of $n\log{rac{Mn}{s_{min}}}$.
Abstract
We analyze the problem of job scheduling with preempting on weighted jobs that can have either linear or exponential penalties. We review relevant literature on the problem and create and describe a few online algorithms that perform competitively with the optimal scheduler. We first describe a na{\" i}ve algorithm, which yields a high competitive ratio () with the optimal, then provide an algorithm that yields a lower competitive ratio (). Finally, we make a minor modification to our algorithm to yield an algorithm that has an even better competitive ratio ().
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScheduling and Optimization Algorithms · Advanced Manufacturing and Logistics Optimization · Optimization and Search Problems
