tali
|
d52e4da215
|
Add evaluate() function that combines the eval fn's with weights
|
2023-03-07 19:10:26 -05:00 |
tali
|
111ca1a7bb
|
move eval/mod.rs to eval.rs
|
2023-03-07 17:48:49 -05:00 |
tali
|
3e52b6fb71
|
Fix clippy lints
- format strings
|
2023-03-05 12:45:04 -05:00 |
tali
|
c3d144f730
|
Use tracing crate for logging
|
2023-03-05 12:45:04 -05:00 |
tali
|
7ddc748d35
|
Guide AI by heuristic evaluation; "best first search"
|
2023-03-05 12:45:04 -05:00 |
tali
|
5313580b2e
|
Implement some basic downstacking heuristics
|
2023-03-05 12:44:57 -05:00 |
tali
|
e6bf7ec12b
|
Implement a couple straightforward heuristics
|
2022-12-21 16:31:52 -05:00 |
tali
|
f76cc06bc9
|
Add "best" subcommand to CLI to invoke AI core
|
2022-12-20 11:19:31 -05:00 |
tali
|
90dcc2555a
|
Create initial AI engine core
|
2022-12-20 11:19:31 -05:00 |
tali
|
2f80606eb7
|
Create fish cli, "list" command
|
2022-12-20 11:19:31 -05:00 |
tali
|
370a0329b9
|
Add some types to be serialized over IO
|
2022-12-20 11:12:05 -05:00 |
tali
|
aade234881
|
Create DFS find_locations algorithm
|
2022-12-16 10:22:27 -05:00 |
tali
|
0190bdce66
|
Initialize "fish" crate
|
2022-12-16 10:22:27 -05:00 |