Efficient Solving of Birds of a Feather Puzzles
暂无分享,去创建一个
In this article, we describe the lessons learned in creating an efficient solver for the solitaire game Birds of a Feather. We introduce a new variant of depth-first search that we call best-n depth-first search that achieved a 99.56% reduction in search time over 100,000 puzzle seeds. We evaluate a number of potential node-ordering search features and pruning tests, perform an analysis of solvability prediction with such search features, and consider possible future research directions suggested by the most computationally expensive puzzle seeds encountered in our testing.
[1] John D. Beasley. The ins and outs of peg solitaire , 1985 .
[2] Richard E. Korf,et al. Linear-Space Best-First Search , 1993, Artif. Intell..
[3] Todd W. Neller. AI education: birds of a feather , 2016, SIGAI.
[4] Peter Norvig,et al. Artificial Intelligence: A Modern Approach , 1995 .
[5] Ronald L. Rivest,et al. Introduction to Algorithms, third edition , 2009 .