milo
|
a6f893e448
|
get rid of some useless pub(crate) syntax
|
2024-02-22 18:25:42 -05:00 |
milo
|
938bed05fc
|
minor code cleanup particularly in TransTable
|
2024-02-22 18:21:52 -05:00 |
tali
|
4ad8f38341
|
move "is_terminal" and "is_better" logic from node.rs into bot.rs
|
2023-04-16 19:15:55 -04:00 |
tali
|
52d339747a
|
add instrumenting support to Bot, returns basic info about algorithm
|
2023-04-16 19:04:47 -04:00 |
tali
|
1784647146
|
recognize clearing the bottom matrix row in evaluator
|
2023-04-16 18:33:34 -04:00 |
tali
|
a9b86e03c4
|
fix lints in fish
|
2023-04-16 17:59:10 -04:00 |
tali
|
cf9fd27ca0
|
add comment about copy_queue (non-)usage
|
2023-04-16 16:38:13 -04:00 |
tali
|
0fb79906be
|
implement a node transposition table
|
2023-04-16 15:37:00 -04:00 |
tali
|
7bb551b362
|
iteration counter is stored in the Bot, and incr for each evaluation
|
2023-04-16 03:12:55 -04:00 |
tali
|
27e5394a8c
|
more placement info in Node fmt::Debug
|
2023-04-16 03:12:55 -04:00 |
tali
|
32f66bb423
|
create Evaluator type that manages ratings; compute score relative to root
|
2023-04-15 18:24:48 -04:00 |
tali
|
df1913d8f3
|
impl Display for Queue, impl Debug for Node
|
2023-04-15 17:29:10 -04:00 |
tali
|
2a53e992ae
|
implement cleaned up and well documented version of bot engine
|
2023-04-11 19:11:40 -04:00 |