376 Commits

Author SHA1 Message Date
8b50273b43
Board: add test for formatting 2025-03-20 02:10:12 -04:00
92b982cf35
Board: make string formatting stuff const 2025-03-20 02:03:11 -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
4db6f51c9c
Board: change types for score 2025-03-17 13:58:44 -04:00
77bf0e6438
bitboard: remove unused multi shift 2025-03-17 13:55:46 -04:00
680a2d084c
bitboard: add test for compounding directions 2025-03-17 13:42:13 -04:00
c0eac2b175
bitboard formatting 2025-03-17 02:29:17 -04:00
5eef461050
simplify apply_dir macro 2025-03-14 13:22:28 -04:00
0f3266cfbb
add comment about ChildrenEvalMethod::AverageDivDepth 2025-03-13 16:09:37 -04:00
7e8ec5b451
add comment about Move.children 2025-03-13 16:05:19 -04:00
2f14dc80c0
allow dead code (for allocs) 2025-03-13 15:59:56 -04:00
05156442c3
add comment about loop unrolling 2025-03-13 15:43:13 -04:00
8445a750c9
clippy 2025-03-13 13:28:32 -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
31e88e3313
ChildrenEvalMethod: add and switch to AverageDivDepth 2025-03-12 16:53:07 -04:00
e14391d129
remove Min and Max ChildrenEvalMethod 2025-03-12 16:13:36 -04:00
134f922b0a
dead code removal 2025-03-12 10:48:31 -04:00
16eb6a1259
board optimizations 2025-03-12 10:28:32 -04:00
7863e0324f
elo: fix types 2025-03-12 00:26:19 -04:00
cb00b28166
format import 2025-03-12 00:24:40 -04:00
44560d9bfa
PosMap: remove unneeded type bound 2025-03-11 17:32:38 -04:00
37292dd0f1
rename board variables 2025-03-11 17:08:24 -04:00
f84706ac40
board: optimize propegate_from calls (+4.7% perf) 2025-03-11 16:18:21 -04:00
72dc7b9a48
bitboard: make directional methods take step argument 2025-03-11 15:59:09 -04:00
a0cd9edc32
Board: use place for random board not place_unchecked 2025-03-11 14:39:44 -04:00
0c832b1c7b
cleanup and fix warnings 2025-03-11 09:46:19 -04:00
69dc686d0a
board backing referencing improvements 2025-03-10 21:48:31 -04:00
f64aa16143
typing improvements 2025-03-08 23:25:18 -05:00
52e7ed7386
fully fix future_moves 2025-03-07 22:43:13 -05:00
efd762e5d2
FutureMoves: initial move to not storing board 2025-03-06 16:23:49 -05:00
6958df9df4
derivation tests 2025-03-06 16:13:30 -05:00
f6312a9fef
clippy 2025-03-06 15:42:01 -05:00
0d837ca054
add deriving board from index 2025-03-06 15:42:01 -05:00
945ec934f5
reduce size of ints that represent value 2025-03-06 15:42:01 -05:00
38ada710d9
add tests to future_moves 2025-03-06 15:42:00 -05:00
4de62a2d0f
add debug stuff to game_inner 2025-03-06 15:42:00 -05:00
52ad7ba53d
elo changes 2025-03-06 14:12:09 -05:00
33520c200c
future_moves: delete commented out code 2025-03-06 12:37:58 -05:00
cf1ff3e82d
elo: more configs 2025-03-06 12:09:22 -05:00
a84272a7ce
adjust threads 2025-03-06 11:22:54 -05:00
71a3d077e6
elo: multithreading improvements 2025-03-05 23:11:06 -05:00
b8acc03df1
delete chains.rs file 2025-03-05 22:07:32 -05:00
3608366482
coord stuff 2025-03-05 22:05:15 -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