Skip to content

Commit

Permalink
Update eval.py
Browse files Browse the repository at this point in the history
Reduced penalty for queen remaining stationary
  • Loading branch information
42-AH authored Jun 3, 2024
1 parent 3de434c commit 7a14f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def evaluate(board, maximizing):
5, 10, 10, 10, 10, 10, 10, 5,
0, 0, 0, 0, 0, 0, 0, 0,],

chess.QUEEN: [6, 1, -8,-104, 69, 24, 88, 26,
chess.QUEEN: [6, 1, -8,-20, 69, 24, 88, 26,
14, 32, 60, -10, 20, 76, 57, 24,
-2, 43, 32, 60, 72, 63, 43, 2,
1, -16, 22, 17, 25, 20, -13, -6,
Expand Down

0 comments on commit 7a14f5e

Please sign in to comment.