How to get the predicted move sequence that a negamax algorithm is basing its evaluation upon?

前端 未结 0 1107
我寻月下人不归
我寻月下人不归 2020-11-28 01:28

My chess algorithm is based on negamax. The relevant part is:

private double deepEvaluateBoard(Board board, int currentDepth, double alpha, double beta, Move          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题