|
|
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 |
|
|
|
9e1c2288a0
|
bench: unlimited arena size
|
2025-03-11 17:51:32 -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 |
|
|
|
54f7b8e472
|
cargo update
|
2025-03-09 23:55:21 -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 |
|
|
|
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 |
|