Computer Chess Club Archives


Search

Terms

Messages

Subject: Crafty Bug?

Author: Anthony Cozzie

Date: 06:55:16 12/03/03


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



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.