From 952022949d2c37405b37f849c2cad7c237f82dea Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Thu, 5 Oct 2017 11:36:53 +0200 Subject: [PATCH] feedback --- arbeit/TODO.md | 6 +++++ arbeit/files/erklaerung.aux | 47 ------------------------------------ arbeit/ma.md | 6 +++-- arbeit/settings/commands.tex | 2 +- 4 files changed, 11 insertions(+), 50 deletions(-) create mode 100644 arbeit/TODO.md delete mode 100644 arbeit/files/erklaerung.aux diff --git a/arbeit/TODO.md b/arbeit/TODO.md new file mode 100644 index 0000000..925c3a7 --- /dev/null +++ b/arbeit/TODO.md @@ -0,0 +1,6 @@ +10x10x10 3x variablität errechnen + - variablität soll sich unterscheiden -> Plot + - Punkte in der Mitte tragen nichts zur Parametrisierung bei, da zu weit weg +4x5x4, 4x4x7 100x rechnen + plotten + +1D-Fall noch 7x4, 4x7 und 7x7 als hochauflösendes. diff --git a/arbeit/files/erklaerung.aux b/arbeit/files/erklaerung.aux deleted file mode 100644 index 71aed10..0000000 --- a/arbeit/files/erklaerung.aux +++ /dev/null @@ -1,47 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\@setckpt{files/erklaerung}{ -\setcounter{page}{11} -\setcounter{equation}{0} -\setcounter{enumi}{0} -\setcounter{enumii}{0} -\setcounter{enumiii}{0} -\setcounter{enumiv}{0} -\setcounter{footnote}{0} -\setcounter{mpfootnote}{0} -\setcounter{part}{0} -\setcounter{chapter}{4} -\setcounter{section}{4} -\setcounter{subsection}{0} -\setcounter{subsubsection}{0} -\setcounter{paragraph}{0} -\setcounter{subparagraph}{0} -\setcounter{figure}{0} -\setcounter{table}{0} -\setcounter{parentequation}{0} -\setcounter{ContinuedFloat}{0} -\setcounter{float@type}{16} -\setcounter{lstnumber}{1} -\setcounter{NAT@ctr}{9} -\setcounter{AM@survey}{0} -\setcounter{r@tfl@t}{0} -\setcounter{subfigure}{0} -\setcounter{subtable}{0} -\setcounter{@todonotes@numberoftodonotes}{3} -\setcounter{Item}{0} -\setcounter{Hfootnote}{2} -\setcounter{bookmark@seq@number}{20} -\setcounter{algorithm}{0} -\setcounter{ALC@unique}{0} -\setcounter{ALC@line}{0} -\setcounter{ALC@rem}{0} -\setcounter{ALC@depth}{0} -\setcounter{lemma}{0} -\setcounter{observation}{0} -\setcounter{proposition}{0} -\setcounter{example}{0} -\setcounter{definition}{0} -\setcounter{theorem}{0} -\setcounter{lstlisting}{0} -\setcounter{section@level}{1} -} diff --git a/arbeit/ma.md b/arbeit/ma.md index 18b42e1..dee2575 100644 --- a/arbeit/ma.md +++ b/arbeit/ma.md @@ -23,6 +23,10 @@ Unless otherwise noted the following holds: # Introduction +\improvement[inline]{mehr Motivation, Ziel der Arbeit, Wieso das ganze?\newline +Wieso untersuchen wir das überhaupt?\newline +Mehr Bilder} + In this Master Thesis we try to extend a previously proposed concept of predicting the evolvability of \acf{FFD} given a Deformation-Matrix\cite{anrichterEvol}. In the original publication the author @@ -51,9 +55,7 @@ $N_{i,d,\tau_i}(u)$ as follows: \begin{equation} \label{eqn:ffd1d1} N_{i,0,\tau}(u) = \begin{cases} 1, & u \in [\tau_i, \tau_{i+1}[ \\ 0, & \mbox{otherwise} \end{cases} \end{equation} - and - \begin{equation} \label{eqn:ffd1d2} N_{i,d,\tau}(u) = \frac{u-\tau_i}{\tau_{i+d}} N_{i,d-1,\tau}(u) + \frac{\tau_{i+d+1} - u}{\tau_{i+d+1}-\tau_{i+1}} N_{i+1,d-1,\tau}(u) \end{equation} diff --git a/arbeit/settings/commands.tex b/arbeit/settings/commands.tex index 8fc60a3..07f4682 100644 --- a/arbeit/settings/commands.tex +++ b/arbeit/settings/commands.tex @@ -177,5 +177,5 @@ \newcommandx{\unsure}[2][1=]{\todo[linecolor=red,backgroundcolor=red!25,bordercolor=red,#1]{\textbf{Unsure:} #2}} \newcommandx{\change}[2][1=]{\todo[linecolor=blue,backgroundcolor=blue!25,bordercolor=blue,#1]{\textbf{Change:} #2}} \newcommandx{\info}[2][1=]{\todo[linecolor=OliveGreen,backgroundcolor=OliveGreen!25,bordercolor=OliveGreen,#1]{\textbf{Info:} #2}} -\newcommandx{\improvement}[2][1=]{\todo[linecolor=violet,backgroundcolor=violet!25,bordercolor=violet,#1]{#2}} +\newcommandx{\improvement}[2][1=]{\todo[linecolor=violet,backgroundcolor=violet!25,bordercolor=violet,#1]{\textbf{Improvement:} #2}} \newcommandx{\thiswillnotshow}[2][1=]{\todo[disable,#1]{#2}}