Parallel Search with Transposition Table

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

daylen
Posts: 40
Joined: Fri Dec 30, 2011 5:33 am
Location: Berkeley, CA

Re: Parallel Search with Transposition Table

Post by daylen »

However, if the goal of the project is to produce a sparring partner, or gain some intellectual satisfaction by correctly implementing difficult algorithms
Yup, my goal is to implement the algorithms.
Farkov
Posts: 6
Joined: Fri Nov 08, 2013 11:35 am

Re: Parallel Search with Transposition Table

Post by Farkov »

Have you tried using Hyatt's(Crafty) method? It's fast and trivial to implement. I used to have the link saved somewhere :(

With regards to your speed problem, make sure you're not making a mess of the cache when you implement your threads.