[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go: Live or Die, test problems
Most of the problems are to kill and my program is configed to make alive .
So I only tried problem #1 and #63. I changed these two problems from to kill
into to make alive( I let the defender to move first.) Because my program
uses exhaustive search and searches for maximum score, it took longer. The
correct answer move sequences were obtained with the following time.
Problem #1: 6 seconds with 4155 evaluations. Depth limit= 9.
Problem #63: 1052 seconds with 240,000 evaluations. Depth limit =12.
Dan Liu