スーパーパズにおける巾優先探索
スポンサーリンク
概要
- 論文の詳細を見る
Superpuzz is a solitaire game with one deck of cards and was adopted as a problem on GPCC in 1991. Superpuzz has a characteristic that Aces can move more freely than other cards in the game. So you cannot find a solution by adding a new node simply to the game tree because the same node will be appeared in the tree many times. I use a data structure called 'Patricia' so that there is no duplication of nodes in the game tree. It is possible to search the game tree entirely up to the case of the half size (6 columns) on a typical computer for personal use. It is expected that a game tree has nodes of 10^8 order and about 100 levels in the average case of the full size (13 columns) before the first solution is found. In the case of the full size, the program found solutions in 2 cases after searching entirely in the game tree and aborted with no solution because of memory limitation in 98 cases out of 100 times of try.
著者
関連論文
- 確定的信号制御システムの開発と設計
- 交通工学と制御工学の統合による交通流制御システムの設計
- 都市道路網の信号制御に関するシステム理論的考察
- 交通ネットワークにおけるOD旅行時間の解析と算定
- スーパーパズの状態遷移に関する考察
- 都市道路網の渋滞制御システム
- ギャップスとスーパーパズの比較
- 情報処理技術の最新動向(A.特集論文,開学20周年記念特集号)
- スーパーパズにおける順位優先探索
- スーパーパズにおける巾優先探索
- 「モンテカルロ」の成功率
- ソリティアの成功率に関する考察
- カルキュレーションの成功率に関する考察
- カルキュレーションを解くプログラム
- 新谷研究室(情報処理工学科創設10周年記念特集に寄せて,情報処理工学科創設20周年特集号)
- 変形されたベッセル関数に関する2,3の公式
- 電磁界解析による超電導発電機の三相突発短絡時の過渡現象近似解析