Adds adjustment formulas and embeds them in paper

This commit is contained in:
LSaldyt
2017-11-13 10:49:15 -07:00
parent 7a39d6b00d
commit a3d693d457
5 changed files with 77 additions and 1 deletions

View File

@ -150,7 +150,10 @@ The original formulas being used to do this were overly complicated.
In summary, many formulas were tested in a spreadsheet, and an optimal one was chosen that replicated the desired behavior.
[]
\lstinputlisting[language=Python]{test.py}
\lstinputlisting[language=Python]{formulas/original.py}
\lstinputlisting[language=Python]{formulas/entropy.py}
\lstinputlisting[language=Python]{formulas/weighted.py}
\lstinputlisting[language=Python]{formulas/best.py}
\subsection{Steps/plan}