Skip to content

Commit

Permalink
Update blackheuristics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaTedeschini committed Dec 1, 2023
1 parent 281ce28 commit 37ef416
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions blackheuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ def black_fitness(board):
fitness = 0

# TODO: Use the correct weights
alpha0 = 6.0
beta0 = 10.0
gamma0 = 15
theta0 = 900
alpha0, beta0, gamma0, theta0, epsilon0 = [0.958245251997756, 0.25688393654958275, 0.812052344592159, 0.9193347856045799, 1.7870310915100207]

king_pos = board.get_king()

Expand Down

0 comments on commit 37ef416

Please sign in to comment.