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
> 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
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