Skip to content

Commit

Permalink
Add references for algorithms from report
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Sep 11, 2018
1 parent 4c78530 commit 58d5ef3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -233,3 +233,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
*.aux
*.out
Binary file modified experiments/report.pdf
Binary file not shown.
19 changes: 11 additions & 8 deletions experiments/report.tex
Expand Up @@ -7,6 +7,7 @@
\usepackage{graphicx}
\usepackage{caption}
\usepackage{float}
\usepackage{hyperref}

%\setcounter{topnumber}{2}
%\setcounter{bottomnumber}{2}
Expand All @@ -29,14 +30,16 @@

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

\end{itemize}

\section{Результаты на классе задач $F_{GR}$}
Expand Down
19 changes: 11 additions & 8 deletions experiments/report_template.tex
Expand Up @@ -7,6 +7,7 @@
\usepackage{graphicx}
\usepackage{caption}
\usepackage{float}
\usepackage{hyperref}

%\setcounter{topnumber}{2}
%\setcounter{bottomnumber}{2}
Expand All @@ -29,14 +30,16 @@

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

\end{itemize}

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

0 comments on commit 58d5ef3

Please sign in to comment.