An interesting diff on Honey with the latest SF patch ....

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

An interesting diff on Honey with the latest SF patch ....

Post by MikeB »

An interesting diff on Honey with the latest SF patch ....

Code: Select all

<<<<<<< HEAD  ( current Honey code))

#if ((defined Sullivan) || (defined Blau))
    S(0, 0), S(0, 31), S(39, 42), S(57, 44), S(68, 112), S(62, 120)
#else
    S(0, 0), S(6, 32), S(59, 41), S(79, 56), S(90, 119), S(79, 161)
#endif
  };

  constexpr Score ThreatByRook[PIECE_TYPE_NB] = {
#if ((defined Sullivan) || (defined Blau))
    S(0, 0), S(0, 24), S(38, 71), S(38, 61), S(0, 38), S(51, 38)
#else
    S(0, 0), S(3, 44), S(38, 71), S(38, 61), S(0, 38), S(51, 38)
#endif
======= (latest SF patch)
    S(0, 0), S(5, 32), S(57, 41), S(77, 56), S(88, 119), S(79, 161)
  };

  constexpr Score ThreatByRook[PIECE_TYPE_NB] = {
    S(0, 0), S(2, 44), S(36, 71), S(36, 61), S(0, 38), S(51, 38)
>>>>>>> 09f53dbfa5b55e761ca8070960345ab140baad04
but that's the beauty of open source software... and this is pretty rare ;>)
Image