How to interpret this analysis?

If you're new to the game and have questions, post them here.
Post Reply
tasendir
Beginner
Posts: 8
Joined: Thu Feb 13, 2014 1:18 pm
Rank: kgs 21k
GD Posts: 0

How to interpret this analysis?

Post 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
Tasendir
xela
Lives in gote
Posts: 652
Joined: Sun Feb 09, 2014 4:46 am
Rank: Australian 3 dan
GD Posts: 200
Location: Adelaide, South Australia
Has thanked: 219 times
Been thanked: 281 times

Re: How to interpret this analysis?

Post 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.
tasendir
Beginner
Posts: 8
Joined: Thu Feb 13, 2014 1:18 pm
Rank: kgs 21k
GD Posts: 0

Re: How to interpret this analysis?

Post 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
Tasendir
xela
Lives in gote
Posts: 652
Joined: Sun Feb 09, 2014 4:46 am
Rank: Australian 3 dan
GD Posts: 200
Location: Adelaide, South Australia
Has thanked: 219 times
Been thanked: 281 times

Re: How to interpret this analysis?

Post 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?
tasendir
Beginner
Posts: 8
Joined: Thu Feb 13, 2014 1:18 pm
Rank: kgs 21k
GD Posts: 0

Re: How to interpret this analysis?

Post 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
:)
Tasendir
Post Reply