Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: mate threat extension/null move

Author: Don Beal

Date: 02:57:36 10/05/04

Go up one level in this thread


>by this:
>    // test for null move prune
>    value = -search(bd,sdepth-1-reduction,ply,-beta,-beta+1,
>	mvstr,SAVETOP,verify,REDUCENOTOK,checked) + WACBOOST;
>where WACBOOST is a bias that increases tactical prunes.

Correction to my last post.  That should have been:

  value = -search(bd,sdepth-1-reduction,ply,-beta+WACBOOST,-beta+1+WACBOOST,
	mvstr,SAVETOP,verify,REDUCENOTOK,checked) + WACBOOST;



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.