Skip to content

Commit

Permalink
Add animation for genetic algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
fuodorov committed Feb 14, 2024
1 parent c01f8eb commit 11714ba
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
% Путь к папке с изображениями (опционально)
\graphicspath{{src/figures/}}

% Для вставки анимаций
\usepackage{animate}

% Настройка подписей к фигурам и таблицам
\usepackage{caption}

Expand Down Expand Up @@ -145,7 +148,13 @@
\end{itemize}
\begin{figure}
\centering
\includegraphics[width=0.75\textwidth]{genetic_envelope_for_presentation}
\begin{minipage}[h]{0.35\linewidth}
\center{\animategraphics[loop,autoplay,width=1\linewidth]{6}{animation_gen/gen_}{00}{22}}
\end{minipage}
\hfill
\begin{minipage}[h]{0.6\linewidth}
\center{\includegraphics[width=1\textwidth]{genetic_envelope_for_presentation}}
\end{minipage}
\end{figure}
\end{frame}

Expand Down
Binary file added src/figures/animation_gen/gen_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/figures/animation_gen/gen_22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11714ba

Please sign in to comment.