This commit is contained in:
Nicole Dresselhaus 2017-10-05 11:36:53 +02:00
parent 6389635be2
commit 952022949d
Signed by: Drezil
GPG Key ID: 057D94F356F41E25
4 changed files with 11 additions and 50 deletions

6
arbeit/TODO.md Normal file
View File

@ -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.

View File

@ -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}
}

View File

@ -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}

View File

@ -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}}