diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-29 09:28:59 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-29 09:28:59 +0100 |
| commit | 9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8 (patch) | |
| tree | 8c6121fdfa40acba1c23b8b17305b9a90fabbe40 /TODO.txt | |
| parent | 0083a7eb4677542aced3ea2fa335bc9cf1f7b419 (diff) | |
| download | nissy-core-9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8.tar.gz nissy-core-9b0be93fb5fe23ae9f1a7a57b9db60561d8673e8.zip | |
Added coordinate cpsep
Diffstat (limited to '')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,9 +1,9 @@ | |||
| 1 | ## (find better name) H48 solver, ideas | 1 | ## (find better name) H48 solver, ideas |
| 2 | 2 | ||
| 3 | TODO next: implement cosep coordinate | 3 | TODO next: epsep, precise coordinate unlike cpsep which is redundant |
| 4 | 4 | ||
| 5 | First compute co + csep. Use csep as a binary number (2^8 instead of 70, | 5 | First compute co + csep. Use csep as a binary number (2^7 instead of 70, |
| 6 | loose a factor of 3.66 but still fits in a few megabytes or less). Use | 6 | loose a factor of 1.8 but still fits in a few megabytes or less). Use |
| 7 | co + csep as an index in a table whose entries have: 6 bits for ttrep, | 7 | co + csep as an index in a table whose entries have: 6 bits for ttrep, |
| 8 | 12 bits for rep, 4 bits for pruning. Optionally, 4 more bits could be | 8 | 12 bits for rep, 4 bits for pruning. Optionally, 4 more bits could be |
| 9 | used for the base of the pruning table, if we want to have a different | 9 | used for the base of the pruning table, if we want to have a different |
