donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Post-game analysis #34

Open donkirkby opened 4 years ago

donkirkby commented 4 years ago

Add a feature to the review mode that continues to analyse move strength. Start a background thread or process pool that analyses the moves from the displayed position and continuously updates the display. Consider adding the ability to explore new moves, or split that to a separate issue. Look at memory usage to decide how much of the search tree to save.