Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: General Tips and Tricks for debugging a search.

Author: Volker Böhm

Date: 09:45:46 06/16/05

Go up one level in this thread


A similar tip (implemented in Spike - only with debug option):

A command with a list of moves as parameters that does the following

1. Allways gives exactly the same search result (definite hash state, piece
ordering, ...)
2. prints to stdio all decisions, windows, values, node count, ... of the move
list you gave as parameter
3. prints to stdio all answer moves (with values, node count ...) of the move
list you gave as parameter
4. prints to stdio all moves that lead to the same position (produces usable
hash entries)


You can add a breakpoint by node-count then

Greetings Volker



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.