Understanding Performance Tradeoffs in Algorithms for Solving Oversubscribed Scheduling - Robotics Institute Carnegie Mellon University

Understanding Performance Tradeoffs in Algorithms for Solving Oversubscribed Scheduling

Laurence Kramer, Laura Barbulescu, and Stephen Smith
Conference Paper, Proceedings 22nd National Conference on Artificial Intelligence (AAAI '07), Vol. 2, pp. 1019 - 1024, July, 2007

Abstract

In recent years, planning and scheduling research has paid increasing attention to problems that involve resource oversubscription, where cumulative demand for resources outstrips their availability and some subset of goals or tasks must be excluded. Two basic classes of techniques to solve oversubscribed scheduling problems have emerged: searching directly in the space of possible schedules and searching in an alternative space of task permutations (by relying on a schedule builder to provide a mapping to schedule space). In some problem contexts, permutation-based search methods have been shown to outperform schedule-space search methods, while in others the opposite has been shown to be the case. We consider two techniques for which this behavior has been observed: TaskSwap (TS), a schedule-space repair search procedure, and Squeaky Wheel Optimization (SWO), a permutation-space scheduling procedure. We analyze the circumstances under which one can be expected to dominate the other. Starting from a real-world scheduling problem where SWO has been shown to outperform TS, we construct a series of problem instances that increasingly incorporate characteristics of a second real-world scheduling problem, where TS has been found to outperform SWO. Experimental results provide insights into when schedule-space methods and permutation-based methods may be most appropriate.

BibTeX

@conference{Kramer-2007-9772,
author = {Laurence Kramer and Laura Barbulescu and Stephen Smith},
title = {Understanding Performance Tradeoffs in Algorithms for Solving Oversubscribed Scheduling},
booktitle = {Proceedings 22nd National Conference on Artificial Intelligence (AAAI '07)},
year = {2007},
month = {July},
volume = {2},
pages = {1019 - 1024},
keywords = {scheduling, search},
}