294 Commits

Author SHA1 Message Date
3608366482
coord stuff 2025-03-05 22:05:15 -05:00
075364e337
cargo update 2025-03-05 20:21:49 -05:00
bdb1631b03
clippy 2025-03-05 20:17:50 -05:00
8a7496a492
CoordPair::from_axes 2025-03-05 20:17:48 -05:00
e60e546f2f
do_not_prune -> do_prune 2025-03-05 14:07:13 -05:00
f2fd89b50f
elo: fix live leaderboard 2025-03-05 10:47:38 -05:00
681479ce4e
FutureMoveConfig: improve display impl 2025-03-05 10:44:24 -05:00
6672b61462
elo: improve UX on live updating leaderboard 2025-03-05 10:31:27 -05:00
875c1737e5
elo: add live leaderboard 2025-03-05 10:25:38 -05:00
222afb29c1
elo: 6 depth 2025-03-04 23:14:13 -05:00
7c74f6b5da
elo: add comment about rayon and live leaderboard 2025-03-04 16:33:42 -05:00
f73e781063
elo: min arena depth offset 2025-03-04 16:29:51 -05:00
013f81cd79
more elo testing 2025-03-04 16:23:34 -05:00
c0224f1a05
elo: progress bar 2025-03-04 16:00:57 -05:00
ea7df6a739
a 2025-03-04 15:47:21 -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
3341b1b411
create BitBoard::DIRECTIONS 2025-03-04 14:13:37 -05:00
2dc9bbd822
remove unused functions 2025-03-04 14:11:04 -05:00
445f94daf0
fix shift 2025-03-04 14:10:17 -05:00
d82fff2e0a
changes 2025-03-04 13:42:16 -05:00
204ba85202
overhaul chain system
This made the code so fast, that the `board` benchmark became completely useless.
So that benchmark was removed.

Overall, we're looking at a futher 20% performance increase in `future_moves`
2025-03-04 13:29:18 -05:00
fa7ad34dcb
posmap change 2025-03-04 11:13:16 -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
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