|
|
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 |
|
|
|
d48670dbdb
|
cargo update
|
2025-03-03 21:37:59 -05:00 |
|
|
|
57e61e6f9a
|
s
|
2025-03-03 17:36:46 -05:00 |
|
|
|
c648be20aa
|
Board: add random
|
2025-03-03 11:35:36 -05:00 |
|
|
|
cb463ed492
|
elo: test
|
2025-03-03 11:09:22 -05:00 |
|
|
|
6d920ce5af
|
elo: multithreading improvements
|
2025-03-03 11:06:24 -05:00 |
|
|
|
c368ffc495
|
tinker (doesn't work)
|
2025-03-03 09:34:34 -05:00 |
|
|
|
af069b1cfe
|
more elo work
|
2025-03-03 09:26:02 -05:00 |
|
|
|
2eb1e6e5ed
|
elo work 2
|
2025-03-03 09:14:22 -05:00 |
|
|
|
a9dd85762d
|
elo work
|
2025-03-02 23:36:40 -05:00 |
|
|
|
1dd1f3da25
|
initial elo rating stuff
|
2025-03-02 22:08:12 -05:00 |
|
|
|
f6c2ef753d
|
split off game_inner
|
2025-03-02 21:38:04 -05:00 |
|
|
|
ed1c785cb3
|
cargo update
|
2025-03-02 21:31:22 -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 |
|
|
|
97d914238c
|
bench: add board place benchmark
|
2025-02-28 20:54:05 -05:00 |
|
|
|
47050a6871
|
bench: say non-pruning
|
2025-02-28 20:44:07 -05:00 |
|
|
|
60b4fdd836
|
benchmark improvements
|
2025-02-28 20:39:47 -05:00 |
|
|
|
d97a432066
|
chains: only keep non-empty chains
|
2025-02-28 20:29:55 -05:00 |
|
|
|
7b5f84bcb2
|
use proper type for bitboard indexing
|
2025-02-28 18:57:31 -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 |
|
|
|
1b195b0f91
|
cleanup
|
2025-02-28 17:50:04 -05:00 |
|
|
|
2388ee8c75
|
move FutureMoveConfig usage into main.rs
|
2025-02-28 13:18:05 -05:00 |
|
|
|
10389ad8ee
|
improve evenness of FutureMoves tree
|
2025-02-28 10:29:02 -05:00 |
|
|
|
00238fc1f1
|
coords: use num::Integer::div_mod_floor for from_index
|
2025-02-27 23:36:53 -05:00 |
|
|
|
cbf47482ad
|
simplify board functions
|
2025-02-27 23:32:20 -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 |
|
|
|
78d619b9a0
|
cargo update
|
2025-02-27 21:13:57 -05:00 |
|
|
|
9749a712e8
|
increase max_arena_size
|
2025-02-27 21:11:09 -05:00 |
|
|
|
d50d98d483
|
add back pruning
|
2025-02-27 21:08:42 -05:00 |
|
|
|
a2f5e79aba
|
add comment regarding CoordPair performance
|
2025-02-27 21:07:07 -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 |
|
|
|
992ca01169
|
bitboard: use Coord type
|
2025-02-27 12:38:11 -05:00 |
|
|
|
a68e2e093b
|
bench changes
|
2025-02-27 12:02:53 -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 |
|
|
|
8719d31c38
|
simplify PosMap + BoardValueMap logic
|
2025-02-26 23:58:52 -05:00 |
|
|
|
abee9447ab
|
remove unneeded const_assert
|
2025-02-26 23:53:43 -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 |
|
|
|
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 |
|