9 lines
368 B
TeX
9 lines
368 B
TeX
\chapter[Conclusion]{Conclusion and Future Work}
|
|
\label{cha:conclusion}
|
|
|
|
Summarise the results
|
|
|
|
\section{Future Work}
|
|
talk about what can be improved
|
|
|
|
Transpiler: transpile expression directly from Julia AST -> would save time because no intermediate representation needs to be created (looses step and gains performance, but also makes transpiler itself more complex) |