Alain Baeckeroot wrote:
> gnugo --mirror   will try to play mirror go :)

How does it do this?

Interesting might be a setting like the following:
When gnu-mi (short for "gnugo --mirror") has to make a
move in a position, the following procedure is run:

(a) Is the position a mirror position and 
is there a legal mirror move in that position?

If the answer is "no", Gnugo makes a normal search process
and gives the best move it finds.

If the answer is "yes", Gnugo makes two searches:
one for the best move (and its score s_opt)  and another one
for the score s_mirror of the mirror move.

Given two parameters THRES and DELTA, the two scores are
compared with the following consequence:
if "s_mirror > THRES" and "s_opt - s_mirror < DETA", then the mirror
move is played.
else the optimal move is played.
Typical values might be THRES = 48 %, DELTA = 3 %.
So, the bot deviates from mirror play when it thinks to be behind
or when the best move seems to be clearly better than the mirror move.


> maybe fun/interesting to add one on cgos ?

And what about playing on KGS, but only with Black in 
games with komi=0.5 ?!

Ingo.
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to