|
|
f10f4d83e0
|
future_move: improve pruning logic
|
2025-03-25 13:29:19 -04:00 |
|
|
|
9757264854
|
future_move: add comments to pruning logic
|
2025-03-25 13:05:44 -04:00 |
|
|
|
e1207153ab
|
future_moves: move out and_then
|
2025-03-25 12:54:27 -04:00 |
|
|
|
072dd6daf1
|
future_moves: remove turbofish
|
2025-03-25 12:50:13 -04:00 |
|
|
|
4444dd9a4a
|
future_moves: add comment regarding no-move
|
2025-03-25 12:48:44 -04:00 |
|
|
|
9ca6fad151
|
cargo update
|
2025-03-25 11:50:01 -04:00 |
|
|
|
fe57ccda3f
|
PosMap: improve
|
2025-03-25 11:05:12 -04:00 |
|
|
|
774dc39f0d
|
main: update comment
|
2025-03-25 09:56:08 -04:00 |
|
|
|
9c0c4e02a0
|
PosMap: optimize into_2d
|
2025-03-25 09:42:33 -04:00 |
|
|
|
bd5ddba5bc
|
format
|
2025-03-24 15:45:18 -04:00 |
|
|
|
5796032693
|
change BoardValueMap type to i8
|
2025-03-24 15:44:44 -04:00 |
|
|
|
886eddf484
|
improve posmap
|
2025-03-24 15:44:06 -04:00 |
|
|
|
11571603db
|
remove unused import
|
2025-03-20 02:17:39 -04:00 |
|
|
|
9ab583a57e
|
Board: formatting code improvement
|
2025-03-20 02:13:02 -04:00 |
|
|
|
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 |
|
|
|
c5b0e65bfa
|
dep stuff
|
2025-03-13 16:03:05 -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 |
|
|
|
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 |
|