aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/gendata_h48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/gendata_h48.h')
-rw-r--r--src/solvers/h48/gendata_h48.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h
index 68111c8..890aad8 100644
--- a/src/solvers/h48/gendata_h48.h
+++ b/src/solvers/h48/gendata_h48.h
@@ -172,10 +172,9 @@ gendata_h48_maintable(gendata_h48_arg_t arg[static 1])
172 * [2] = 462294676 172 * [2] = 462294676
173 * [3] = 14900555 173 * [3] = 14900555
174 * 174 *
175 * I ended up picking base 8 to have a much lower count of elements 175 * Experimentally, the table with base 8 is much faster. Intuitively,
176 * with value 0, at the cost of a less precise estimate for the higher 176 * this is because it has a much lower count of elements with value 0,
177 * values. But I am not 100% confident this is the optimal choice, 177 * at the cost of a less precise estimate for the higher values.
178 * so I'll leave it here for future considerations.
179 */ 178 */
180 179
181 static const uint8_t base[] = { 180 static const uint8_t base[] = {

Generated with cgit - Back to sebastiano.tronto.net