2009-10-07 |
Petr Baudis | Moggy board_state_init(): Fix handling of board size...
|
commit | commitdiff | tree |
2009-10-07 |
Petr Baudis | Moggy sate: #define CACHE_STATE to switch on/off board...
|
commit | commitdiff | tree |
2009-10-07 |
Petr Baudis | Moggy state: Make board_state_init() return state pointer
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | board_clear(): Fix bad symmetry setup in case of fixed...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | capturable_group(): Clean up stone check
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | board_group_find_extra_libs(): Optimize watermarking
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | group_trait_set(): Fix thinko
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Further state optimizations
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Introduce group_trait_is_ready(), group_trait_get()
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Pack down the group_trait structure a bit
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Turn off caching by default
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Introduce group_trait_set()
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Cache countercapture possibility
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy group_atari_check(): Call can_be_captured().
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy can_countercapture(): Factored out group neighbor...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy can_be_rescued(): Call can_be_captured()
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy can_be_captured(): Considering @capturer makes...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy can_be_captured(): Reformulate the test to look...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy can_be_rescued(): Fix move validity test
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy: Rearrange can_be_captured[_nc](), public interface...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy: Check for move validity in can_be_rescued()
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Check if we didn't change board size before...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy: Abstract cache miss behaviour to group_cache_set()
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: G_ATARI is used now
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy: Make can_be_captured() return bool instead of...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy: Split can_be_captured_nc()
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Makefile: Easy profiling
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Make board state allocation persistent...
|
commit | commitdiff | tree |
2009-10-06 |
Petr Baudis | Moggy state: Use bitmap to track which groups are initialized
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy state: Don't waste view[] entries, move definitions...
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy: Cache can_be_rescued() results
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy board_state: Separate 'group view' for color...
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Makefile: Revert accidental change
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy: Reindent
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy: Introduced struct board,group_state; not actually...
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | is_ladder(): Extern inline switch between is_border_ladder...
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | ladder_catches() -> is_ladder()
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | ladder_catches(): Separate out border ladder test in...
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy: Move ladder_catches() to common tactics.* code
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | MQ: Add mq_print()
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | MQ: Rearrange function definitions
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | MQ: Add mq_pick()
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy mq: Move from playout/moggy.c to mq.h
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | Moggy: Define mq_add(), mq_append() move_queue tools
|
commit | commitdiff | tree |
2009-10-05 |
Petr Baudis | genmove19.gtp: Only black move, to ease benchmarking
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | board_is_eyelike(): Move before board_is_valid_move()
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | genmove19.gtp: Add to easily get 19x19 genmove
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | TESTS: Correct some ba2e1 9x9 measurements
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | TESTS: Some more 13x13 ba2e1, e34f9 results
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | Pachi Doetsu-devel 3.99
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | Pachi Sanetsu 3.00
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | UCB1TUNED: Remove bitrotten policy that was never working...
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | Make invalid engine/policy/playout parameters fatal
|
commit | commitdiff | tree |
2009-10-04 |
Petr Baudis | Moggy: Turn pattern2 off by default
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | UCT: Rewrite the comment to reflect reality better
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | GTP: board_print() compilation fixes
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | Print board only after some of the GTP commands
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | Moggy fillboard: Fix crashes, b->f can include a pass
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | tree_init_node(): Handle allocation failures
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | genbook.sh: Tune number of games to keep memory usage...
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | playout_amaf: Increase game[]
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | Merge branch 'master' of ssh://repo.or.cz/srv/git/pachi
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | genbook.sh: Fix policy-wise invocation
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | genbook.sh: Allow passing custom size and engine options
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | By default, allow 600-move games now
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | UCT Prior: Enable b19, cfgd by default
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | TESTS: Some (mysterious) ba2e1 results
|
commit | commitdiff | tree |
2009-10-03 |
Petr Baudis | genbook.sh: Adjust the exploration rates a bit
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | TESTS: First 9x9 ba2e1 results
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | TESTS: e34f9 13x13
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | TESTS: Many, many results, all the way back to ce382
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | TESTS: e34f9 9x9 results
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | tree_expand_node(): Fix humongously massive memory...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | UCT Prior: Support for cfgd prior - group-metric distance
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | add_prior_value(): Fix handling of negative values
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | Moggy assess: Fix ladders handling
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | Moggy assess: Separate intersection and group iteration
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | Moggy assess: Adjust for prior map slightly
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | playoutp_assess(): Iterate over prior map within policy...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | add_prior_value(): Introduce instead of manually incrementin...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior_eye(), uct_prior_b19(): Don't consider pass
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior_*(): Reindent
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior(): Move the map iterations to the individual...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior_one(): Split to one function per heuristic
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | pattern3.c: Remove irrelevant warning
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | foreach_point_and_pass(): Introduce iterator
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior_one(): Fix grandparent heuristic
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | tree_expand_node(): Prune nodes based on map.consider[]
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior(): Consider pass
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | Prior map: Add bool[] consider array to denote uninteresting...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | tree_{expand,merge}_node(): Fix node value initialization
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | board_tromp_taylor_iter(): Remove stray noinline
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | tree_merge_node(): Do not merge unchanged nodes
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | tree_expand_node(): Fix pass handling in prior map
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | board_official_score(): Fix for empty board
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | uct_prior(): Call for whole parent node at once, not...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | Tromp-Taylor Counting: Fix to require fully enclosed...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | Moggy 3x3: Move everything from playout/moggy.* to...
|
commit | commitdiff | tree |
2009-10-02 |
Petr Baudis | board_is_false_eyelike(): Declare in board.h
|
commit | commitdiff | tree |