2009-09-26 |
Petr Baudis | is_selfatari() nakade: Fix own-group handling (missing...
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | is_selfatari() nakade: don't re-evaluate the same group
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | is_selfatari(): Reindent
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | is_selfatari(): Split the main loop to one per color
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | Moggy: Enable adjusting all rates at once, akin to...
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | stone_other(): Optimize
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | board_handicap_stone(): Keep board->moves parity consistent
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | UCT prepare_move(): Fix boolean condition
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | UCT: Do not load opening book unless the game just...
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | tree_merge_node(): Don't merge priors, they aren't...
|
commit | commitdiff | tree |
2009-09-26 |
Petr Baudis | tree_merge_node(): Fix type problem setting amaf value...
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Try to improve horrid performance
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Allow multiple captures contribute...
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Fix throw-in detection in the corner
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Allow multiple groups contribute liberties
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Allow throw-ins into false eyes
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Fix nakade return value
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Allow taking ko
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | Moggy: Fix the ko detection
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | board_is_false_eyelike(): Explain confusing double...
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | board_is_false_eyelike(): Split off of board_is_one_point_eye()
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | Moggy 3x3: Describe the commented-out test
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Further refine; allow eyes falsification
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Fix nakade detection
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | is_selfatari(): Allow self-atari in case of nakade
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | Moggy assess: Discourage self-atari moves
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | ucb1_prior(): Fix the eye prior, which was obviously...
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | UCT: Make threshold for search end just 500 for value...
|
commit | commitdiff | tree |
2009-09-25 |
Petr Baudis | TESTS: c5bea correction, 1a1eb, 6e22f results
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1AMAF: Set eqex to 6, must be even number\!
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCT: Allow filling own eyes again (necessary sometimes...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1AMAF: Make rave_prior the default
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1AMAF: Reduce default eqex back from 50 to 5
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | pattern_genall() -> patterns_gen(), load,init_patterns...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | load_patterns(): Do not overwrite the default patterns...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1: Use the same default setup as MFoG
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1: In case of descend tie, never consider passing.
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1: With multiple descend candidates, choose one...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | struct moggy_policy: Add thread-safety note
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Moggy 3x3: Store patterns in playout context instead...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Merge branch 'master' of ssh://repo.or.cz/srv/git/pachi
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | TESTS: -alternate is ok again, didn't work well because...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | TESTS: More 62592 results
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Makefile: -march=native
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCT: Add support for no_book parameter to disable opening...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | tree_expand_node(): Do not create nodes that fill our...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Moggy 3x3: Clean up pattern-related function names
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Moggy 3x3: Support replacing the patterns by external...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | TESTS: Test results for ce540, 62592
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | prepare_move(): Don't reuse tree created for the other...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Merge branch 'master' of ssh://repo.or.cz/srv/git/pachi
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | uct_playout(): Never expand pass-pass moves; we inadverently...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Moggy assess: First check for ladder, then for atari...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | Moggy assess: Do not advise against capturing laddered...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCT: Add some color consistency checks
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | uct_genmove(): Print progress status by default instead...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | ucb1srave_descend(): Fix massive overflow on 19x19
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | UCB1: Return to old pass choosing behaviour
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | uct_leaf_node(): Commented-out debug print on expanding
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | tree_fix_symmetry(): Recurse through the tree only...
|
commit | commitdiff | tree |
2009-09-24 |
Petr Baudis | tree_fix_symmetry(): Do not fix symmetry on pass
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | TESTS: 7bbaa -> 9367d
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | TESTS: Add template command
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | TESTS: c7249, 7bbaa test results
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | ucb1_prior(): Fix the anti-pass prior
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | zzgo-profiled: Use genmove.gtp instead of custom echo
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Moggy: Support for selfatarirate, by default 90
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | is_selfatari(): Allow capture of single stone within...
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | UCB1: Do not hack around pass in descend, instead give...
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | TESTS: New file, showing strength evolution over time
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Moggy: playout_moggy_permit() debug print
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Moggy 3x3: Fix major playout flaw in some situations...
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | tree_node_merge(): One of merged nodes wouldn't have...
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Moggy: Never permit self-atari even in random play
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Permission policy for random plays is available now
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Merge branch 'master' of ssh://repo.or.cz/srv/git/pachi
|
commit | commitdiff | tree |
2009-09-23 |
Petr Baudis | Moggy: Do not hint to capture 1-stone groups (kos)
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | genbook.sh: Print progress
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | UCT: Require at least 5000 moves over loss_threshold...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | ucb1amaf_update(): Tidy up
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_playout(): More natural parity computation
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_leaf_node(): Fix compilation
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | playoutp_choose: Change last parameter our_real_color...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | Old Playout: Remove - way too obsolete, noone would...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_playout(): Further simplify the main loop
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_playout(): Move leaf node processing to uct_leaf_node()
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_playout(): node_color -> next_color in leaf node...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_playout(): Clean up the main loop
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_playout(): Set node_color correctly for root node
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_player: color -> node_color
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | uct_player: orig_color -> player_color
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | sgf2gtp.pl: Fix fatal error - komi must be after clear_board
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | tree_unlink_node(): Also set sibling etc. to NULL within...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | UCB1AMAF: When having multiple candidates with same...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | is_selfatari(): Do not allow self-atari by occupying...
|
commit | commitdiff | tree |
2009-09-22 |
Petr Baudis | Moggy: Move patter self-atari test to test_pattern_here()
|
commit | commitdiff | tree |