Computer Chess Club Archives


Search

Terms

Messages

Subject: Crafty 17.8 question

Author: Tim

Date: 07:02:09 02/29/00


Hello Dr. Hyatt.
I beleive you forgot this statement in main.c.

    crafty_is_white=wtm;
    if (presult == 2) {
      if((From(ponder_move) == From(move)) &&
         (To(ponder_move) == To(move)) &&
         (Piece(ponder_move) == Piece(move)) &&
         (Captured(ponder_move) == Captured(move)) &&
         (Promote(ponder_move) == Promote(move))) {
        value=last_root_value;     <--------------------
        presult=1;
        if (!book_move) predicted++;
      }
      else presult=0;
    }

I added above line and tested your program. But it doesn't work perfectly.
What is wrong?

Thank you.



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.