Alexander L'vovich Brudno (Russian: Александр Львович Брудно) (10 January 1918 – 1 December 2009)[1] was a Russian computer scientist, best known for fully describing the alpha-beta pruning algorithm.[2] From 1991 until his death he lived in Israel.

Alexander L'vovich Brudno
Born(1918-01-10)10 January 1918
Died1 December 2009(2009-12-01) (aged 91)
NationalitySoviet
Alma materMoscow State University
Known forAlpha-beta pruning
Scientific career
FieldsComputer Science
Doctoral advisorDmitrii Menshov

Biography edit

Brudno developed the "mathematics/machine interface" for the M-2 computer constructed in 1952 at the Krzhizhanovskii laboratory of the Institute of Energy of the Russian Academy of Sciences in the Soviet Union.[3][4] He was a great friend of Alexander Kronrod.

Brudno's work on alpha-beta pruning was published in 1963 in Russian and English.

The algorithm was used in computer chess program written by Vladimir Arlazarov and others at the Institute for Theoretical and Experimental Physics (ITEF or ITEP). According to Monty Newborn and the Computer History Museum, the algorithm was used later in Kaissa the world computer chess champion in 1974.

In 1980, Brudno became a founder and scientific director of the first Russian school for young programmers УПЦ ВТ. He was the scientific director of the first Russian programming Olympiads for the students, and published a book of problems from these competitions.

Brudno – Kronrod seminar edit

In 1959 Brudno and Alexander Kronrod organized seminar devoted to the presentation of different works in areas of system programming, programming of games (including chess), and artificial intelligence. Many well known results were presented and discussed at this seminar, including: Gauss–Kronrod quadrature formula, AVL trees, computer chess, Pattern recognition (M. Bongard ru:Бонгард, Михаил Моисеевич, P. Kunin and others), Method of Four Russians and others.

In 1963 Brudno published his work on alpha-beta pruning. The key intuition was that a player could avoid evaluating certain moves that were clearly inferior to one already considered.

In the following game tree vertices represent positions and edges represent moves. The position's valuations are in the brackets .

         A
        / \a
   ?
          /  \
        D(1) E(?)

Assume that "whites" should make a move in position A and then "blacks" could make their own move. ‘Whites" should find better strategy to maximize their win (Minimax strategy).

After evaluating AB and CD, it is easy to see that the best move for "whites’ is AB and it is not necessary to check move CE as the overall value of vertex C will be no better than 1. This is unchanged if B, D, E are trees and not leaves. Such considerations, taken on all levels of the game tree, are known as alpha-better pruning. It has been used in different game programming applications even before Brudno's work; Brudno's contribution was the formalization of the algorithm and analysis of its speedup.

In 1959 Brudno's work on alpha-beta pruning was motivated by an analysis of the card game where two players are dealt n cards each, with values 1...2n, and one player is chosen to go first. Each player puts down one card, with the larger card taking the trick, and the taker going first in the next move. The goal is to determine an optimal strategy given the players initial hand and move order. The analysis of this card game was used in the seminar to refine the understanding of recursion and structured programming, and development of updatable dictionaries.

Early alpha-beta pruning edit

Allen Newell and Herbert A. Simon who used what John McCarthy calls an "approximation"[5] in 1958 wrote that alpha-beta "appears to have been reinvented a number of times".[6] Arthur Samuel had an early version and Richards, Hart, Levine and/or Edwards found alpha-beta independently in the United States.[7] McCarthy proposed similar ideas during the Dartmouth Conference in 1956 and suggested it to a group of his students including Alan Kotok at MIT in 1961.[8] Donald Knuth and Ronald W. Moore refined the algorithm in 1975[9][10] and it continued to be advanced.

Notes edit

  1. ^ Alexander Brudno at Public Library (in Russian)
  2. ^ Marsland, T.A. (May 1987). "Computer Chess Methods (PDF) from Encyclopedia of Artificial Intelligence. S. Shapiro (editor)" (PDF). J. Wiley & Sons. pp. 159–171. Archived from the original (PDF) on 2009-02-05. Retrieved 2006-12-21.
  3. ^ E.M. Landis, I.M. Yaglom, Remembering A.S. Kronrod, English translation by Viola Brudno. W. Gautschi (ed.) [written for Uspekhi Matematicheskikh Nauk, English publication Math. Intelligencer (2002), 22-30], available at Stanford University School of Engineering SCCM-00-01 (PostScript). Retrieved on 19 December 2006 Archived June 13, 2007, at the Wayback Machine
  4. ^ "The Fast Universal Digital Computer M-2". Russian Virtual Computer Museum. 1997–2006. Archived from the original on 2010-12-20. Retrieved 2006-12-20.
  5. ^ McCarthy, John (27 November 2006). "Human Level AI Is Harder Than It Seemed in 1955". Archived from the original on 2010-12-06. Retrieved 2006-12-20.
  6. ^ Newell, Allen; Simon, Herbert A. (March 1976). "Computer Science as Empirical Inquiry: Symbols and Search". Communications of the ACM. 19 (3): 113–126. doi:10.1145/360018.360022. S2CID 5581562.
  7. ^ Richards, D.J.; Hart, T.P. (4 December 1961 – 28 October 1963). "The Alpha-Beta Heuristic". AI Memos. Massachusetts Institute of Technology. hdl:1721.1/6098. AIM-030.
  8. ^ Kotok, Alan (3 December 2004). "MIT Artificial Intelligence Memo 41". Archived from the original on 2011-07-21. Retrieved 2006-07-01.
  9. ^ * Knuth, D. E.; Moore, R. W. (1975). "An Analysis of Alpha-Beta Pruning". Artificial Intelligence. 6 (4): 293–326. doi:10.1016/0004-3702(75)90019-3. :* Reprinted as Chapter 9 in Knuth, Donald E. (2000). Selected Papers on Analysis of Algorithms. Stanford, California: Center for the Study of Language and Information - CSLI Lecture Notes, no. 102. ISBN 978-1-57586-212-5.
  10. ^ Abramson, Bruce (June 1989). "Control Strategies for Two-Player Games" (PDF). ACM Computing Surveys. 21 (2): 137–161. doi:10.1145/66443.66444. S2CID 11526154. Archived from the original (PDF) on September 3, 2006. Retrieved 2006-12-21.

References edit

  • "Brudno in Moscow". Computer History Museum. 1980. Retrieved 2006-12-25.
  • Brudno, A.L. (1963). "Bounds and valuations for shortening the search of estimates". Problemy Kibernetiki. 10: 141–150. (Also in Problems of Cybernetics, 10:225–241)
  • Брудно А. Л., Л.И. Каплан, Олимпиады по программированию для школьников, Наука, 1985

External links edit