Re: [computer-go] Other uses of dynamic komi

2009-09-12 Thread Willemien
On Sun, Sep 6, 2009 at 1:25 PM, Benjamin Teuber wrote: >> is dynamic komi not also usefull for >> >> - early pass, (only play if a move is better than a pass) > > Maybe, as you can define "better move" by "there is a dynkomi x where > one loses while the other wins". But you'd need O(log(x_max)) ru

Re: [computer-go] Other uses of dynamic komi

2009-09-06 Thread Benjamin Teuber
> is dynamic komi not also usefull for > > - early pass, (only play if a move is better than a pass) Maybe, as you can define "better move" by "there is a dynkomi x where one loses while the other wins". But you'd need O(log(x_max)) runs to find it out. > - preventing horizon effect. (pushing los

[computer-go] Other uses of dynamic komi

2009-09-05 Thread Willemien
i was puzzeling is dynamic komi not also usefull for - early pass, (only play if a move is better than a pass) - preventing horizon effect. (pushing losses over the search horizon) (not so sure about this but MTSC/ utc doesn't seem to prevent it on its own, what i find s bit puzelling on its s