SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.41k stars 377 forks source link

Global analysis and customizable red column drop #762

Open Pythomiere opened 3 years ago

Pythomiere commented 3 years ago

A global analysis mode can be added. With this mode, ai is able to analyze each step of the whole game and increase the depth of calculation for each step as time increases, many software charges for this feature and the depth of calculation is not high enough. Also, due to the rapid development of ai, a 5% drop in win rate is commonplace even for professional players. I hope to add an option to customize the drop rate to appear red column.

Pythomiere commented 3 years ago

Also, to fully quit Sabaki on mac, you need to press command+quit key twice.

yishn commented 3 years ago

A global analysis mode can be added. With this mode, ai is able to analyze each step of the whole game and increase the depth of calculation for each step as time increases, many software charges for this feature and the depth of calculation is not high enough.

There is no such support in the GTP engine interface protocol.

Also, due to the rapid development of ai, a 5% drop in win rate is commonplace even for professional players. I hope to add an option to customize the drop rate to appear red column.

You can set the view.winrategraph_blunderthreshold setting in settings.json (How to find settings file) to your preference for now.

Also, to fully quit Sabaki on mac, you need to press command+quit key twice.

This is a duplicate of #157.

Pythomiere commented 3 years ago

Interesting, that software uses Katago as analyzer.

Pythomiere commented 3 years ago

Now Katago has supported the game analysis with analysis gtp!