31 Commits

Author SHA1 Message Date
672a523fd1
Move.value: Option<i32> -> i32 2025-03-27 09:40:20 -04:00
10e0770c4f
future_move/move: remove usages of tried_children 2025-03-25 15:50:03 -04:00
11571603db
remove unused import 2025-03-20 02:17:39 -04:00
c46b8ef8b8
Move: add bvm option 2025-03-20 01:19:07 -04:00
f51c940b3f
improve PosMap 2025-03-20 01:15:08 -04:00
7e8ec5b451
add comment about Move.children 2025-03-13 16:05:19 -04:00
efd956d614
alloc test 2025-03-13 10:08:48 -04:00
ed5ad738e3
Revert "Move: bit madness"
This reverts commit afa80ac597ab34072c12dda0b35cd6644c6253a4.

Only made a 3% memory decrease, Most memory is used in the children Vec
2025-03-13 10:08:20 -04:00
afa80ac597
Move: bit madness 2025-03-13 09:33:47 -04:00
efd762e5d2
FutureMoves: initial move to not storing board 2025-03-06 16:23:49 -05:00
945ec934f5
reduce size of ints that represent value 2025-03-06 15:42:01 -05:00
19b5b856db
logic improvements 2025-02-28 23:36:47 -05:00
72b146db55
clippy 2025-02-28 18:21:58 -05:00
fc02a9e512
use LazyLock instead of lazy_static 2025-02-28 18:10:39 -05:00
6ae1726010
abstract away more coordinates 2025-02-27 21:00:18 -05:00
7ec8a66a4e
switch coordinates to global 'Coord' type 2025-02-26 23:50:40 -05:00
d3cac6ae91
allow move arena to properly handle skipping a move 2025-02-26 22:58:47 -05:00
4ec9f3cf21
improve parent selection 2025-02-26 22:14:34 -05:00
bbeb1b8b37
aa 2025-02-26 19:50:40 -05:00
d4e6bfa05c
add FutureMoves::set_parent_child 2025-02-26 14:17:10 -05:00
fd7701cd79
arena fixes 2025-02-26 10:34:35 -05:00
a95b9e08c1
small rewrite and addition of by_depth + by_depth_test 2025-02-25 15:03:25 -05:00
0adb59dc7f
initial rewrite of lazy_children logic 2025-02-25 11:23:14 -05:00
6d9be3dbe6
nits 2025-02-22 18:42:09 -05:00
06a35bda10
fix 'attempt to negate with overflow' 2025-02-20 23:45:49 -05:00
8de01ffd57
value changes 2025-02-20 21:52:15 -05:00
3b07a67d2e
logical improvements and cleanup 2025-02-20 20:56:12 -05:00
d29095bc9d
place weighting 2025-02-20 19:14:31 -05:00
e1d83825b7
initial BVM usage (halfs performance :( ) 2025-02-20 16:40:11 -05:00
1fe7658deb
split off repr 2025-02-20 16:06:50 -05:00
73faf4c1fb
split off logic 2025-02-20 16:00:47 -05:00