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 |
2010-02-01 |
Jean-loup Gailly | Allow defining total time not just time per move.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Start timer at play notification, not at genmove.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Represent time as double instead of struct timespec...
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Add function uctp_generic_winner, needed for time control.
|
commit | commitdiff | tree |
2010-02-01 |
Jean-loup Gailly | Add board_estimated_moves_left() and MIN_MOVES_LEFT...
|
commit | commitdiff | tree |
2010-01-26 |
Jean-loup Gailly | Do not use priority argument for constructor to allow...
|
commit | commitdiff | tree |
2010-01-18 |
Jean-loup Gailly | More random seed, needed when starting many instances...
|
commit | commitdiff | tree |
2010-01-15 |
Jean-loup Gailly | Do not prevent node expansion later when more memory...
|
commit | commitdiff | tree |
2010-01-14 |
Jean-loup Gailly | Decrement node_sizes when freeing a node.
|
commit | commitdiff | tree |
2010-01-13 |
Jean-loup Gailly | Do not crash if zzgo run without arguments.
|
commit | commitdiff | tree |
2010-01-13 |
Jean-loup Gailly | Define a memory limit for nodes to avoid crashing later.
|
commit | commitdiff | tree |
2010-01-13 |
Jean-loup Gailly | Increment global hash atomically.
|
commit | commitdiff | tree |
2010-01-12 |
Jean-loup Gailly | Use local test&set instead of global mutex to expand...
|
commit | commitdiff | tree |
2010-01-12 |
Jean-loup Gailly | Fix race condition when expanding a node.
|
commit | commitdiff | tree |