Updated Searchers, explained (markdown)

Bee 2020-09-08 18:33:53 +01:00
parent d92b0b8126
commit 27e207dab7
1 changed files with 1 additions and 1 deletions

@ -29,7 +29,7 @@ The formula for our A* search is:
```
expected time / probability + k * heuristic, for some experimentally determined value of k
Where k = Shannen Entropy
Where k = Shannon Entropy
Where heuristic = success_runtime + (1-success_likelihood)/success_likelihood * failure_runtime
```