diff --git a/CurrentWriting/Main.tex b/CurrentWriting/Main.tex index d9a3dac..3e1e9c8 100644 --- a/CurrentWriting/Main.tex +++ b/CurrentWriting/Main.tex @@ -59,6 +59,7 @@ Finally \cref{SEC:Computation} describes the computational approach and results. \section{Computation}\label{SEC:Computation} \subfile{sections/07_ComputationalApproach} %TODO +\section{Conclusion}\label{SEC:Conclusion} \newpage \section{References} diff --git a/CurrentWriting/readme.txt b/CurrentWriting/readme.txt new file mode 100644 index 0000000..b99ef87 --- /dev/null +++ b/CurrentWriting/readme.txt @@ -0,0 +1,8 @@ + + +# TODO + - Add section to computation that includes specifications of loss and cost functions. (Pg 9) + - Explain utility better in the constellation operators program (pg 8) especially why I refer to it as utility. Maybe rename to "benefit function"? + - In training section (4.0.1.1) clarify loss function. There is the satellite loss function and + the estimation loss function. Need to think of names. + - Add a conclusion diff --git a/CurrentWriting/sections/08_Conclusion.tex b/CurrentWriting/sections/08_Conclusion.tex new file mode 100644 index 0000000..7448789 --- /dev/null +++ b/CurrentWriting/sections/08_Conclusion.tex @@ -0,0 +1,10 @@ +\documentclass[../Main.tex]{subfiles} +\graphicspath{{\subfix{Assets/img/}}} + +\begin{document} +Conclusion +% Not done yet +% - Results to follow soon +% - reiterate points about how important space is +% - +\end{document}