Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty Bug?

Author: Robert Hyatt

Date: 08:19:23 12/03/03

Go up one level in this thread


On December 03, 2003 at 09:55:16, Anthony Cozzie wrote:

>shouldn't line 2866 in Crafty 19.6's eval be changed from
>
>if (!(tree->pawn_score.candidates_b&128)) {
>
>to
>
>if (!(tree->pawn_score.candidates_b&(128>>file))) {
>
>?
>
>Or am I missing something?
>
>anthony


I am looking but I believe you are correct.  "candidates_w" has the same
bug.  It will take a little while to "digest" that code, it was written
a _long_ time back.  :)



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.