Author: Dieter Buerssner
Date: 12:13:31 03/24/04
Go up one level in this thread
On March 24, 2004 at 14:44:25, Dieter Buerssner wrote:
> for (all moves)
> {
> ext += calc_extension(current_move); /* or pruning */
> score = -absearch(xside, -beta, -alpha, depth+ext);
I meant:
int ndepth = depth + ext + calc_extension(current_move);
score = -absearch(xside, -beta, -alpha, ndepth);
Also, of course a pair of Make/UnmakeMove must be added.
Dieter
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.