用约束编程方法预测球队未来n天内何时锁定季后赛资格
A Constraint Programming Approach for n-Day Lookahead Playoff Clinching in the NHL
- 构建树搜索算法,结合预处理与剪枝策略高效探索比赛结果空间
- 通过约束编程子程序验证任意时刻球队是否已锁定季后赛席位
- 可扩展至其他排名目标,适合体育数据分析与球迷决策支持
在职业体育中,若一支球队无论剩余比赛结果如何都确保获得季后赛席位,则称为已锁定季后赛资格。随着赛季推进,球迷和相关方关注球队在何种条件下、何时能锁定季后赛资格。本文研究国家冰球联盟(NHL)的季后赛锁定问题,由于复杂的排名规则和决胜机制,计算锁定情形具有挑战性。提出一种算法,用于判断在未来n天内,哪些比赛结果组合将使某支球队锁定季后赛资格(即“n日前瞻锁定”)。该方法采用定制化的树搜索结构,结合多种预处理技术、剪枝策略与节点排序启发式,高效探索可能的比赛结果空间。树搜索利用基于约束编程(CP)的子程序进行推理,以判断在常规赛某一时间点某队是否已被淘汰(即“0日前瞻锁定”),该过程考虑了参赛资格规则及NHL详尽的平分决胜规则。使用2021-22至2024-25赛季公开的数百个场景验证算法有效性。所提方法可轻松扩展至其他指标,如数学上证明被淘汰、锁定总统杯,或任何排名种子的锁定/未锁定状态。
原文摘要 · Abstract (English)
In professional sports, a team has clinched the playoffs if they are guaranteed a postseason spot, regardless of the outcomes of any remaining games. As the season progresses, sports fans and other stakeholders are interested in precisely when, and under what conditions, their team will clinch the playoffs. In this paper, we investigate playoff clinching in the context of the National Hockey League (NHL), where it is computationally challenging to produce clinching scenarios due, in part, to complex tie-breakers. We present an algorithm that determines under which combinations of game outcomes in the next $n$ days a team will clinch the playoffs (i.e., "$n$-day lookahead clinching"). Our approach is a custom tree search which employs various preprocessing techniques, pruning strategies, and node ordering heuristics to efficiently explore the space of possible outcomes. The tree search leverages a constraint programming (CP)-based subroutine for inference that determines if a team has clinched the playoffs for some snapshot in time of the regular season (i.e., "0-day lookahead clinching"). This CP subroutine aims to find a counter-example in which the team being evaluated is eliminated, taking into account qualification rules and the NHL's extensive list of tie-breakers. We validate the efficacy of our algorithm using hundreds of scenarios based on public NHL data for the seasons 2021-22 through 2024-25. The methods introduced can be readily extended to other metrics of interest, including mathematical proof of playoff elimination, clinching the President's Trophy, as well as clinching (or being eliminated from clinching) any other seed in the standings.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。