[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] attack_either ...
From: |
nando |
Subject: |
Re: [gnugo-devel] attack_either ... |
Date: |
Thu, 30 Nov 2006 17:05:12 +0100 |
Hi,
attack_either() and defend_both() are meant to be used at stackp >= 0,
find_double_threats() only works at stackp == 0. The comment you
quoted means that the engine won't find this move (specially at stackp
0), due to the limitations of the attack_either() function in terms
of move generators. The FIXME is quite clear : "The current
implementation only looks for uncoordinated attacks". An improvement
could be to locate and try common secondary liberties of the
considered strings (at least, that would match the presented case)
-- nando