|
|
a10b762b39
|
add dbg for regenerating arena
|
2025-02-26 23:05:25 -05:00 |
|
|
|
0ffded8488
|
add note to main.rs
|
2025-02-26 23:00:27 -05:00 |
|
|
|
d3cac6ae91
|
allow move arena to properly handle skipping a move
|
2025-02-26 22:58:47 -05:00 |
|
|
|
4a82c01d64
|
fix failing test
|
2025-02-26 22:52:25 -05:00 |
|
|
|
e468464956
|
FutureMoves: add (failing) test for situation encountered during testing
|
2025-02-26 22:47:28 -05:00 |
|
|
|
4ec9f3cf21
|
improve parent selection
|
2025-02-26 22:14:34 -05:00 |
|
|
|
bbeb1b8b37
|
aa
|
2025-02-26 19:50:40 -05:00 |
|
|
|
cd0ac5f538
|
add early_break for extend_layers
|
2025-02-26 14:37:25 -05:00 |
|
|
|
9fd3b45c0e
|
move comment regarding FutureMoves::by_depth
|
2025-02-26 14:28:05 -05:00 |
|
|
|
063ef47a27
|
remove unneeded mut ref
|
2025-02-26 14:18:03 -05:00 |
|
|
|
d4e6bfa05c
|
add FutureMoves::set_parent_child
|
2025-02-26 14:17:10 -05:00 |
|
|
|
ff87337512
|
create FutureMoveConfig
|
2025-02-26 11:12:06 -05:00 |
|
|
|
d8f68e7fb1
|
add error message for self.current_depth != self.max_depth
|
2025-02-26 11:01:04 -05:00 |
|
|
|
fd7701cd79
|
arena fixes
|
2025-02-26 10:34:35 -05:00 |
|
|
|
63a20d875f
|
fix bench
|
2025-02-25 23:49:39 -05:00 |
|
|
|
a02dd72dc1
|
prune_bad_children changes
|
2025-02-25 21:36:07 -05:00 |
|
|
|
2d066a6a3c
|
replace lazy_children system
|
2025-02-25 16:36:34 -05:00 |
|
|
|
155a8d0548
|
improve binary operation
|
2025-02-25 15:34:36 -05:00 |
|
|
|
ec586ce598
|
cargo update
|
2025-02-25 15:03:54 -05:00 |
|
|
|
a95b9e08c1
|
small rewrite and addition of by_depth + by_depth_test
|
2025-02-25 15:03:25 -05:00 |
|
|
|
f60de28c58
|
add FutureMoves::tests::prune_tree_test parents for children
|
2025-02-25 12:11:40 -05:00 |
|
|
|
5f7a5fdb00
|
add FutureMoves::check_arena
|
2025-02-25 12:09:56 -05:00 |
|
|
|
bd00c29ad4
|
add depth_of test
|
2025-02-25 12:01:01 -05:00 |
|
|
|
0adb59dc7f
|
initial rewrite of lazy_children logic
|
2025-02-25 11:23:14 -05:00 |
|
|
|
9976368730
|
add comment regarding 'performance' of bot
|
2025-02-25 11:01:57 -05:00 |
|
|
|
6a00560a8a
|
simplify update_from_board checking of current_root
|
2025-02-25 10:15:26 -05:00 |
|
|
|
65ac509fa4
|
describe dummy i and j for move
|
2025-02-25 10:13:52 -05:00 |
|
|
|
9f9472939e
|
zero-index FutureMoves::depth_of
|
2025-02-25 10:12:29 -05:00 |
|
|
|
17ea2e8e98
|
disable prune_bad_children
|
2025-02-24 13:28:58 -05:00 |
|
|
|
dd236118fe
|
impl prune_bad_children
|
2025-02-23 00:50:36 -05:00 |
|
|
|
563726ffd5
|
small tweaks
|
2025-02-23 00:32:28 -05:00 |
|
|
|
ed101f8968
|
add board weights
|
2025-02-22 20:55:17 -05:00 |
|
|
|
60aaa883c1
|
format
|
2025-02-22 19:51:03 -05:00 |
|
|
|
52cf81ec58
|
refactor chains file
|
2025-02-22 19:50:32 -05:00 |
|
|
|
c8ac4ce84b
|
move get_index to misc.rs
|
2025-02-22 19:41:50 -05:00 |
|
|
|
7c4f05af3e
|
bitboard refactoring
|
2025-02-22 19:35:43 -05:00 |
|
|
|
6d9be3dbe6
|
nits
|
2025-02-22 18:42:09 -05:00 |
|
|
|
2305a8065f
|
nits
|
2025-02-22 14:08:39 -05:00 |
|
|
|
8e22768987
|
remove unneeded increment of depth
|
2025-02-22 12:35:53 -05:00 |
|
|
|
74b9c8dc96
|
increment i by 1 for summing values
|
2025-02-22 12:35:09 -05:00 |
|
|
|
a2f302b4b0
|
use Move::new in FutureMoves::create_root_raw
|
2025-02-22 12:34:30 -05:00 |
|
|
|
aad3ea0c0a
|
improve future_moves tests
|
2025-02-22 12:19:49 -05:00 |
|
|
|
ad39d647b7
|
properly fix max_depth
|
2025-02-21 21:52:11 -05:00 |
|
|
|
409038f983
|
cargo update
|
2025-02-21 21:39:27 -05:00 |
|
|
|
40df20938b
|
adjust future_move test
|
2025-02-21 19:53:20 -05:00 |
|
|
|
ff8211709d
|
change iterator for board_value
|
2025-02-21 19:53:11 -05:00 |
|
|
|
6e1e8dac11
|
use chain.get instead of Some
|
2025-02-21 10:50:31 -05:00 |
|
|
|
0cc4c3bf92
|
remove false comment
|
2025-02-20 23:51:02 -05:00 |
|
|
|
06a35bda10
|
fix 'attempt to negate with overflow'
|
2025-02-20 23:45:49 -05:00 |
|
|
|
9950d712e4
|
replace retain_mut usage
|
2025-02-20 23:41:43 -05:00 |
|