Optimize Best Move Picking Algorithm #6
Labels
engine
Pertaining to the full chess engine
enhancement
Enhancement to already existing feature or item
refactor
Refactor of code or other item
Currently the best move picking algorithm in
player_vs_model.py
is slow in picking the best move, even the at low depth. Add optimizations so moves can be found faster and the algorithm can be run at bigger depths.Research other solutions than Python as well.
The text was updated successfully, but these errors were encountered: