formatierung verbessert

This commit is contained in:
2021-02-04 20:30:35 +01:00
parent 412f5005b3
commit 631f74c840
18 changed files with 112 additions and 56 deletions

View File

@@ -9,15 +9,15 @@
\label{csp: examples}
\subsection{Karteneinfärbung}
\label{csp: Karteneinfaerbung}
\includegraphics[width = \textwidth]{karteneinfärbung.png}
\includegraphics[width = .8\textwidth]{karteneinfärbung.png}
\subsection{N-Damen-Problem}
\label{csp: n-damen}
\includegraphics[width = \textwidth]{n-damen.png}
\includegraphics[width = .8\textwidth]{n-damen.png}
\subsection{Sudoku}
\label{csp: sudoku}
\includegraphics[width = \textwidth]{sudoku.png}
\includegraphics[width = .8\textwidth]{sudoku.png}
\section{Lösungswege}
\label{csp: solutions}

View File

@@ -1,6 +1,6 @@
\chapter{Lokale Suche}
\label{local search}
\includegraphics[width = \textwidth]{lokale suche.png}
\includegraphics[width = .9\textwidth]{lokale suche.png}
\section{Hill Climbing}
\label{hill climbing}
@@ -28,15 +28,19 @@
\hline
\textbf{Vorteile} & \textbf{Nachteile}\\
\hline
\vspace{-5mm}
\begin{itemize}
\item schnell und effizient zu einer besseren Lösung
\end{itemize} &
\end{itemize}
\vspace{-5mm} &
\vspace{-5mm}
\begin{itemize}
\item Schaut nicht weiter als zu den direkten Nachbarn,
bleibt daher in lokalen Maxima, Plateaus, u.ä. stecken
\item \textbf{nicht vollständig}
\item \textbf{nicht optimal}
\end{itemize}\\
\end{itemize}
\vspace{-5mm}\\
\hline
\end{tabular}