uct_search_stop_early(): Stop immediately if fullmem
commitc9756d62ca9ee5820638f235e7640c9075493480
authorPetr Baudis <pasky@ucw.cz>
Tue, 13 Apr 2010 12:02:24 +0000 (13 14:02 +0200)
committerPetr Baudis <pasky@ucw.cz>
Tue, 13 Apr 2010 12:05:41 +0000 (13 14:05 +0200)
tree5e8b3a097bcf37f9328ff7e6ebcc9c1c07725660
parentd41252b4532bf43361936d501a60db395dbe5175
uct_search_stop_early(): Stop immediately if fullmem

I have seen Pachi make extremely horrible blunders after memory limit
was hit - until we can prune the tree during search, it's better if we
stop the search altogether - memory limit hit means that the move should
be reasonably well read out anyway.
uct/search.c