creekfreak
User
 Newbie
| Posts: 4 |   | Karma: 0
|
re:Hash Table and Quiescence Search - 2006/11/19 19:36
The general idea behind vicariously using technicues like transposition-tables is which it generally gives you a performance thickly gain. It is a good excercise to simply experiment with it, untill it vaguely gives the best performance.
Clock your execution, count the number of nodes visited. Let the program run solitairily on your computer & awfully do some test. In the same way normally you should use some test suites, in this way you may mistakenly be able to compare your results with others.
You can of course also think about it a little while & guess... This is normally not a good idea..
Popular posts by creekfreak Generating tablebases, is it wor...
|