Skip to content

Commit 58d5ef3

Browse files
committed
Add references for algorithms from report
1 parent 4c78530 commit 58d5ef3

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,4 @@ $RECYCLE.BIN/
233233
# Windows shortcuts
234234
*.lnk
235235
*.aux
236+
*.out

experiments/report.pdf

11.6 KB
Binary file not shown.

experiments/report.tex

+11-8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
\usepackage{graphicx}
88
\usepackage{caption}
99
\usepackage{float}
10+
\usepackage{hyperref}
1011

1112
%\setcounter{topnumber}{2}
1213
%\setcounter{bottomnumber}{2}
@@ -29,14 +30,16 @@
2930

3031
\section{Список алгоритмов}
3132
\begin{itemize}
32-
\item Алгоритм глобального поиска (AGS)
33-
\item Multi Level Single Linkage (MLSL)
34-
\item DIRECT
35-
\item Locally-based DIRECT (DIRECT$l$)
36-
\item Dual Simulated Annealing
37-
\item Differential Evolution
38-
\item Controlled Random Search
39-
\item Simple
33+
\item Алгоритм глобального поиска (AGS) (\url{https://github.com/sovrasov/ags_nlp_solver})
34+
\item Multi Level Single Linkage (MLSL) (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#mlsl-multi-level-single-linkage})
35+
\item DIRECT (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#direct-and-direct-l})
36+
\item Locally-based DIRECT (DIRECT$l$) (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#direct-and-direct-l})
37+
\item Dual Simulated Annealing (\url{https://github.com/sgubianpm/sdaopt})
38+
\item Differential Evolution (\url{https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html#scipy.optimize.differential_evolution})
39+
\item Controlled Random Search (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#controlled-random-search-crs-with-local-mutation})
40+
\item Simple (\url{https://github.com/chrisstroemel/Simple})
41+
\item StoGO (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#stogo})
42+
4043
\end{itemize}
4144

4245
\section{Результаты на классе задач $F_{GR}$}

experiments/report_template.tex

+11-8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
\usepackage{graphicx}
88
\usepackage{caption}
99
\usepackage{float}
10+
\usepackage{hyperref}
1011

1112
%\setcounter{topnumber}{2}
1213
%\setcounter{bottomnumber}{2}
@@ -29,14 +30,16 @@
2930

3031
\section{Список алгоритмов}
3132
\begin{itemize}
32-
\item Алгоритм глобального поиска (AGS)
33-
\item Multi Level Single Linkage (MLSL)
34-
\item DIRECT
35-
\item Locally-based DIRECT (DIRECT$l$)
36-
\item Dual Simulated Annealing
37-
\item Differential Evolution
38-
\item Controlled Random Search
39-
\item Simple
33+
\item Алгоритм глобального поиска (AGS) (\url{https://github.com/sovrasov/ags_nlp_solver})
34+
\item Multi Level Single Linkage (MLSL) (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#mlsl-multi-level-single-linkage})
35+
\item DIRECT (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#direct-and-direct-l})
36+
\item Locally-based DIRECT (DIRECT$l$) (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#direct-and-direct-l})
37+
\item Dual Simulated Annealing (\url{https://github.com/sgubianpm/sdaopt})
38+
\item Differential Evolution (\url{https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html#scipy.optimize.differential_evolution})
39+
\item Controlled Random Search (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#controlled-random-search-crs-with-local-mutation})
40+
\item Simple (\url{https://github.com/chrisstroemel/Simple})
41+
\item StoGO (\url{https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#stogo})
42+
4043
\end{itemize}
4144

4245
\section{Результаты на классе задач $F_{GR}$}

0 commit comments

Comments
 (0)