@@ -116,7 +116,7 @@ The next few section will display some information about the best 5 parameters a
## Table of Contents\n
- [Flow Chart](#flowchart)\n
- [Score Plot](#plot_div5)\n
- [Distance Deviation Plot](#plot_div)\n
- [Distance Deviation Plot](#plot_div1)\n
- [ASML Deviation Plot](#plot_div2)\n
- [Ground Speed Deviation Plot](#plot_div3)\n
- [Climb Rate Deviation Plot](#plot_div4)\n
...
...
@@ -170,7 +170,7 @@ $$\n
# Deviation Plot\n
## Distance/Positional difference\n
This line plot illustrates the deviation between the simulation data and the ground truth values, focusing on the common timestamps. It\'s important to note that the simulations may end at different times, resulting in a representation of a shorter timeframe for some simulations compared to others.\n
<divclass="plot_div"id="plot_div"/>\n
<divclass="plot_div1"id="plot_div1"/>\n
\n
%% md\n
# Deviation Plot\n
...
...
@@ -211,7 +211,7 @@ for (transformation of transformation_locations) {\n
# Now, to save space, we just overwrite the old array with the new one, that contains the new scores
# This new array will give us the final overview of the ranking of the parameters. This can be used by our genetic algorithm to decide when we can stop and which parameters worked the best.