docs: add average num guesses per initial guess for all targets
This commit is contained in:
parent
5bd5fb0a25
commit
5103cb7f0e
1 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
# Spec
|
# Spec
|
||||||
|
## Best first guess
|
||||||
|
### All different
|
||||||
|
[C1, D2, E3]: 4.27
|
||||||
|
[A1, D2, G3]: 4.25
|
||||||
|
### Same notes
|
||||||
|
[D1, D2, D3]: 4.80
|
||||||
|
### Same octaves
|
||||||
|
[C2, D2, E2]: 4.34
|
||||||
## Tips to improve `nextGuess`
|
## Tips to improve `nextGuess`
|
||||||
The best results can be had by carefully choosing each guess so that it is most
|
The best results can be had by carefully choosing each guess so that it is most
|
||||||
likely to leave a small remaining list of possible targets. You can do this by
|
likely to leave a small remaining list of possible targets. You can do this by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue