How do you handle mate scores in the hash table?
Posted: 02 Dec 2005, 15:08
How do you handle mate scores in the hash table?
I've been having some problems with this for a while and wanted to see you guys do. What I've been doing is subtract depthleft to the (absolute) mate score int he hash table and subrtarce the (absolute) mate score by depth to root when accessed. This dosen't seem to work very well for me, so I'm looking for other methods to solve this problem.
I've been having some problems with this for a while and wanted to see you guys do. What I've been doing is subtract depthleft to the (absolute) mate score int he hash table and subrtarce the (absolute) mate score by depth to root when accessed. This dosen't seem to work very well for me, so I'm looking for other methods to solve this problem.