Skip to content

Commit

Permalink
Merge pull request #477 from ianfab/ex_mob2
Browse files Browse the repository at this point in the history
Tweak major piece mobility for extinction chess
  • Loading branch information
ddugovic authored Dec 11, 2017
2 parents a3ff007 + 2dc9446 commit bdbe32a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,14 @@ namespace {
{ S(-153, -80), S(-112,-41), S( 41,-14), S( 35, 24), S( 62, 26), S( 75, 41), // Bishops
S( 72, 48), S( 85, 74), S( 74, 65), S( 66, 79), S( 64, 69), S( 73, 80),
S( 107, 92), S( 96,101) },
{ S( -53, -53), S( -22, -8), S(-48, 30), S(-14, 57), S( -4, 77), S( 11, 87), // Rooks
S( 7, 115), S( 12,123), S( 27,120), S( 6,140), S( 55,156), S( 18,161),
S( 51, 161), S( 54,171), S( 52,166) },
{ S( -26, -56), S( -24,-14), S( 7, 14), S( 8, 15), S( 18, 34), S( 14, 41), // Queens
S( 28, 58), S( 33, 66), S( 40, 70), S( 47, 74), S( 50,100), S( 52,106),
S( 59, 111), S( 50, 95), S( 60,115), S( 61,126), S( 75,144), S( 82,119),
S( 95, 137), S( 102,138), S(100,142), S(119,154), S(129,156), S(107,156),
S( 111, 177), S( 115,181), S(124,197), S(124,199) }
{ S( -59, -51), S( -20, -8), S(-54, 32), S(-15, 54), S( -4, 70), S( 11, 84), // Rooks
S( 6, 113), S( 13,123), S( 27,114), S( 6,144), S( 60,162), S( 19,162),
S( 48, 170), S( 57,170), S( 52,177) },
{ S( -27, -56), S( -24,-14), S( 7, 13), S( 9, 16), S( 18, 37), S( 14, 40), // Queens
S( 29, 56), S( 34, 64), S( 39, 73), S( 49, 65), S( 50, 98), S( 50,106),
S( 60, 107), S( 53, 92), S( 62,119), S( 69,130), S( 77,145), S( 84,120),
S( 90, 153), S( 98,131), S(106,139), S(116,147), S(127,157), S(112,154),
S( 121, 174), S( 124,167), S(126,194), S(130,190) }
},
#endif
#ifdef GRID
Expand Down

0 comments on commit bdbe32a

Please sign in to comment.