Go depth
Posted: Tue Mar 08, 2011 3:18 pm
I hear comparing engines via limiting the depth of search is completely unreliable since search() differs and depth reported varies widely btwn engines. For what, then, is "go depth" useful?
Timing measurements. or program chances. I use a specific depth when making changes to see how a change affects the overall size of the tree. Or I use it to evaluate parallel search efficiency. I never use it to play games.benstoker wrote:I hear comparing engines via limiting the depth of search is completely unreliable since search() differs and depth reported varies widely btwn engines. For what, then, is "go depth" useful?
Oh, that's what you meant...jury_osipov wrote:The purpose of the search - Select the course leading to a better assessment of the current depth. If you are working on the evaluation function, the tests go depth will help you build a perfect evaluation function.