Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: See'ing makes my program blind ?

Author: Zach Wegner

Date: 19:10:48 10/18/04

Go up one level in this thread


>when i'm in check in alphabeta i don't enter the qsearch. if i run into a check
>in the qsearch, i drop out to alphabeta again. i don't see any other sensible
>way of doing this.

What? The way he's doing it works better, because you don't try a bunch of
ridiculous null moves, hash lookups, internal iterative deepening, extensions,
etc. etc., or code to check that it shouldn't be done. Anything that is done in
your main search that should be done when in check in qsearch can be coded in.
Going back into the main search is the cheap way out, IMO.

Regards,
Zach



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.