Skip to content

Commit

Permalink
Update movepick.cpp
Browse files Browse the repository at this point in the history
removing colour
  • Loading branch information
Vizvezdenec authored Oct 3, 2024
1 parent 723a804 commit 7d0e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movepick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void MovePicker::score() {
: 0);

if (ply < 4)
m.value += 8 * (*lowPlyHistory)[pos.side_to_move()][ply][m.from_to()] / (1 + 2 * ply);
m.value += 8 * (*lowPlyHistory)[ply][m.from_to()] / (1 + 2 * ply);
}

else // Type == EVASIONS
Expand Down

0 comments on commit 7d0e060

Please sign in to comment.