aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02caeb8..afe39fd 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ pruning table to solving EO with HTM moveset and this coordinate would have valu
135The values for most pruning tables are memorized modulo 16, so they only occupy 135The values for most pruning tables are memorized modulo 16, so they only occupy
1364 bits per entry, and values larger than 15 are saved as 15. This is good enough 1364 bits per entry, and values larger than 15 are saved as 15. This is good enough
137for most applications. 137for most applications.
138Some large tables are memorized in compact form using only 4 bits, similarly 138Some large tables are memorized in compact form using only 2 bits, similarly
139to what [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md) does: 139to what [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md) does:
140a base value `b` is picked and a value of `n` is saved as `MIN(3,MAX(0,n-b))`. 140a base value `b` is picked and a value of `n` is saved as `MIN(3,MAX(0,n-b))`.
141When a value of `v=1,2,3` is read it is simply returned as `v+b`, while if 141When a value of `v=1,2,3` is read it is simply returned as `v+b`, while if

Generated with cgit - Back to sebastiano.tronto.net