Skip to content

Commit

Permalink
Merge pull request #478 from ianfab/grid_passed
Browse files Browse the repository at this point in the history
Tweak passed pawn bonus for grid chess
  • Loading branch information
ddugovic authored Dec 11, 2017
2 parents bdbe32a + 0b62e1e commit eabe4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ namespace {
#endif
#ifdef GRID
{
{ V(5), V( 5), V(31), V(73), V(166), V(252) },
{ V(7), V(14), V(38), V(73), V(166), V(252) }
{ V(11), V( 4), V(27), V(58), V(168), V(251) },
{ V( 2), V( 0), V(34), V(17), V(165), V(253) }
},
#endif
#ifdef HORDE
Expand Down

0 comments on commit eabe4fc

Please sign in to comment.