Результаты работы
This commit is contained in:
BIN
lab2/report/img/output1.png
Normal file
BIN
lab2/report/img/output1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
lab2/report/img/output2.png
Normal file
BIN
lab2/report/img/output2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
lab2/report/img/output3.png
Normal file
BIN
lab2/report/img/output3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -414,11 +414,37 @@
|
|||||||
| otherwise = gameStrategy playerMoves [] 0
|
| otherwise = gameStrategy playerMoves [] 0
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\section {Результаты работы программы}
|
\section {Результаты работы программы}
|
||||||
|
|
||||||
|
На Рис.~\ref{fig:output1} демонстрируется работа программы для генерации точек папоротника Барнсли на примере с 20 точками.
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=1\linewidth]{img/output1.png}
|
||||||
|
\caption{Результат запуска программы для генерации точек папоротника Барнсли.}
|
||||||
|
\label{fig:output1}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
На Рис.~\ref{fig:output2} представлена повторяющаяся дилемма заключённого для прощающей стретегии при заданных ходах игрока: \texttt{['С', 'П', 'С', 'С', 'П', 'П', 'С', 'С', 'П', 'П']}. А на Рис.~\ref{fig:output3} для равновесия по Нэшу.
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.7\linewidth]{img/output2.png}
|
||||||
|
\caption{Повторяющаяся дилемма заключённого при прощающей стратегии.}
|
||||||
|
\label{fig:output2}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.7\linewidth]{img/output3.png}
|
||||||
|
\caption{Повторяющаяся дилемма заключённого для равновесия по Нэшу.}
|
||||||
|
\label{fig:output3}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\newpage
|
||||||
\section*{Заключение}
|
\section*{Заключение}
|
||||||
\addcontentsline{toc}{section}{Заключение}
|
\addcontentsline{toc}{section}{Заключение}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user