File tree 4 files changed +23
-16
lines changed
4 files changed +23
-16
lines changed Original file line number Diff line number Diff line change @@ -233,3 +233,4 @@ $RECYCLE.BIN/
233
233
# Windows shortcuts
234
234
* .lnk
235
235
* .aux
236
+ * .out
Original file line number Diff line number Diff line change 7
7
\usepackage {graphicx }
8
8
\usepackage {caption }
9
9
\usepackage {float }
10
+ \usepackage {hyperref }
10
11
11
12
% \setcounter{topnumber}{2}
12
13
% \setcounter{bottomnumber}{2}
29
30
30
31
\section {Список алгоритмов }
31
32
\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
+
40
43
\end {itemize }
41
44
42
45
\section {Результаты на классе задач $ F_{GR}$ }
Original file line number Diff line number Diff line change 7
7
\usepackage {graphicx }
8
8
\usepackage {caption }
9
9
\usepackage {float }
10
+ \usepackage {hyperref }
10
11
11
12
% \setcounter{topnumber}{2}
12
13
% \setcounter{bottomnumber}{2}
29
30
30
31
\section {Список алгоритмов }
31
32
\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
+
40
43
\end {itemize }
41
44
42
45
\section {Результаты на классе задач $ F_{GR}$ }
You can’t perform that action at this time.
0 commit comments