aboutsummaryrefslogtreecommitdiff
path: root/thesis/parts/design.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/parts/design.tex')
-rw-r--r--thesis/parts/design.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/parts/design.tex b/thesis/parts/design.tex
index 6d9c482..fba4437 100644
--- a/thesis/parts/design.tex
+++ b/thesis/parts/design.tex
@@ -139,7 +139,7 @@ In the case of \code{Vec::contains}, we would expect the resulting polynomial to
In our implementation, we fit a function of the form $x_0 + x_1 n + x_2 n^2 + x_3 \log_2 n$, using regular least-squares fitting.
Whilst we could use a more complex technique, in practice this is good enough: Most common operations are polynomial at worst, and more complex models risk overfitting.
-
+\todo{mention discarding outliers}
%% Limitations
This method works well for many operations and structures, although has notable limitations.