Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Repetitions: is this code correct?

Author: Vladimir Medvedev

Date: 05:09:43 07/12/02

Go up one level in this thread


>        SearchRepetition[ pos.GetHash() % MAXSIZE ] ++;
>        int eval = - AlphaBeta( pos, -beta, -alpha );
>        SearchRepetition[ pos.GetHash() % MAXSIZE ] --;

Of course, CountSearchRepetitions[] instead of SearchRepetition[] :))



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.