Bachelor's Thesis
Playing around with parameters
Optimizer STLSQ "Sequentially thresholded least squares" They take the argument $\lambda$, which ...
Data.csv Structure
File data.csv should follow structure, where each "run" is suffixed by __ and the index of the ru...
Other implementations
Here are some implementations in other languages (and hopefully guides to use them) matlab py...
Explanation of L2 norm of an error
When solving for the sparsest possible set of DEs, it is likely our found model will not describe...
Various cutoffs
Should be Differential(t)(V) = p₁ + V*p₂ + W*p₄ + p₃*(V^3) Differential(t)(W) = p₅ + V*p₆ + W*p₇ ...
Notes
$$ \xdef\scal#1#2{\langle #1, #2 \rangle} \xdef\norm#1{\left\lVert #1 \right\rVert} \xdef\dist{\r...
Bilevel optimization for regression of HH onto FHN
$$ \xdef\scal#1#2{\langle #1, #2 \rangle} \xdef\norm#1{\left\lVert #1 \right\rVert} \xdef\dist{\r...