Changes

Jump to: navigation, search

Igor Steinberg

36 bytes added, 18:14, 22 June 2018
no edit summary
=ER Algorithm=
''Abstractof Searching Game Trees in Parallel'' <ref>[[Igor Steinberg]], [[Marvin Solomon]] ('''1989'''). ''Searching Game Trees in Parallel''. [https://en.wikipedia.org/wiki/University_of_Wisconsin-Madison University of Wisconsin-Madison], Technical report 877, [ftp://ftp.cs.wisc.edu/pub/techreports/1989/TR877.pdf pdf], [https://pdfs.semanticscholar.org/0814/076db01c0e5e110ef2f40539857c8e8fccd6.pdf pdf]</ref>
We present a new parallel game-tree search algorithm. Our approach classifies a processor's available work as either mandatory (necessary for the solution) or speculative (may be necessary for the solution). Due to the nature of parallel game tree search, it is not possible to keep all processors busy with mandatory work. Our algorithm ER allows potential speculative work to be dynamically ordered, thereby reducing starvation without incurring an equivalent increase in speculative loss. Measurements of ER's performance on both random trees and trees from an actual game show that at least 16 processors can be applied profitably to a single search. These results contrast with previously published studies, which report a rapid drop-off of efficiency as the number of processors increases.

Navigation menu