[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [computer-go] Learning : was Chess programs versus go programs



Do you use a depth cutoff beyond which strings with 4 liberties are
considered tactically stable? GNU Go currently uses 7 at the default level 10.
I borrowed this idea from GNU Go with good results: on my test suite it was almost as quick as 3-lib-alive search, but allowed it to solve many problems that start out with 3-liberties but quickly turn into ladders (such as loose ladders and nets).

Not tested on real games, so it could be an artifact of my test suite I suppose.

Darren

This depth cutoff is relative to the full-board position we are
analyzing, i.e. if we are at depth 4 in life-and-death reading and call
out to the tactical reading, it will only read 3 plys with 5 liberties
at the safety cutoff. I didn't get around to making the same experiment
with GNU Go but that's why I don't expect it to be a drastic speed
improvement.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/