Author: Robert Hyatt
Date: 18:43:11 11/09/04
Go up one level in this thread
On November 09, 2004 at 16:21:56, Christophe Drieu wrote: >Hi, what is the basic idea to play chess on bi-processors ? Is it something >like: > >nb_moves=generate_all_moves(); > >Create 2 threads > The first one analyse the nb_moves/2 first moves > The second analyse the nb_moves/2 next moves > >Take the best move from the two analysis. > >Regards Or use dynamic thread scheduling and generate the list of moves first, then let each take a single move and search it, and when it completes the search, grab another and search it. This provides better load balancing...
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.