Chance-Constrained Scheduling via Conflict-Directed Risk Allocation

Abstract

Temporal uncertainty in large-scale logistics forces one to trade off between lost efficiency through built-in slack and costly replanning when deadlines are missed. Due to the difficulty of reasoning about such likelihoods and consequences, a computational framework is needed to quantify and bound the risk of violating scheduling requirements. This work addresses the chance-constrained scheduling problem, where actions' durations are modeled probabilistically. Our solution method uses conflict-directed risk allocation to efficiently compute a scheduling policy. The key insight, compared to previous work in probabilistic scheduling, is to decouple the reasoning about temporal and risk constraints. This decomposes the problem into a separate master and subproblem, which can be iteratively solved much quicker. Through a set of simulated car-sharing scenarios, it is empirically shown that conflict-directed risk allocation computes solutions nearly an order of magnitude faster than prior art, which considers all constraints in a single lump-sum optimization.

Cite

Text

Wang and Williams. "Chance-Constrained Scheduling via Conflict-Directed Risk Allocation." AAAI Conference on Artificial Intelligence, 2015. doi:10.1609/AAAI.V29I1.9693

Markdown

[Wang and Williams. "Chance-Constrained Scheduling via Conflict-Directed Risk Allocation." AAAI Conference on Artificial Intelligence, 2015.](https://mlanthology.org/aaai/2015/wang2015aaai-chance/) doi:10.1609/AAAI.V29I1.9693

BibTeX

@inproceedings{wang2015aaai-chance,
  title     = {{Chance-Constrained Scheduling via Conflict-Directed Risk Allocation}},
  author    = {Wang, Andrew J. and Williams, Brian C.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2015},
  pages     = {3620-3627},
  doi       = {10.1609/AAAI.V29I1.9693},
  url       = {https://mlanthology.org/aaai/2015/wang2015aaai-chance/}
}