generated from TH_General/Template_Summary
formatierung verbessert
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user