James R. Slagle

Home * People * James R. Slagle

James R. Slagle [1] James Robert Slagle, (born March 1, 1934)

an American mathematician, computer scientist, and since 1984 Distinguished Professor of Computer Science at the University of Minnesota, Minneapolis, with former appointments at Johns Hopkins University, National Institutes of Health, Bethesda, Maryland, Naval Research Laboratory, Lawrence Radiation Laboratory, University of California and Massachusetts Institute of Technology. As Freshman Calculus Student and Ph.D. candidate at MIT, supervised by Marvin Minsky [2] in 1961, he wrote his dissertation entitled Heuristic Program that Solves Symbolic Integration Problems in Freshman Calculus, Symbolic Automatic Integrator (Saint) [3], which is acknowledged as first Expert system [4]. His further research interests covers heuristic Theorem-Proving and as application heuristic search.

President Dwight D. Eisenhower, in 1959, presented him with five hundred dollars, awarded by Recording for the Blind Inc., for outstanding work as a blind student [5].

Theorem-Proving

Abstract of Experiments With a Multipurpose, Theorem-Proving Heuristic Program. [8]:

The heuristic program discussed searches for a constructive proof or disproof of a given proposition. It uses a search procedure which efficiently selects the seemingly best proposition to work on next. This program is multipurpose in that the domains it can handle are varied. As an initial experiment, the program was given the task of searching for proofs and disproofs of propositions about [Kalah](Kalah "Kalah") end games. Kalah is a two-person game. In another experiment the program, after some modifications, played the game of Kalah. This program was compared with another tree-searching procedure, the [Alpha-Beta](Alpha-Beta "Alpha-Beta") minimax procedure; the results have been encouraging since the program is fast and efficient. Its greatest usefulness is in solving large problems. It is hoped that this program has added one more step toward the goal of eventually obtaining computer programs which can solve intellectually difficult problems.  

M & N procedure

Abstract of Experiments with the M & N Tree-Searching Program [9]:

The M & N procedure is an improvement to the mini-max backing-up procedure widely used in computer programs for game-playing and other purposes. It is based on the principle that it is desirable to have many options when making decisions in the face of uncertainty. The mini-max procedure assigns to a MAX (MIN) node the value of the highest (lowest) valued successor to that node. The M & N procedure assigns to a MAX (MIN) node some function of the M (N) highest (lowest) valued successors. An M & N procedure was written in LISP to play the game of Kalah, and it was demonstrated that the M & N procedure is significantly superior to the mini-max procedure. The statistical significance of important conclusions is given. Since information on statistical significance has often been lacking in papers on computer experiments in the artificial intelligence field, these experiments can perhaps serve as a model for future work. 

Selected Publications

[10] [11] [12] [13]

1959

1960 …

1970 …

1980 …

1990 …

2000 …

References

  1. Jet, January 22, 1970, pp 21
  2. Personal page for Marvin Minsky
  3. The Mathematics Genealogy Project - James Robert Slagle
  4. SAINT (Inventions) - what-when-how (states James R. Slagle died in 1994)
  5. Education: Their Best, Time, June 01, 1959
  6. Terasem Journal of Personal Cyberconsciousness - Marvin Lee Minsky discussing his book, The Emotion Machine
  7. Marvin Minsky’s Home Page
  8. James R. Slagle, Philip Bursky (1968). Experiments With a Multipurpose, Theorem-Proving Heuristic Program. Journal of the ACM, Vol. 15, No. 1
  9. James R. Slagle, John K. Dixon (1970). Experiments with the M & N Tree-Searching Program. Communications of the ACM, Vol. 13, No. 3
  10. JACM Authors - James R. Slagle
  11. ICGA Reference Database
  12. dblp: James R. Slagle
  13. Bibliography for Artificial Intelligence: A Modern Approach
  14. David C. Cooper (1970). Review: James R. Slagle, Philip Bursky, Experiments with a Multipurpose, Theorem-Proving Heuristic Program. Journal of Symbolic Logic, Vol. 35, No. 4

Up one level