gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] restricted_genmove


From: bump
Subject: Re: [gnugo-devel] restricted_genmove
Date: Fri, 29 Nov 2002 12:39:51 -0800

> A better solution would be to reconstruct the problem into one where
> there are no moves on the board bigger than E18 and E17. This is, in
> fact, a very good solution except for the fact that it requires a
> substantial amount of work.
> 
> A third alternative, which is the one I'm going to propose, is to
> introduce a new GTP command restricted_genmove. Then the test would be
> written

This patch overlaps somewhat in functionality with search_3_12.1 which went
into 3.3.12. That patch allows one to restrict genmove and top_moves to moves
from one part of the board. Currently you can do this:

limit_search 1
reset_search_mask
set_search_limit D19
set_search_limit E18
set_search_limit E17
gg_genmove white

= D19

Dan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]