Optimal Factory Scheduling Using Stochastic Dominance A*
Abstract
We examine a standard factory scheduling problem with stochastic processing and setup times, minimizing the expectation of the weighted number of tardy jobs. Because the costs of operators in the schedule are stochastic and sequence dependent, standard dynamic programming algorithms such as A* may fail to find the optimal schedule. The SDA* (Stochastic Dominance A*) algorithm remedies this difficulty by relaxing the pruning condition. We present an improved state-space search formulation for these problems and discuss the conditions under which stochastic scheduling problems can be solved optimally using SDA*. In empirical testing on randomly generated problems, we found that in 70%, the expected cost of the optimal stochastic solution is lower than that of the solution derived using a deterministic approximation, with comparable search effort.
Cite
Text
Wurman and Wellman. "Optimal Factory Scheduling Using Stochastic Dominance A*." Conference on Uncertainty in Artificial Intelligence, 1996.Markdown
[Wurman and Wellman. "Optimal Factory Scheduling Using Stochastic Dominance A*." Conference on Uncertainty in Artificial Intelligence, 1996.](https://mlanthology.org/uai/1996/wurman1996uai-optimal/)BibTeX
@inproceedings{wurman1996uai-optimal,
title = {{Optimal Factory Scheduling Using Stochastic Dominance A*}},
author = {Wurman, Peter R. and Wellman, Michael P.},
booktitle = {Conference on Uncertainty in Artificial Intelligence},
year = {1996},
pages = {554-563},
url = {https://mlanthology.org/uai/1996/wurman1996uai-optimal/}
}