diff --git a/Searchers,-explained.md b/Searchers,-explained.md index ed30c4d..c5a773b 100644 --- a/Searchers,-explained.md +++ b/Searchers,-explained.md @@ -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 ```