2010-04-04 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-04-03 |
Jean-loup Gailly | Distributed engine: support the kgs-rules command.
|
commit | commitdiff | tree |
2010-04-03 |
Jean-loup Gailly | uct_genmoves(): call prepare_move() earlier to avoid...
|
commit | commitdiff | tree |
2010-04-03 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-04-03 |
Jean-loup Gailly | Distributed engine: exchange also amaf stats between...
|
commit | commitdiff | tree |
2010-04-03 |
Jean-loup Gailly | Check all memory allocations to avoid core dump when...
|
commit | commitdiff | tree |
2010-04-02 |
Jean-loup Gailly | Remove gtp_id in struct uct, not needed anymore.
|
commit | commitdiff | tree |
2010-04-02 |
Jean-loup Gailly | Merge branch 'dist' into derm
|
commit | commitdiff | tree |
2010-04-02 |
Jean-loup Gailly | tree_init: exit cleanly instead of core dump when running...
|
commit | commitdiff | tree |
2010-04-02 |
Jean-loup Gailly | Distributed engine: node received from master may not...
|
commit | commitdiff | tree |
2010-04-01 |
Jean-loup Gailly | Avoid memory leak in uct_genmoves().
|
commit | commitdiff | tree |
2010-04-01 |
Jean-loup Gailly | Make distributed engine much less verbose by default.
|
commit | commitdiff | tree |
2010-04-01 |
Jean-loup Gailly | Distributed engine: exchange played_games between master...
|
commit | commitdiff | tree |
2010-04-01 |
Jean-loup Gailly | Distributed engine: fix incorrect stats accounting...
|
commit | commitdiff | tree |
2010-04-01 |
Jean-loup Gailly | Distributed engine: fix keep_looking in slave to avoid...
|
commit | commitdiff | tree |
2010-04-01 |
Jean-loup Gailly | Distributed engine code cleanup: split select_best_move...
|
commit | commitdiff | tree |
2010-03-31 |
Jean-loup Gailly | Distributed engine: force waiting for a new command...
|
commit | commitdiff | tree |
2010-03-31 |
Jean-loup Gailly | Distributed engine select_best_move(): simplify code.
|
commit | commitdiff | tree |
2010-03-31 |
Jean-loup Gailly | Distributed engine get_replies(): wait for at least...
|
commit | commitdiff | tree |
2010-03-31 |
Jean-loup Gailly | Distributed engine: accept reply to a previous genmoves...
|
commit | commitdiff | tree |
2010-03-30 |
Jean-loup Gailly | Distributed engine: remove support for temp replies...
|
commit | commitdiff | tree |
2010-03-30 |
Jean-loup Gailly | Distributed engine: master sends regular stats updates...
|
commit | commitdiff | tree |
2010-03-30 |
Jean-loup Gailly | Distributed engine: slaves keep thinking after genmoves...
|
commit | commitdiff | tree |
2010-03-25 |
Jean-loup Gailly | Distributed engine: move time parsing to uct_genmoves...
|
commit | commitdiff | tree |
2010-03-20 |
Jean-loup Gailly | Distributed engine: do not forward time_left to slaves...
|
commit | commitdiff | tree |
2010-03-20 |
Jean-loup Gailly | Set RULES_CHINESE as default.
|
commit | commitdiff | tree |
2010-03-18 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-03-18 |
Jean-loup Gailly | Distributed engine: unblock main thread after a slave...
|
commit | commitdiff | tree |
2010-03-18 |
Jean-loup Gailly | Limit worst thinking time for sudden death games, to...
|
commit | commitdiff | tree |
2010-03-16 |
Jean-loup Gailly | Distributed engine: avoid infinite loop resending command...
|
commit | commitdiff | tree |
2010-03-16 |
Jean-loup Gailly | Fix the 6ec3ca4 fix: a late slave didn't get correct...
|
commit | commitdiff | tree |
2010-03-15 |
Jean-loup Gailly | Support the "kgs-rules" gtp command.
|
commit | commitdiff | tree |
2010-03-15 |
Jean-loup Gailly | distributed.c: make global variables static.
|
commit | commitdiff | tree |
2010-03-15 |
Jean-loup Gailly | Distributed engine: slaves send temporary replies continuously.
|
commit | commitdiff | tree |
2010-03-11 |
Jean-loup Gailly | zzgo: always reset the default time for a new game.
|
commit | commitdiff | tree |
2010-03-11 |
Jean-loup Gailly | get_replies: avoid uninitialized variable "now".
|
commit | commitdiff | tree |
2010-03-11 |
Jean-loup Gailly | Distributed master sends time info to slaves in genmoves...
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | gtp.c: avoid compilation warning for sleep().
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | Display the ownermap also for the distributed slave.
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | board_print_custom: construct a string and print it...
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | Merge branch 'time' into derm
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | Do not waste time if we are winning. Spend up to worst...
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | Always use at least half the desired time.
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | Increase MIN_MOVES_LEFT from 10 to 30 to give much...
|
commit | commitdiff | tree |
2010-03-10 |
Jean-loup Gailly | Distributed slave: do not clear the tree before move...
|
commit | commitdiff | tree |
2010-03-09 |
Jean-loup Gailly | Distributed engine: log number of replies and threads...
|
commit | commitdiff | tree |
2010-03-09 |
Jean-loup Gailly | Fix final_status_list argument (again).
|
commit | commitdiff | tree |
2010-03-09 |
Jean-loup Gailly | Send genmove and final_status_list in the dedicated...
|
commit | commitdiff | tree |
2010-03-09 |
Jean-loup Gailly | Fix comments about command history.
|
commit | commitdiff | tree |
2010-03-09 |
Jean-loup Gailly | Distributed engine: resend only partial command history...
|
commit | commitdiff | tree |
2010-03-09 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | distributed engine: add debug info when not getting...
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | Support the kgs-game_over command.
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | If slave has never seen boardsize or clear_board, ask...
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | Set board->size even if BOARD_SIZE is defined, for...
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | distributed_notify: final_status_list needs an argument.
|
commit | commitdiff | tree |
2010-03-08 |
Jean-loup Gailly | Support absolute number of games for distributed engine.
|
commit | commitdiff | tree |
2010-03-07 |
Jean-loup Gailly | Slave thread: check for updated command before replying.
|
commit | commitdiff | tree |
2010-03-07 |
Jean-loup Gailly | distributed engine: do not resend history continously.
|
commit | commitdiff | tree |
2010-03-07 |
Jean-loup Gailly | gtp_parse: do not execute commands that the engine...
|
commit | commitdiff | tree |
2010-03-07 |
Jean-loup Gailly | Merge branch 'master' into derm
|
commit | commitdiff | tree |
2010-03-06 |
Jean-loup Gailly | open_client_connection: check result of gethostbyname()
|
commit | commitdiff | tree |
2010-03-06 |
Jean-loup Gailly | distributed engine: format ip address on fixed length...
|
commit | commitdiff | tree |
2010-03-05 |
Jean-loup Gailly | Remove spurious break for -slave option.
|
commit | commitdiff | tree |
2010-03-05 |
Jean-loup Gailly | Merge branch 'dist' into derm
|
commit | commitdiff | tree |
2010-03-05 |
Jean-loup Gailly | Slave part of the distributed engine.
|
commit | commitdiff | tree |
2010-03-05 |
Jean-loup Gailly | Support log proxy for the distributed engine.
|
commit | commitdiff | tree |
2010-03-05 |
Jean-loup Gailly | Master part of the distributed engine. First version...
|
commit | commitdiff | tree |
2010-03-05 |
Jean-loup Gailly | Support redirecting stdin, stdout & stderr to sockets.
|
commit | commitdiff | tree |
2010-02-24 |
Jean-loup Gailly | tree_garbage_collect: prune less aggressively (ok to...
|
commit | commitdiff | tree |
2010-02-23 |
Jean-loup Gailly | tree_garbage_collect: remove arbitrary constant 20.
|
commit | commitdiff | tree |
2010-02-22 |
Jean-loup Gailly | Make max_tree_size work even if long is 32 bits.
|
commit | commitdiff | tree |
2010-02-21 |
Jean-loup Gailly | For fast_alloc max_tree_size now includes the temp...
|
commit | commitdiff | tree |
2010-02-21 |
Jean-loup Gailly | Garbage collect the tree by preference when pondering.
|
commit | commitdiff | tree |
2010-02-21 |
Jean-loup Gailly | Garbage collect the tree early if the top node has...
|
commit | commitdiff | tree |
2010-02-19 |
Jean-loup Gailly | Display the change in root playouts to allow easier...
|
commit | commitdiff | tree |
2010-02-18 |
Jean-loup Gailly | Do not prevent future node expansion when pruning tree.
|
commit | commitdiff | tree |
2010-02-18 |
Jean-loup Gailly | Alert but do not crash on temp tree overflow.
|
commit | commitdiff | tree |
2010-02-18 |
Jean-loup Gailly | Preserve relative order of children when garbage collecting...
|
commit | commitdiff | tree |
2010-02-14 |
Jean-loup Gailly | Add option territory_scoring to support Japanese rules.
|
commit | commitdiff | tree |
2010-02-14 |
Jean-loup Gailly | Force odd komi for Japanese rules to avoid losing a...
|
commit | commitdiff | tree |
2010-02-11 |
Jean-loup Gailly | Add command line option fast_alloc.
|
commit | commitdiff | tree |
2010-02-11 |
Jean-loup Gailly | Prune in single pass to speed up. Add playout threshold...
|
commit | commitdiff | tree |
2010-02-06 |
Jean-loup Gailly | Use same test for full tree in tree_fast_alloc_node...
|
commit | commitdiff | tree |
2010-02-04 |
Jean-loup Gailly | For non-canadian byoyomi with N>1 periods, keep last...
|
commit | commitdiff | tree |
2010-02-04 |
Jean-loup Gailly | Fixed bad estimate of max_time for non-canadian byoyomi.
|
commit | commitdiff | tree |
2010-02-04 |
Jean-loup Gailly | For TD_GAMES (no time control), set worst_playouts...
|
commit | commitdiff | tree |
2010-02-04 |
Jean-loup Gailly | New optional fast_alloc mode, allocating all nodes...
|
commit | commitdiff | tree |
2010-02-04 |
Jean-loup Gailly | Suppress unused tree_get_node().
|
commit | commitdiff | tree |
2010-02-04 |
Jean-loup Gailly | Use MIN_FREE_MEM_PERCENT instead of PONDERING_MAX_MEM_PERCENT.
|
commit | commitdiff | tree |
2010-02-03 |
Jean-loup Gailly | Fix previous fix on pass_limit.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Do not use all memory during pondering.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Free nodes in background, to get accurate time control...
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Do not resign if we're so short of time that evaluation...
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Display speed in games/s and games/s/thread.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Spend more time in the middle game.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Loop until most played node and most valued nodes are...
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Add support for time_left, time_setting and kgs-time_setting...
|
commit | commitdiff | tree |