final_score taking ages?

An abstract strategy board game for two players
Post Reply
flok
Posts: 37
Joined: Sat Jan 02, 2016 9:04 pm
Contact:

final_score taking ages?

Post by flok »

Hi,

In gnugo, is it correct that "final_score" takes a few minutes to complete?

E.g.:

Code: Select all

11:10:20 1d folkert@belle:~ $ gnugo --mode gtp
genmove b
= Q16

genmove w
= C4

final_score
https://www.vanheusden.com/

https://github.com/folkertvanheusden/
flok
Posts: 37
Joined: Sat Jan 02, 2016 9:04 pm
Contact:

Re: final_score taking ages?

Post by flok »

Hmmm, strangely enough it doesn't always do this.
https://www.vanheusden.com/

https://github.com/folkertvanheusden/
Rémi Coulom
Posts: 219
Joined: Tue Feb 12, 2008 8:31 pm
Contact:

Re: final_score taking ages?

Post by Rémi Coulom »

If the position is simple to analyze, then GNU Go will score it rapidly. If it has to run some complex search in order to determine the life status of a group, then it may take a while.
Post Reply