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 _______________________________________________ gnugo-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnugo-devel

