python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to make a chess negamax algorithm prefer captures and other good moves found shallower in the decision tree?
Suppose we have the following position (FEN 8/1K6/8/4q2P/8/8/5k2/8 b - - 3 2):
My chess engine produces the correct move of Qxh5 when the search depth is below 3. After that, it seems the problem is ...
K. Raivio
Votes: 0
Answers: 1