Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
166 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
42 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Research Re: search & Re-search (2403.13705v1)

Published 20 Mar 2024 in cs.AI

Abstract: Search algorithms are often categorized by their node expansion strategy. One option is the depth-first strategy, a simple backtracking strategy that traverses the search space in the order in which successor nodes are generated. An alternative is the best-first strategy, which was designed to make it possible to use domain-specific heuristic information. By exploring promising parts of the search space first, best-first algorithms are usually more efficient than depth-first algorithms. In programs that play minimax games such as chess and checkers, the efficiency of the search is of crucial importance. Given the success of best-first algorithms in other domains, one would expect them to be used for minimax games too. However, all high-performance game-playing programs are based on a depth-first algorithm. This study takes a closer look at a depth-first algorithm, AB, and a best-first algorithm, SSS. The prevailing opinion on these algorithms is that SSS offers the potential for a more efficient search, but that its complicated formulation and exponential memory requirements render it impractical. The theoretical part of this work shows that there is a surprisingly straightforward link between the two algorithms -- for all practical purposes, SSS is a special case of AB. Subsequent empirical evidence proves the prevailing opinion on SSS to be wrong: it is not a complicated algorithm, it does not need too much memory, and it is also not more efficient than depth-first search.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (148)
  1. Some methods of controlling the tree search in chess programs. Artificial Intelligence, 6(4):361–371, 1975.
  2. L. Victor Allis. Searching for Solutions in Games and Artificial Intelligence. PhD thesis, University of Limburg, Maastricht, The Netherlands, September 1994.
  3. Proof-number search. Artificial Intelligence, 66:91–124, March 1994.
  4. Claude Amiguet. Contrôleurs Distribués pour la Programmation Heuristique. PhD thesis, Swiss Federal Institute of Technology, Department of Computer Science, Lausanne, Switzerland, 1991.
  5. Thomas S. Anantharaman. A Statistical Study of Selective Min-Max Search. PhD thesis, Department of Computing Science, Carnegie Mellon University, Pittsburg, PA, 1990.
  6. Singular extensions: Adding selectivity to brute-force searching. Artificial Intelligence, 43(1):99–109, 1990.
  7. Bruce W. Ballard. The *-minimax search procedure for trees containing chance nodes. Artificial Intelligence, 21:327–350, 1983.
  8. Gérard M. Baudet. The Design and Analysis of Algorithms for Asynchronous Multiprocessors. PhD thesis, Carnegie Mellon University, Pittsburgh, PA, 1978.
  9. Eric Baum. How a Bayesian approaches games like Chess. In Proceedings of the AAAI’93 Fall Symposium, pages 48–50. American Association for Artificial Intelligence, AAAI Press, October 1993.
  10. Don F. Beal. Experiments with the null-move. In D.F. Beal, editor, Advances in Computer Chess 5, pages 65–79, Amsterdam, 1989. Elsevier Science Publishers.
  11. Don F. Beal. A generalized quiescence search algorithm. Artificial Intelligence, 43(1):85–98, 1990.
  12. Hans J. Berliner. Chess as problem solving: The development of a tactics analyzer. PhD thesis, Carnegie-Mellon University, Department of Computer Science, March 1974.
  13. Hans J. Berliner. The B* tree search algorithm: A best-first proof procedure. Artificial Intelligence, 12:23–40, 1979.
  14. Hans J. Berliner. Backgammon computer program beats world champion. Artificial Intelligence, 14:205–220, 1980.
  15. Hans J. Berliner. Computer backgammon. Scientific American, 243(1):64–72, 1980.
  16. B* probability based search. Artificial Intelligence, 1995. To appear. Also published as Technical Report CMU-CS-94-168, Carnegie Mellon University, Pittsburgh, PA.
  17. A chess-playing program for the IBM 704 computer. In Proceedings Western Joint Computer Conference, pages 157–159, 1958.
  18. Subir Bhattacharya. Experimenting with revisits in game tree search. In Proceedings of the 14th International Joint Conference on Artificial Intelligence (IJCAI-95), volume 1, pages 243–249, Montreal, Canada, August 1995.
  19. Searching game trees in parallel using SSS*. In Proceedings IJCAI-89, pages 42–47, 1989.
  20. Unified recursive schemes for search in game trees. Technical Report WPS-144, Indian Institute of Management, Calcutta, 1990.
  21. A faster alternative to SSS* with extension to variable memory. Information processing letters, 47:209–214, September 1993.
  22. A general framework for minimax search in game trees. Information processing letters, 52:295–301, 1994.
  23. Scheduling large-scale parallel computations by work stealing. In Proceedings of the 35th Annual Symposium on Foundations of Computer Science (FOCS), pages 356–368, Santa Fe, New Mexico, November 1994.
  24. Replacement schemes for transposition tables. ICCA Journal, 17(4):183–193, December 1994.
  25. Mark G. Brockington. Improvements to parallel Alpha-Beta algorithms. Technical Report (Internal), Department of Computing Science, University of Alberta, Edmonton, Canada, 1994.
  26. Mark G. Brockington. A taxonomy of parallel game-tree search algorithms. ICCA Journal, 1995. Submitted for publication.
  27. A.L. Brudno. Bounds and valuations for shortening the search of estimates. Problems of Cybernetics, 10:225–241, 1963. Appeared originally in Russian in Problemy Kibernetiki, vol. 10, pp. 141–150, 1963.
  28. Solution trees as a basis for game tree search. Technical Report EUR-CS-94-04, Department of Computer Science, Erasmus University Rotterdam, The Netherlands, May 1994.
  29. Solution trees as a basis for game-tree search. ICCA Journal, 17(4):207–219, December 1994.
  30. Michael Buro. Techniken für die Bewertung von Spielsituation anhand von Beispielen. PhD thesis, Universität-Gesamthochschule Paderborn, Germany, September 1994.
  31. Michael Buro. ProbCut: A powerful selective extension of the α⁢β𝛼𝛽\alpha\betaitalic_α italic_β algorithm. ICCA Journal, 18(2):71–81, June 1995.
  32. Murray S. Campbell. Algorithms for the parallel search of game trees. Master’s thesis, Department of Computing Science, University of Alberta, Edmonton, Canada, August 1981. Available as Technical Report 81-8.
  33. A comparison of minimax tree search algorithms. Artificial Intelligence, 20:347–367, 1983.
  34. Belle chess hardware. In M.R.B. Clarke, editor, Advances in Computer Chess 3, pages 45–54. Pergamon Press, Oxford, 1982.
  35. K. Coplan. A special-purpose machine for an improved search algorithm for deep chess combinations. In M.R.B. Clarke, editor, Advances in Computer Chess 3, pages 25–43. Pergamon Press, Oxford, 1982.
  36. Efficiently searching the 15-puzzle. Technical Report TR-94-08, Department of Computing Science, University of Alberta, Edmonton, Canada, 1994.
  37. An analysis of time-dependent planning. In Proceedings of the 7th National Conference on Artificial Intelligence (AAAI-88), pages 49–54, Minneapolis/Saint Paul, Minnesota, August 1988.
  38. Claude G. Diderich. Evaluation des performances de l’algorithme SSS* avec phases de synchronisation sur une machine parallèle à mémoires distribuées. Technical report, Swiss Federal Institute of Technology, Department of Computer Science, Laboratory for Theoretical Computer Science, Lausanne, Switzerland, June 1992.
  39. Perspectives on falling from grace. In New Directions in Game-Tree Search, pages 85–93, Edmonton, Alberta, Canada, 1989. Also appeared in ICCA Journal, 12(3), pp. 155–163, 1989, and in Chess, Computers and Cognition, T. Anthony Marsland and Jonathan Schaeffer (eds.), Springer-Verlag, pp. 259–268, 1990.
  40. Carl Ebeling. All the Right Moves. PhD thesis, Department of Computer Science, Carnegie-Mellon University, Pittsburgh, PA, MIT Press, Cambridge, Massachusetts, 1987.
  41. Rainer Feldmann. Spielbaumsuche mit massiv parallelen Systemen. PhD thesis, Universität-Gesamthochschule Paderborn, Germany, May 1993. English translation available: Game Tree Search on Massively Parallel Systems.
  42. Distributed game tree search. In Vipin Kumar, P.S. Gopalakrishnan, and Laveen N. Kanal, editors, Parallel Algorithms for Machine Intelligence and Vision, pages 66–101. Springer-Verlag, 1990.
  43. A fully distributed chess program. In Don Beal, editor, Advances in Computer Chess 6, pages 1–27. Ellis Horwood, 1990.
  44. John P. Fishburn. Analysis of Speedup in Distributed Algorithms. PhD thesis, University of Wisconsin, Madison, WI, 1981.
  45. Parallel alpha-beta search on arachne. Technical Report 394, Computer Sciences Department, University of Wisconsin, Madison, WI, 1980.
  46. Aviezri S. Fraenkel. Selected bibliography on combinatorial games and some related material. In Proceedings Combinatorial Games Workshop, Berkeley, CA, 1995. MSRI. Also in Electronic Journal of Combinatorics, Nov 1994, http://ejc.math.gatech.edu:8080/Journal/Surveys/index.html.
  47. Peter W. Frey, editor. Chess Skill in Man and Machine. Springer-Verlag, New York, NY, 1977.
  48. Frederic Friedel. Pentium Genius beats Kasparov: A report on the Intel Speed Chess Grand Prix in London. ICCA Journal, 17(3):153–158, September 1994.
  49. The Intel world chess express challenge. ICCA Journal, 17(2):98–104, June 1994.
  50. Ralph Gasser. Efficiently Harnessing Computational Resources for Exhaustive Search. PhD thesis, Swiss Federal Institute of Technology, Zürich, Switzerland, 1995.
  51. Experiments with the null move heuristic in chess. In AAAI Spring Symposium Proceedings, pages 14–18. AAAI, 1988.
  52. The Greenblatt chess program. In Fall Joint Computer Conference, volume 31, pages 801–810, 1967.
  53. H. Jaap van den Herik. Computerschaak, Schaakwereld en Kunstmatige Intelligentie. PhD thesis, Delft University of Technology, The Netherlands, 1983.
  54. Feng hsiung Hsu. Large Scale Parallelization of Alpha-Beta Search: An Algorithmic and Architectural Study with Computer Chess. PhD thesis, Carnegie Mellon University, Pittsburgh, PA, February 1990.
  55. Deep thought. In T. Anthony Marsland and Jonathan Schaeffer, editors, Computers, Chess, and Cognition, pages 55–78. Springer Verlag, 1990.
  56. A grandmaster chess machine. Scientific American, 263(4):44–50, October 1990.
  57. Toshihide Ibaraki. Generalization of alpha-beta and SSS* search procedures. Artificial Intelligence, 29:73–117, 1986.
  58. Toshihide Ibaraki. Game solving procedure H* is unsurpassed. In D. S. Johnson et al., editor, Discrete Algorithms and Complexity, pages 185–200. Academic Press, Inc., 1987.
  59. Searching minimax game trees under memory space constraint. Annals of Mathematics and Artificial Intelligence, 1:141–153, 1990.
  60. Massively parallel chess. In Third DIMACS Parallel Implementation Challenge, Rutgers University, NJ, 1994. Available as ftp://theory.lcs.mit.edu/pub/bradley/dimacs94.ps.Z.
  61. Search with fuzzy numbers. In Proceedings FUZZ IEEE/IFES’95, pages 979–986, Yokohama, Japan, March 1995.
  62. How to use limited memory in heuristic search. In Proceedings of the 14th International Joint Conference on Artificial Intelligence (IJCAI-95), volume 1, pages 236–242, August 1995.
  63. Minimax search algorithms with and without aspiration windows. IEEE Transactions on Pattern Analysis and Machine Intelligence, 13(12):1225–1235, December 1991.
  64. Donald E. Knuth. The Art of Computer Programming, Volume Three, searching and Sorting. Addison-Wesley Publishing Co., Reading, MA, 1973.
  65. An analysis of alpha-beta pruning. Artificial Intelligence, 6(4):293–326, 1975.
  66. The Bratko-Kopec experiment: A comparison of human and computer performance in chess. In M.R.B. Clarke, editor, Advances in Computer Chess 3, pages 57–72. Pergamon Press, 1982.
  67. Richard E. Korf. Iterative deepening: An optimal admissible tree search. Artificial Intelligence, 27:97–109, 1985.
  68. Richard E. Korf. Real-time heuristic search. Artificial Intelligence, 42:189–211, 1990.
  69. Best-first minimax search: First results. In Proceedings of the AAAI’93 Fall Symposium, pages 39–47. AAAI Press, October 1993.
  70. Best-first minimax search: Othello results. In Proceedings of the 12th National Conference on Artificial Intelligence (AAAI’94), volume 2, pages 1365–1370. American Association for Artificial Intelligence, AAAI Press, August 1994.
  71. Hans-Joachim Kraas. Zur Parallelisierung des SSS*-Algorithmus. PhD thesis, TU Braunschweig, Germany, January 1990.
  72. A general branch and bound formulation for understanding and synthesizing AND/OR tree search procedures. Artificial Intelligence, 21:179–198, 1983.
  73. Parallel branch-and-bound formulations for AND/OR tree search. IEEE Transactions on Pattern Analysis and Machine Intelligence, 6(6):768–778, November 1984.
  74. A general branch and bound formulation for AND/OR graph and game tree search. In Search in Artificial Intelligence. Springer Verlag, 1988.
  75. Bradley C. Kuszmaul. Synchronized MIMD Computing. PhD thesis, Department of Electrical Engineering and Computer Science, Massachusetts Institute of Technology, Cambridge, MA, 1994.
  76. James B.H. Kwa. BS*: An admissible bidirectional staged heuristic search algorithm. Artificial Intelligence, 38:95–109, February 1989.
  77. The development of a world class othello program. Artificial Intelligence, 43:21–36, 1990.
  78. A hybrid SSS*/alpha-beta algorithm for parallel search of game trees. In Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI-89), pages 1044–1046, 1985.
  79. David Levy. Computer Chess Compendium. Springer-Verlag, 1988.
  80. Giovanni Manzini. BIDA*: An improved perimeter search algorithm. Artificial Intelligence, 75(2):347–360, June 1995.
  81. T. Anthony Marsland. A review of game-tree pruning. ICCA Journal, 9(1):3–19, March 1986.
  82. Parallel search of strongly ordered game trees. Computing Surveys, 14(4):533–551, December 1982.
  83. Parallel game-tree search. IEEE Transactions on Pattern Analysis and Machine Intelligence, 7(4):442–452, July 1985.
  84. Heuristic search in one and two player games. Technical Report 93-02, University of Alberta, Edmonton, Canada, Paderborn Center for Parallel Computing, Germany, February 1993.
  85. Low overhead alternatives to SSS*. Artificial Intelligence, 31:185–199, 1987.
  86. T. Anthony Marsland and N. Srimani. Phased state space search. In Proceedings of the ACM/IEEE Fall Joint Computer Conference, pages 514–518, Dallas, TX, November 1986.
  87. David Allen McAllester. Conspiracy numbers for min-max searching. Artificial Intelligence, 35:287–310, 1988.
  88. An empirical comparison of pruning strategies in game trees. IEEE Transactions on Systems, Man and Cybernetics, 15(3):389–399, May/June 1985.
  89. Peter Mysliwietz. Personal communication. January 1996.
  90. Wolfgang Nagl. Best-move-proving: A fast game-tree searching program. In D.N.L. Levy and D.F. Beal, editors, Heuristic Programming in Artificial Intelligence—The first computer olympiad, pages 255–272. Ellis Horwood, 1989.
  91. Dana S. Nau. Pathology on game trees revisited, and an alternative to minimaxing. Artificial Intelligence, 21:221–244, 1983.
  92. Chess playing programs and the problem of complexity. IBM Journal of Research and Development, 4(2):320–335, 1958. Also in Computers and Thought, Feigenbaum and Feldman (eds.), pp. 39–70, McGraw-Hill, (1963).
  93. Nils J. Nilsson. Problem-Solving Methods in Artificial Intelligence. McGraw-Hill Book Company, New York, NY, 1971.
  94. Nils J. Nilsson. Principles of Artificial Intelligence. Tioga Publishing Company, Palo Alto, CA, 1980.
  95. Andrew J. Palay. Searching with Probabilities. PhD thesis, Computer Science Department, Carnegie-Mellon University, Pittsburg, PA, 1985.
  96. Judea Pearl. Asymptotical properties of minimax trees and game searching procedures. Artificial Intelligence, 14(2):113–138, 1980.
  97. Judea Pearl. The solution for the branching factor of the alpha-beta pruning algorithm and its optimality. Communications of the ACM, 25(8):559–564, August 1982.
  98. Judea Pearl. On the nature of pathology in game searching. Artificial Intelligence, 20:427–453, 1983.
  99. Judea Pearl. Heuristics – Intelligent Search Strategies for Computer Problem Solving. Addison-Wesley Publishing Co., Reading, MA, 1984.
  100. Search techniques. Annual Review of Computer Science, 2:451–467, 1987.
  101. Wim Pijls. Shortest Paths and Game Trees. PhD thesis, Erasmus University Rotterdam, The Netherlands, November 1991.
  102. Another view on the SSS* algorithm. In T. Asano, T. Ibaraki, H. Imai, and T. Nishizeki, editors, Algorithms, SIGAL ’90, Tokyo, volume 450 of LNCS, pages 211–220. Springer-Verlag, August 1990.
  103. Searching informed game trees. Technical Report EUR-CS-92-02, Erasmus University Rotterdam, The Netherlands, October 1992. Extended abstract in Proceedings CSN 92, pp. 246–256, and Algorithms and Computation, ISAAC 92 (T. Ibaraki, ed), pp. 332–341, LNCS 650 Springer-Verlag.
  104. SSS*-like algorithms in constrained memory. ICCA Journal, 16(1):18–30, March 1993.
  105. Generalizing alpha-beta. In H.J. van den Herik, I.S. Herschberg, and J.W.H.M. Uiterwijk, editors, Advances in Computer Chess 7, pages 219–236. University of Limburg, Maastricht, The Netherlands, 1994.
  106. Solution trees as a unifying concept for game tree algorithms. Technical Report EUR-CS-95-01, Erasmus University, Department of Computer Science, Rotterdam, The Netherlands, April 1995.
  107. Nearly optimal minimax tree search? Technical Report TR-CS-94-19, Department of Computing Science, University of Alberta, Edmonton, AB, Canada, December 1994.
  108. A new paradigm for minimax search. Technical Report TR-CS-94-18, Department of Computing Science, University of Alberta, Edmonton, AB, Canada, December 1994.
  109. SSS* = α𝛼\alphaitalic_α-β𝛽\betaitalic_β + TT. Technical Report TR-CS-94-17, Department of Computing Science, University of Alberta, Edmonton, AB, Canada, December 1994.
  110. Best-first and depth-first minimax search in practice. In Proceedings of Computing Science in the Netherlands, November 1995. A slightly longer version has been presented as: “An Algorithm Faster than NegaScout and SSS* in Practice,” at the Computer Strategy and Game Programming Workshop, World Computer Chess Championship, Hong Kong, May 1995.
  111. Best-first fixed-depth game-tree search in practice. In Proceedings of the 14th International Joint Conference on Artificial Intelligence (IJCAI-95), volume 1, pages 273–279, Montreal, Canada, August 1995.
  112. A minimax algorithm better than Alpha-Beta? No and Yes. Technical Report 95-15, University of Alberta, Department of Computing Science, Edmonton, AB, Canada, June 1995.
  113. Best-first fixed-depth minimax algorithms. Artificial Intelligence, To appear in the fall of 1996. Accepted for publication, November 1995.
  114. Exploiting graph properties of game trees. In Proceedings of the 13th National Conference on Artificial Intelligence (AAAI’96), Portland, OR, August 1996. American Association for Artificial Intelligence, AAAI Press. Accepted for Publication.
  115. Alexander Reinefeld. An improvement of the Scout tree-search algorithm. ICCA Journal, 6(4):4–14, 1983.
  116. Alexander Reinefeld. Spielbaum Suchverfahren. Informatik-Fachberichte 200. Springer Verlag, 1989.
  117. Enhanced iterative-deepening search. IEEE Transactions on Pattern Analysis and Machine Intelligence, 16(7):701–710, July 1994.
  118. Time-efficient state space search. Artificial Intelligence, 71(2):397–408, 1994.
  119. Information acquisition in minimal window search. In Proceeding of the International Joint Conference on Artificial Intelligence (IJCAI-85), volume 2, pages 1040–1043, 1985.
  120. Ronald L. Rivest. Game tree searching by min/max approximation. Artificial Intelligence, 34(1):77–96, 1987.
  121. A minimax algorithm better than Alpha-Beta? Yes and No. Artificial Intelligence, 21:199–230, 1983.
  122. Do The Right Thing. The MIT Press, Cambridge, MA, 1991.
  123. Arthur L. Samuel. Some studies in machine learning using the game of checkers. IBM Journal of Research and Development, 3:211–229, 1959. Reprinted in Computers and Thought, Feigenbaum and Feldman, eds., McGraw-Hill, 1963, pp. 71–105, and in Computer Games I, David Levy, ed., Springer, 1987, pp. 335–365.
  124. Arthur L. Samuel. Some studies in machine learning using the game of checkers. II — recent progress. IBM Journal of Research and Development, 11:601–617, 1967. Reprinted in Computer Games I, David Levy, ed, Springer, 1987, pp. 366–400.
  125. Jonathan Schaeffer. Experiments in Search and Knowledge. PhD thesis, Department of Computing Science, University of Waterloo, Canada, 1986. Available as University of Alberta technical report TR86-12.
  126. Jonathan Schaeffer. Speculative computing. ICCA Journal, 10(3):118–124, 1987.
  127. Jonathan Schaeffer. Distributed game-tree searching. Journal of Parallel and Distributed Computing, 6:90–114, 1989.
  128. Jonathan Schaeffer. The history heuristic and alpha-beta search enhancements in practice. IEEE Transactions on Pattern Analysis and Machine Intelligence, 11(1):1203–1212, November 1989.
  129. Jonathan Schaeffer. Conspiracy numbers. Artificial Intelligence, 43:67–84, 1990.
  130. Jonathan Schaeffer. Personal communication. 1994.
  131. A world championship caliber checkers program. Artificial Intelligence, 53(2-3):273–290, 1992.
  132. Chinook: The world man-machine checkers champion. AI Magazine, 1995. Accepted for publication.
  133. A re-examination of brute-force search. In Games: Planning and Learning: AAAI 1993 Fall Symposium, pages 51–58, Report FS9302, AAAI, 1993.
  134. New advances in alpha-beta searching. In Proceedings of the 24th ACM Computer Science Conference 1996, pages 124–130, February 16–18 1996.
  135. Claude E. Shannon. Programming a computer for playing chess. Philosophical Magazine, 41(7):256–275, 1950. See also: Levy, D.N.L. (ed.) Computer Games I, New York, NY, Springer-Verlag, pp. 81–88, 1988.
  136. Experiments with some programs that search game trees. Journal of the ACM, 16(2):189–207, April 1969.
  137. Chess 4.5—the Northwestern University chess program. In P.W. Frey, editor, Chess Skill in Man and Machine, pages 82–118, New York, NY, 1977. Springer-Verlag.
  138. A bibliography of heuristic search research through 1992. IEEE Transactions on Systems, Man, and Cybernetics, 24(2):268–293, February 1994.
  139. George C. Stockman. A problem-reduction approach to the linguistic analysis of waveforms. PhD thesis, University of Maryland, Department of Computer Science, May 1977. Technical Report TR-538.
  140. George C. Stockman. A minimax algorithm better than Alpha-Beta? Artificial Intelligence, 12(2):179–196, 1979.
  141. George C. Stockman. Personal communication. July 1995.
  142. Gerald Tesauro. Temporal difference learning and TD-Gammon. Communications of the ACM, 38(3):58–68, March 1995.
  143. Ken Thompson. Computer chess strength. In M.R.B. Clarke, editor, Advances in Computer Chess 3, pages 55–56. Pergamon Press, Oxford, 1982.
  144. Jos W.H.M. Uiterwijk. The Kasparov – Deep Blue match. ICCA Journal, 19(1):38–41, March 1996.
  145. Parallel alpha-beta versus parallel SSS*. In IFIP Conference on Distributed Processing, pages 613–625, Amsterdam, The Netherlands, October 1987. North-Holland.
  146. Jean-Christophe Weill. The NegaC* search. ICCA Journal, 15(1):3–7, March 1992.
  147. Jean-Christophe Weill. The ABDADA distributed minimax search algorithm. In Proceedings of the 24th ACM Computer Science Conference, pages 131–138, Philadelphia, PA, February 1996.
  148. Shlomo Zilberstein. Optimizing decision quality with contract algorithms. In Proceedings of the 14th International Joint Conference on Artificial Intelligence (IJCAI-95), volume 2, pages 1576–1582, Montreal, Canada, August 1995.
Citations (29)

Summary

We haven't generated a summary for this paper yet.