-
Notifications
You must be signed in to change notification settings - Fork 0
/
skif_ml_meetup.tex
39 lines (32 loc) · 1.35 KB
/
skif_ml_meetup.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\documentclass{beamer}
\input{preamble_presentation}
% Информация о презентации
\title[KENV \& Genetic Algorithm]{Оптимизация и восстановление огибающей пучка с помощью генетического алгоритма}
\author[В.В. Федоров]{Федоров Вячеслав Васильевич}
\institute[НГУ \& ИЯФ]{
Новосибирский государственный университет \and
Физический факультет \and
Кафедра физики ускорителей\and
Институт ядерной физики им. Г.И. Будкера СО РАН\and
\textit{slava@fuodorov.ru}
}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Содержание}
\tableofcontents
\end{frame}
\input{src/slides/kenv/overview}
\input{src/slides/kenv/goals}
\input{src/slides/kenv/envelope_equations}
\input{src/slides/kenv/simulation}
\input{src/slides/genetic_algorithms/introduction}
\input{src/slides/genetic_algorithms/scheme}
\input{src/slides/genetic_algorithms/optimization_envelope}
\input{src/slides/genetic_algorithms/recovery_envelope}
\input{src/slides/kenv/conclusion}
\input{src/slides/thanks}
\end{document}