bug-gnu-chess
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ScoreDev function


From: Tim Bedding
Subject: ScoreDev function
Date: Mon, 3 Feb 2003 16:20:31 -0000

I have a question about the eval.c file.

In ScoreDev, I see:
/* If we are castled or beyond the 10th move,
   no more ScoreDev */
if (board.castled[side] || GameCnt/2+1 >= 20)


Why is it "/2"?

Regards
Tim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]