Tonio2 / Gomoku

The goal of this project is to make an AI capable of beating human players at Gomoku
1 stars 1 forks source link

Update findRelevantMove #77

Closed Tonio2 closed 3 months ago

Tonio2 commented 3 months ago

50 suggest_move_evaluation: 81541 ms |-- other: 47915 ms |-- 15721826 find_relevant_moves: 33625 ms Player 1 time average: 2.0439999389648436 Player 2 time average: 1.965560064315796

On a complete game played at depth 6, findRelevantMove takes about 40% of the computation time. So a refactoring would improve greatly performance