diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-28 16:05:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-28 16:05:43 +0100 |
| commit | e580f9d125e93911d67fe76e80798ffe3faa428b (patch) | |
| tree | 8aeba89bd48b41caab393fb572655029e74e36c9 /README.md | |
| parent | 9f13bc4362f0763aec047ec7a0608453503b022d (diff) | |
| download | nissy-e580f9d125e93911d67fe76e80798ffe3faa428b.tar.gz nissy-e580f9d125e93911d67fe76e80798ffe3faa428b.zip | |
fixed typo
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -135,7 +135,7 @@ pruning table to solving EO with HTM moveset and this coordinate would have valu | |||
| 135 | The values for most pruning tables are memorized modulo 16, so they only occupy | 135 | The values for most pruning tables are memorized modulo 16, so they only occupy |
| 136 | 4 bits per entry, and values larger than 15 are saved as 15. This is good enough | 136 | 4 bits per entry, and values larger than 15 are saved as 15. This is good enough |
| 137 | for most applications. | 137 | for most applications. |
| 138 | Some large tables are memorized in compact form using only 4 bits, similarly | 138 | Some large tables are memorized in compact form using only 2 bits, similarly |
| 139 | to what [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md) does: | 139 | to what [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md) does: |
| 140 | a base value `b` is picked and a value of `n` is saved as `MIN(3,MAX(0,n-b))`. | 140 | a base value `b` is picked and a value of `n` is saved as `MIN(3,MAX(0,n-b))`. |
| 141 | When a value of `v=1,2,3` is read it is simply returned as `v+b`, while if | 141 | When a value of `v=1,2,3` is read it is simply returned as `v+b`, while if |
