Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Where do you include winboard stuff in your program?

Author: Anthony Cozzie

Date: 08:35:20 12/15/04

Go up one level in this thread


In Zappa the interface code is completely separate from the search code.  I have
two functions start_search() and stop_search().  Whether the search is a ponder,
and things like time management are handled in the interface code.  The search
dumps its PVs into shared memory somewhere, and the interface code prints out
those as well.  In general I've been pretty happy with this design.

anthony



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.