Updated Searchers, explained (markdown)

Bee 2020-09-06 11:31:26 +01:00
parent 7fd946bb84
commit f873922ad5
1 changed files with 2 additions and 0 deletions

@ -23,6 +23,8 @@ This is a hand-created heuristic that our next search algorithm will be able to
# Imperfection (A* search)
Imperfection is our next goal in terms of searching. It is an A* algorithm where the heuristic matches the close priority in AU search.
Nodes are ciphertext and paths are decryption methods (reverse of what we are currently doing).
The formula for our A* search is:
```