[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go: Fast scoring program?
> Question anyone know of a faster scoring algorythm then gnugo? Some of my
> games it takes up to 26 seconds to score, when the game itself only takes
> 2 seconds. Can't really evolve nuerals nets very fast that way.
How exactly are you getting the score?
GNU Go has two scoring algorithms. The aftermath scoring is slower.
Any scoring algorithm will have to decide the status of the groups
on the board. But at the end of the game I don't think it should
take 26 seconds.
Dan