71 Commits

Author SHA1 Message Date
e60e546f2f
do_not_prune -> do_prune 2025-03-05 14:07:13 -05:00
681479ce4e
FutureMoveConfig: improve display impl 2025-03-05 10:44:24 -05:00
013f81cd79
more elo testing 2025-03-04 16:23:34 -05:00
ee70413bcf
testing 2025-03-04 14:59:00 -05:00
1b9c1eeda7
add comment about minimax 2025-03-04 14:38:35 -05:00
3eb5b71b7b
fix test 2025-03-04 11:10:47 -05:00
f28027f93e
add ChildrenEvalMethod 2025-03-04 09:50:12 -05:00
4300598b38
don't always show regeneration message 2025-03-04 09:27:30 -05:00
e8521ac96d
testing 2025-03-03 23:50:11 -05:00
1dd1f3da25
initial elo rating stuff 2025-03-02 22:08:12 -05:00
ed739c7f64
min_arena_depth_sub -> min_arena_depth 2025-03-02 10:52:44 -05:00
19b5b856db
logic improvements 2025-02-28 23:36:47 -05:00
ff1ded0a74
future_moves + generate_children things 2025-02-28 21:42:03 -05:00
86d4455321
improve pruning tree indexing logic 2025-02-28 21:14:37 -05:00
1b195b0f91
cleanup 2025-02-28 17:50:04 -05:00
10389ad8ee
improve evenness of FutureMoves tree 2025-02-28 10:29:02 -05:00
5c3884653e
move around if statement in prune_bad_children 2025-02-27 21:39:25 -05:00
f4e882aea2
remove debug message 2025-02-27 21:32:03 -05:00
d50d98d483
add back pruning 2025-02-27 21:08:42 -05:00
6ae1726010
abstract away more coordinates 2025-02-27 21:00:18 -05:00
956386fb66
arena size fixes 2025-02-27 15:20:54 -05:00
12a6881070
disable progressbar for tests 2025-02-27 14:41:59 -05:00
fae4aaab6f
fix test 2025-02-27 11:57:46 -05:00
2c31589e51
properly handle skipping a move 2025-02-27 11:06:01 -05:00
7ec8a66a4e
switch coordinates to global 'Coord' type 2025-02-26 23:50:40 -05:00
a10b762b39
add dbg for regenerating arena 2025-02-26 23:05:25 -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
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
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