Page 1 of 1

How to interpret this analysis?

Posted: Sun Feb 05, 2023 4:21 am
by tasendir
hello i would need clarification on how to interpret an analysis

in a ubuntu 22.04 computer i have installed
the engine pachi
https://github.com/pasky/pachi
the GUI sabaki
https://appimage.github.io/Sabaki/

a test game asked the analysis ( 9x9 so I can read the writing better)
now I would like to understand which moves pachi indicates are best.
The ones in the green air?
The ones with the biggest number?

Sorry I can't add the images here

Re: How to interpret this analysis?

Posted: Sun Feb 05, 2023 5:27 am
by xela
Is the green not the same as the biggest number?

By the way, you can do much better than pachi for analysis nowadays. Try KataGo. Alternatively, instead of sabaki, download either Lizzie or KaTrain, both of which have KataGo bundled with them.

Re: How to interpret this analysis?

Posted: Sun Feb 05, 2023 6:13 am
by tasendir
xela wrote:Is the green not the same as the biggest number?

By the way, you can do much better than pachi for analysis nowadays. Try KataGo. Alternatively, instead of sabaki, download either Lizzie or KaTrain, both of which have KataGo bundled with them.
katago doesn't work with my operating system
that's why i'm using pachi

Code: Select all

$ ./katago
./katago: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory

Re: How to interpret this analysis?

Posted: Mon Feb 06, 2023 1:15 am
by xela
I'm also on Ubuntu 22.04 and using KataGo quite happily.

You'll need to install a dependency to get libzip.so.5. Try:

Code: Select all

sudo apt-get install libzip5
and then run KataGo again?

Re: How to interpret this analysis?

Posted: Mon Feb 06, 2023 6:03 am
by tasendir
xela wrote:I'm also on Ubuntu 22.04 and using KataGo quite happily.

You'll need to install a dependency to get libzip.so.5. Try:

Code: Select all

sudo apt-get install libzip5
and then run KataGo again?
there are dependency issues with ubuntu 22.04 and this library.
It is not so easy to install it.
I thank you for'help, I use what I can.
I figured out how to read the analysis.
At my level it is enough, I think
Thanks
:)