split folder into db and results

This commit is contained in:
relikd
2021-02-12 00:54:50 +01:00
parent a9d4085a4b
commit 1c27f17677
15 changed files with 24 additions and 17 deletions

15
db/README.md Normal file
View File

@@ -0,0 +1,15 @@
### InterruptDB
- `db_high` : Find IoC combinations that are as high as possible
- `db_high_secondary` : List of non-optimal solutions with score greater than 1.4
- `db_norm` : Find IoC combinations that are close to normal english (1.7737)
- `db_norm_secondary` : List of non-optimal solutions with score greater than 0.55
- `db_indices` : Just each index of each rune for all chapters
_Note:_ All secondary dbs do not include the solutions from the original db.
### OEIS
Download and unzip the OEIS [stripped.gz][1]. Rename the file to `oeis_orig.txt`. Run `trim_orig_oeis()` in `solver.py`, which will generate the `oeis.txt`.
[1]: https://oeis.org/stripped.gz