Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

pondering for best algorithms #120

Open Vadman97 opened 5 years ago

Vadman97 commented 5 years ago

AI can ponder while the player is thinking, either assuming different possible moves that the player makes or assuming that the player makes the best move. see which is more common and optimize for that case