mirror of https://github.com/Ciphey/Ciphey.git
Updated Searchers, explained (markdown)
parent
d92b0b8126
commit
27e207dab7
|
@ -29,7 +29,7 @@ The formula for our A* search is:
|
||||||
|
|
||||||
```
|
```
|
||||||
expected time / probability + k * heuristic, for some experimentally determined value of k
|
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
|
Where heuristic = success_runtime + (1-success_likelihood)/success_likelihood * failure_runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue