Commit Graph

54 Commits

Author SHA1 Message Date
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
f28027f93e add ChildrenEvalMethod 2025-03-04 09:50:12 -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
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
60b4fdd836 benchmark improvements 2025-02-28 20:39:47 -05:00
2388ee8c75 move FutureMoveConfig usage into main.rs 2025-02-28 13:18:05 -05:00
956386fb66 arena size fixes 2025-02-27 15:20:54 -05:00
0ffded8488 add note to main.rs 2025-02-26 23:00:27 -05:00
bbeb1b8b37 aa 2025-02-26 19:50:40 -05:00
ff87337512 create FutureMoveConfig 2025-02-26 11:12:06 -05:00
563726ffd5 small tweaks 2025-02-23 00:32:28 -05:00
d5ed4eb81a thing 2025-02-20 23:14:07 -05:00
8de01ffd57 value changes 2025-02-20 21:52:15 -05:00
d29095bc9d place weighting 2025-02-20 19:14:31 -05:00
1fe7658deb split off repr 2025-02-20 16:06:50 -05:00
73faf4c1fb split off logic 2025-02-20 16:00:47 -05:00
47faa2af75 split off Move 2025-02-20 15:55:59 -05:00
0d0b5786a2 changes + benchmarks 2025-02-18 15:04:21 -05:00
7ec23f1bab nits 2025-02-18 12:55:15 -05:00
7049039a77 rewrite basically done 2025-02-17 15:02:15 -05:00
87f58e5e40 rewrite progress 2 2025-02-17 11:54:06 -05:00
dafe585f0c some changes 2025-02-13 22:33:37 -05:00
81c08f5407 add comments 2025-02-13 13:39:49 -05:00
2c241948f7 use bitvec 2025-02-12 20:07:29 -05:00
dbd0a97602 fix player order 2025-02-12 11:50:57 -05:00
59944e1e9e initial bit board storage 2025-02-12 01:03:05 -05:00
7992aca803 logic fixes and nits 2025-02-11 23:53:17 -05:00
d03cdde5ad touchups 2025-02-11 16:20:02 -05:00
657bb967a0 more iterator stuff 2025-02-11 00:27:29 -05:00
cb5f9d075d able to bump up depth more 2025-02-10 11:59:11 -05:00
0bd8dec65d fix othello player skip logic 2025-02-10 10:23:28 -05:00
3d3eb01143 allocator optimizations 2025-02-10 01:39:23 -05:00
f5d44ca9f5 cache winner in Move 2025-02-08 23:13:12 -05:00
ec0eb7f849 allow the game to end in cases of a non-full board 2025-02-08 22:47:44 -05:00
325ac75c31 major algo improvements again 2025-02-08 14:14:05 -05:00
bd7d4850a1 changes 2025-02-07 10:31:58 -05:00
6143473c1d fix some stuff 2025-02-06 22:56:01 -05:00
3681fd7e41 iterator fixes 2025-02-06 16:14:48 -05:00
1bed0b61ad add RandomAgent 2025-02-04 19:49:51 -05:00
1fc731ac59 fix diagonals and user input 2025-01-30 15:53:02 -05:00
652ea97f83 remove QueueAgent 2025-01-28 16:16:20 -05:00
f18fedd5cc clippy 2025-01-28 15:05:47 -05:00
9f6be9b669 woah 2025-01-28 15:05:32 -05:00
565f638b1b improve player management 2025-01-28 14:16:16 -05:00
1803176a24 game 2025-01-28 13:14:01 -05:00
afef9f1b19 sample game segment 2025-01-28 13:07:03 -05:00
a1373ec338 improve prop range splitting 2025-01-27 14:30:41 -05:00