Skip to content

Commit

Permalink
evaluation: increase bonus for double bishops slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ff committed Nov 23, 2023
1 parent 3151474 commit 3b3781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/evaluation/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
// Bonuses

const (
doubleBishopBonus = 20
doubleBishopBonus = 30
semiOpenFileBonus = 10
openFileBonus = semiOpenFileBonus * 2
)
Expand Down

0 comments on commit 3b3781c

Please sign in to comment.