<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Development of a Method to Find the Location of a Logistics Hub</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Oksana Mulesa</string-name>
          <email>oksana.mulesa@uzhnu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oleksandr Mitsa</string-name>
          <email>alex.mitsa@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tamara Radivilova</string-name>
          <email>tamara.radivilova@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Igor Povkhan</string-name>
          <email>igor.povkhan@uzhnu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Olena Melnyk</string-name>
          <email>olena.melnyk@uzhnu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kharkiv National University of Radio Electronics</institution>
          ,
          <addr-line>ave.Nauki, 14, Kharkiv, 61166</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Uzhhorod National University</institution>
          ,
          <addr-line>Narodna sq., 3, Uzhhorod, 88000</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <fpage>263</fpage>
      <lpage>271</lpage>
      <abstract>
        <p>The task of finding the optimal location of the logistics hub as the point closest to the given roads is considered in the paper. The mathematical formulation of the task is done in the form of finding the point that would be closest to the farthest road. The roads have been proposed to be represented as straight lines. The method of coordinate descent for the two-dimensional case has been analyzed. Based on the golden ratio method, the method for finding the optimal location point of the logistics hub for the two-dimensional and three-dimensional case has been developed. The results are generalized to the multidimensional case. It is shown that for the two-dimensional case the time complexity of the proposed approach is  ( ·  2 ), for the m-dimensional case -  ( ·    ). The advantages of the developed method over the method of coordinate descent are theoretically shown. Numerical research has been performed. Advantages of the developed method over the method of ternary search are demonstrated. The considered task can be a subtask for larger problems, where it can be called repeatedly. Accordingly, its effective solution will lead to a significant acceleration of the search for the solution to big problems.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Optimization</kwd>
        <kwd>golden ratio method</kwd>
        <kwd>minimization of many variables functions</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The problem of placing a logistics hub is solved based on many aspects. In papers [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1-3</xref>
        ] a system
analysis of this problem is performed. It shows a variant of systematization of economic, social,
geographical, political, and other factors that are appropriate to consider when determining the
coordinates for the location of the logistics hub. In [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], a multi-method approach to the
implementation of a two-stage study in solving this problem was developed. The research includes the
usage of multi-criteria decision theory and data mining. In this kind of research, among others, there
is the task of finding a field position that would be optimal in the criterion of proximity to roads,
railroad connections, ports, etc. Such a task can be reduced to the problem of finding the shortest
distance to the straight lines and represented through optimization of a multivariable function. The
problem of optimization of a multivariable function is the subject of many modern studies. A method
of unconstrained global optimization is presented in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The method is iterative and guaranteed to
coincide for polynomial functions. In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] a simultaneous perturbation method is proposed, using
which the solution of an optimization problem is reduced only to the analysis of two dimensions,
irrespective of its dimensionality. This simplifies the implementation and speeds up the optimization
process. In [
        <xref ref-type="bibr" rid="ref10 ref7 ref8 ref9">7-10</xref>
        ] optimization methods based on the golden ratio method were developed. The
methods differ in the way of step selection and computational complexity. Optimization methods
based on evolutionary technology are widespread [
        <xref ref-type="bibr" rid="ref11 ref12 ref13">11-13</xref>
        ]. The advantage of this class methods is the
possibility to avoid the problem of getting into local minima. However, their use requires the
participation of an expert analyst for setting basic parameters of the method per specific features of
the target function. Neural network methods in the process of solving optimization problems are
presented in [
        <xref ref-type="bibr" rid="ref14 ref15 ref16">14-16</xref>
        ].
      </p>
      <p>
        Optimization problems and methods for their solution often arise in data mining tasks [
        <xref ref-type="bibr" rid="ref17 ref18 ref19">17-19</xref>
        ]. In
them, to solve, for example, clustering problems, the target function to be optimized is constructed
specially. Models and methods of equal and multi-criteria optimization are given in [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ].
      </p>
      <p>
        A separate group of optimization methods consists of methods developed to solve narrowly
applied problems. Manuscript [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] describes the analysis and target programming approaches for
solving the defense budget optimization problem. In [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], a method for optimizing the trajectory of a
robot has been developed. The method allows determining such an optimal trajectory in a room that
minimizes energy consumption. In [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], the task of fiber orientation optimization in composite
structures is solved. The developed method is based on the optimized choice of discrete angles,
allowing to avoid the multiple local minima problem. In [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], numerical optimization of current
converter efficiency was proposed. It is shown that the results obtained by the genetic algorithm are
close to the experimental data. The mentioned methods differ in the method of software
implementation, simplicity of use, speed of convergence, and computational complexity. Taking into
account the consequences of the “No Free Lunch” (NFL) theorem [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], it can be argued that it is
impossible to construct one best method for all optimization problems, so the development of special
methods for solving applied optimization problems is actual.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Problem setting</title>
      <p>Consider the two-dimensional case. The roads in the task of optimal location of the logistics hub
will be represented by straight lines. Then the task will consist in finding the point that would be
closer to the most distant of the roads.</p>
      <p>Perform the mathematical formulation in this formulation as follows: let the set of lines be given
L  {L i | i  1, n} , each is defined by two points of the plane L i  {(x1i , y1i ), (x2i , y2i )} , i 1, n , thereby
i {1, 2,..., n} (x1i , y1i )  (x2i , y2i ) . It is necessary to find such a point of the plane</p>
      <p>A*(x*, y*) , (x, y)  R2 , the distance from which to the farthest line would be minimal.</p>
      <p>Introduce the distance function di (x, y)  d (Li , A) , that is equal to the euclidean distance from the
point A(x, y) to the line Li , i 1, n . Then the problem of placing the logistics hub will be to find a
point A*(x*, y*) for which the condition was satisfied:</p>
      <p>A*  Arg min max d(Li , A)</p>
      <p>A(x,y)R2 i1,n
To solve the task, construct the equation of lines in the form:</p>
      <p>Li : ai x  bi y  ci  0 , i 1, n .</p>
      <p>When calculating the coefficients ai ,bi ,ci , use the equation of a line passing through two points:
Li : 




Then the equation will be:
x  x1i ,
y  y1i ,
 x  x1i 
 x2i  x1i
y  y1i , if x1i  x2i and y1i  y2i ;
y 2i  y1i
if x1i  x2i ;
if y1i  y2i .</p>
      <p>, i 1, n .</p>
      <p>x( y2i  y1i )  y(x1i  x2i )  x1i ( y1i  y2i )  y1i (x2i  x1i )  0
Therefore, ai  y2i  y1i , bi  x1i  x2i , ci  x1i ( y1i  y2i )  y1i (x2i  x1i ) .</p>
      <p>To find the distance from a point A(x, y) to a line Li using the rule:
d (Li , A)  ai x  bi y  ci</p>
      <p>Thus, to solve the task of finding coordinates for the location of the logistics hub, it is necessary to
find a solution to such a task:
(1)
(2)
(3)
(4)
(5)
f (x, y)  max ai x  bi y  ci 
i1,n
min
(x, y)R2</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methods and algorithms for solving the optimization task 3.1.</title>
    </sec>
    <sec id="sec-4">
      <title>The general idea of subordinate descent method</title>
      <p>
        Task (6) is an optimization task for a function of many variables. The method of subordinate
descent often used to solve it [
        <xref ref-type="bibr" rid="ref27 ref28">27, 28</xref>
        ], the algorithm of which described bbelow:
      </p>
      <p>Step 1. Determine the initial approximation A0 (x0 , y0 ) .</p>
      <p>Step 2. Substitute x0 in the function f and solve the task of minimizing a function of one
variable:
Let y1  Arg myiRn f (x0 , y) і A1 ( x0 , y1 ) .</p>
      <p>Step 3. Substitute y1 into a function f . Let's solve the problem
f (x0 , y)  max ai x0  bi y  ci  min</p>
      <p>i1,n ai2  bi2 yR
f (x, y1)  max ai x  bi y1  ci  min</p>
      <p>i1,n ai2  bi2 yR
Let x1  Arg min f (x, y1) and A2 ( x1, y1 ) . The process iteratively continues until f ( Ak )  f ( Ak 1) .</p>
      <p>xR
The criteria for stopping the algorithm can be:
- Ak  Ak1   – the proximity of points generated in successive steps;
- f ( Ak )  A(k1)   proximity of the values of the target function, obtained at successive steps;
- exceeding the specified time for finding the optimal value, etc.</p>
      <p>The question of convergence of the method remains open.
3.2. Development of an optimization method based on the Golden Ratio
method</p>
    </sec>
    <sec id="sec-5">
      <title>3.2.1. Two-dimensional case</title>
      <p>Let's investigate how the target function (6) is represented in space. The distance function of an
arbitrary point ( ,  ) to the i-th line will be a plane. And the target function will coincide then with
one plane and then another that will intersect with the previous one. A typical view of the target
function is shown in Figure 1. While recording the distance function from the point to the lines when
one of the parameters x or y is fixed in the form of (7) or (8), it turns into a unimodal function. That is,
(7) and (8) are continuous, and as the uncommitted parameter changes, they first decrease and then
increase. This is shown schematically in Fig. 2. Therefore, let apply to find the minimum value of the
target function an approach that uses the call of the golden ratio method in itself. Due to the specific
features of functions (7) and (8), to find their minimum value let apply the golden ratio method for
one-dimensional optimization. The method is applied alternately – first for (7), then for (8). Let
propose an approach that will give a significant acceleration. For this purpose, let focus on the fact
that the target function at each fixed value of variable x is unimodal. Therefore, the following
modification will be quite effective: within each step for variable x, find the optimal value of the
target function immediately and concerning variable y. This process is shown schematically in Fig. 3.
This approach significantly accelerates the search for a solution. Because in this way the modified
golden ratio method is run once and after its completion, the optimal solution is obtained at once. And
the method of coordinate descent for obtaining such a result will require a considerable number of
iterations. General schemes of methods for solving tasks are shown in Figs. 4-7. Here, the function (6)
has been modified as follows to reduce the number of operations when calculating the function:
f (x, y)  max</p>
      <p>i1,n
where ai </p>
      <p>ai
.</p>
      <p> mi1a,nx aix  biy  ci 
min
(x,y)R2
(9)
Algorithm for two-dimensional case:
Step 1. Enter the number of lines N, and N pairs of points that will specify a straight line.
Step 2. Set left (xl) and right (xr) the boundary of the interval to find the optimal value along
Step 3. Divide the boundaries in relation to the golden ratio</p>
      <p>Step 4. To fix value  1. Set left (yl) and right (yr) the boundary of the interval to find the
the abscissa
where 
=
1+√5.</p>
      <p>2</p>
      <p>then yr = 2,
else yl = 1.</p>
      <p>Step 5. Divide the boundaries in relation to the golden ratio
where 
=
1+√5.</p>
      <p>2</p>
      <p>Step 6. If the value of the objective function  ( 1,  1) &lt;  ( 1,  2),
optimal value along the abscissa</p>
      <p>Step 8. To fix the value of the objective function  1 =  ( 1,  ).</p>
      <p>Step 9. To fix value  2. Set left (yl) and right (yr) the boundary of the interval to find the
Step 10. To divide the boundaries along the y-axis with respect to the golden ratio
 1 =</p>
      <p>−
 − ,  2 = 
+
 − ,</p>
      <p>then yr = 2,
else yl = 1.
then xr = 2,
else xl = 1.
where 
=
1+√5.</p>
      <p>2
Step 11. If the value of the objective function  ( 2,  1) &lt;  ( 2,  2),
Step 12. Repeat steps 10 - 11 until</p>
      <p>Step 14. If the value of the objective function  1 &lt;  2,
Step 13. To fix the value of the objective function  2 =  ( 2,  ).</p>
      <p>|</p>
      <p>,
,</p>
      <p>Step 16. The answer will be the value on the abscissa, which is equal  ∗ =
result will be a point ( ∗,  ∗).
on the y-axis  ∗ is found by performing steps 4 - 7, fixing the value of  ∗. Accordingly, the desired</p>
    </sec>
    <sec id="sec-6">
      <title>3.2.2. The three-dimensional case</title>
      <p>Consider the three-dimensional case when the lines are defined in space and it is needed to find the
location of a point from which the distance to the lines would be as small as possible.</p>
      <p>Step 15. Repeat steps 3 - 14 until
where the parameters a1i , a2i ,bi1,b2i , c1i , c2i , d1i , d2i are calculated from the equations:
Li : 
a1i x  b1i y  c1i z  d1i  0
a2i x  b2i y  c2i z  d2i  0
x  x1i </p>
      <p>The ideas described above also apply to the three-dimensional case. That is, the implementation of
the solution search would be as follows:</p>
      <p>Repeat the first 5 steps, as in the two-dimensional case.</p>
      <p>Step 6. To fix value  1. Set left (zl) and right (zr) the boundary of the interval to find the
Step 7. To divide the boundaries along the y-axis with respect to the golden ratio
the
the
set
of lines
are
defined
as
L i  {(x1i , y1i , z1i ), (x2i , y2i , z2i )} , i 1, n , whereas
i {1, 2,..., n} (x1i , y1i , z1i )  (x2i , y2i , z2i ) . Then
define the line by a system of two equations of the form:
optimal value along the abscissa</p>
      <p>Step 10. To fix the value of the objective function  1 =  ( 1,  1,  ).</p>
      <p>Step 11. To fix value  2. Set left (zl) and right (zr) the boundary of the interval to find the
Step 12. To divide the boundaries along the y-axis with respect to the golden ratio
,
Step 9. Repeat steps 7 - 8 until</p>
      <p>then zr = 2,
else zl = 1.
where  =
1+√5.</p>
      <p>2
Step 8. If the value of the objective function  ( 1,  1,  1) &lt;  ( 1,  1,  2),
then zr = 2,
else zl = 1.</p>
      <p>Step 14. Repeat steps 12 – 13 until
1+√5.</p>
      <p>2
Step 13. If the value of the objective function  ( 1,  2,  1) &lt;  ( 1,  2,  2),
(10)
(11)
(12)
where</p>
    </sec>
    <sec id="sec-7">
      <title>3.2.3. Generalization of the method</title>
      <p>Consider the m-dimensional case where the lines are given in m-dimensional space and it is needed
to find the location of a point from which the distance to the lines would be as small as possible. The
target function, in this case, will be as presented below:
max d (Li , A) 
i1,n</p>
      <p>min
A(x1,x2 ,...,xm )Rm
(13)
The ideas and implementation for the m-dimensional case will be similar to the above.</p>
      <p>The advantage of the proposed approach becomes extremely significant. The time complexity of
the proposed approach for the m-measure case will be  ( ·    ), where C is a parameter
depending on search range and accuracy. The solution by the method of coordinate descent will
require such a number of iterations, which far exceeds the value of   −1 . This indicates that the
method of coordinate descent is significantly inferior to the proposed approach</p>
    </sec>
    <sec id="sec-8">
      <title>4. Numerical Research and discussion</title>
      <p>For the two-dimensional case, the time complexity of the proposed approach is  ( ·  2 ),
where C is a parameter that depends on the search range and accuracy. The square of operations arises
from the fact that one golden ratio method is used in another. Let also compare the golden ratio
method with the ternary search method. The ternary search will be used the same way as it was
proposed in the case of the golden ratio method. That is, it will internally call itself.</p>
      <p>The ternary search method is easily derived from the golden ratio method by simply replacing the
coefficients 0.38 by 1/3, and 0.62 by 2/3. Codeforces measured the solution time for both of these
methods when the dimensionality of this problem is larger and will go from 10000 to 100000 in steps
of 10000. As can be seen from Figure 9, there is a linear dependence of the execution time of the
considered methods on the dimensionality of the problem. The ternary search method requires about
40% more time than the golden ratio method to find the solution to the problem in question. Another
important indicator is that the number of iterations of the golden ratio method to determine the desired
value of the variable x in the range [−109, 109] will be 74, and for the ternary search method – 87, if
the accuracy of 10-6 is required.</p>
    </sec>
    <sec id="sec-9">
      <title>5. Conclusions</title>
      <p>The study is devoted to the method development for determining the point for the optimal location
of the logistics hub. The mathematical formulation of the task for the two-dimensional,
threedimensional and multidimensional cases in the form of the optimization task of the several variables
function was carried out. A method for solving the task based on the golden ratio method has been
developed. The peculiarity of the proposed method is the nesting of the golden ratio method "in itself"
that allows reducing the considerably computational complexity of the algorithm.</p>
      <p>A comparative analysis is carried out and the advantages of the developed method with the method
of coordinate descent and search are shown. The considered problem can be a subtask for larger tasks,
where it can be called repeatedly. Accordingly, its effective solution will lead to a significant
acceleration of the search for the solution of larger tasks as well.</p>
    </sec>
    <sec id="sec-10">
      <title>6. Acknowledgments</title>
      <p>The authors are grateful to the colleagues at the Department of Information Technology, Uzhhorod
National University for productive discussions of the topic and results of this work.</p>
    </sec>
    <sec id="sec-11">
      <title>7. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Alptekin</given-names>
            <surname>Ulutaş</surname>
          </string-name>
          , Can Bülent Karakuş, Ayşe Topal. “
          <article-title>Location selection for logistics center with fuzzy Swara and CoCoSo methods</article-title>
          .
          <source>” Journal of Intelligent &amp; Fuzzy Systems</source>
          ,
          <volume>38</volume>
          .4, (
          <year>2020</year>
          )
          <fpage>4693</fpage>
          -
          <lpage>4709</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Jacek</given-names>
            <surname>Brdulak</surname>
          </string-name>
          , Bartosz Zakrzewski. “
          <article-title>Methods for calculating the efficiency of logistics centres</article-title>
          .
          <source>” Archives of Transport</source>
          ,
          <volume>27</volume>
          .28,
          <issue>iss</issue>
          . 3-
          <issue>4</issue>
          , (
          <year>2013</year>
          )
          <fpage>25</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Pawel</given-names>
            <surname>Zajac</surname>
          </string-name>
          .
          <article-title>Evaluation method of energy consumption in logistic warehouse systems</article-title>
          . Switzerland: Springer International Publishing,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Shahrooz</given-names>
            <surname>Shahparvari</surname>
          </string-name>
          et al. “
          <article-title>A GIS-LP integrated approach for the logistics hub location problem</article-title>
          .
          <source>” Computers &amp; Industrial Engineering</source>
          ,
          <year>2020</year>
          ,
          <volume>146</volume>
          :
          <fpage>106488</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Hans</given-names>
            <surname>Bremermann</surname>
          </string-name>
          .
          <article-title>“A method of unconstrained global optimization</article-title>
          .
          <source>” Mathematical Biosciences</source>
          ,
          <year>1970</year>
          ,
          <volume>9</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>James</surname>
            <given-names>C. Spall. “</given-names>
          </string-name>
          <article-title>An overview of the simultaneous perturbation method for efficient optimization</article-title>
          .
          <source>” Johns Hopkins apl technical digest</source>
          ,
          <volume>19</volume>
          .4, (
          <year>1998</year>
          )
          <fpage>482</fpage>
          -
          <lpage>492</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Amin</given-names>
            <surname>Foroughi</surname>
          </string-name>
          <string-name>
            <surname>Nematollahi</surname>
          </string-name>
          , Abolfazl Rahiminejad, Behrooz Vahidi.
          <article-title>“A novel meta-heuristic optimization method based on golden ratio in nature</article-title>
          .
          <source>” Soft Computing</source>
          ,
          <volume>24</volume>
          .2, (
          <year>2020</year>
          )
          <fpage>1117</fpage>
          -
          <lpage>1151</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Yura</given-names>
            <surname>Malitsky</surname>
          </string-name>
          . “
          <article-title>Golden ratio algorithms for variational inequalities</article-title>
          .
          <source>” Mathematical Programming</source>
          ,
          <volume>184</volume>
          .1, (
          <year>2020</year>
          )
          <fpage>383</fpage>
          -
          <lpage>410</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Dang</given-names>
            <surname>Van Hieu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Yeol Je</surname>
            <given-names>Cho</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yi‐Bin Xiao</surname>
          </string-name>
          . “
          <article-title>Golden ratio algorithms with new stepsize rules for variational inequalities</article-title>
          .
          <source>” Mathematical Methods in the Applied Sciences</source>
          ,
          <volume>42</volume>
          .
          <fpage>18</fpage>
          , (
          <year>2019</year>
          )
          <fpage>6067</fpage>
          -
          <lpage>6082</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y. A.</given-names>
            <surname>Pervak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mitsa</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Holovach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. V.</given-names>
            <surname>Fekeshgazi</surname>
          </string-name>
          . “
          <article-title>Influence of transition film-substrate layers on optical properties of the multilayer structures</article-title>
          .
          <source>” Selected Papers from the International Conference on Optoelectronic Information Technologies. International Society for Optics and Photonics</source>
          , Vol.
          <volume>4425</volume>
          (
          <year>2001</year>
          )
          <fpage>321</fpage>
          -
          <lpage>325</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Jane-Jing</surname>
            <given-names>Liang</given-names>
          </string-name>
          , Ponnuthurai Nagaratnam Suganthan, Kalyanmoy DEB. “
          <article-title>Novel composition test functions for numerical global optimization</article-title>
          .
          <source>”Proceedings 2005 IEEE Swarm Intelligence Symposium</source>
          ,
          <year>2005</year>
          .
          <article-title>SIS 2005</article-title>
          . IEEE, (
          <year>2005</year>
          )
          <fpage>68</fpage>
          -
          <lpage>75</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>O.</given-names>
            <surname>Mulesa</surname>
          </string-name>
          , I. Povkhan,
          <string-name>
            <given-names>T.</given-names>
            <surname>Radivilova</surname>
          </string-name>
          ,
          <string-name>
            <surname>O. Baranovskyi.</surname>
          </string-name>
          “
          <article-title>Devising a method for constructing the optimal model of time series forecasting based on the principles of competition</article-title>
          .”
          <source>EasternEuropean Journal of Enterprise Technologies</source>
          ,
          <volume>5</volume>
          (
          <issue>4</issue>
          (
          <issue>113</issue>
          ), (
          <year>2021</year>
          )
          <fpage>6</fpage>
          -
          <lpage>11</lpage>
          . https://doi.org/10.15587/
          <fpage>1729</fpage>
          -
          <lpage>4061</lpage>
          .
          <year>2021</year>
          .240847
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Handing</given-names>
            <surname>Wang</surname>
          </string-name>
          et al. “
          <article-title>Offline data-driven evolutionary optimization using selective surrogate ensembles</article-title>
          .
          <source>” IEEE Transactions on Evolutionary Computation</source>
          ,
          <volume>23</volume>
          .2, (
          <year>2018</year>
          )
          <fpage>203</fpage>
          -
          <lpage>216</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Matias</given-names>
            <surname>Sessarego</surname>
          </string-name>
          et al. “
          <article-title>Design optimization of a curved wind turbine blade using neural networks and an aero-elastic vortex method under turbulent inflow</article-title>
          .
          <source>” Renewable Energy</source>
          ,
          <volume>146</volume>
          , (
          <year>2020</year>
          )
          <fpage>1524</fpage>
          -
          <lpage>1535</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Lina</surname>
            <given-names>Deng</given-names>
          </string-name>
          , Bo Feng, Yue Zhang. “
          <article-title>An optimization method for multi-objective and multi-factor designing of a ceramic slurry: Combining orthogonal experimental design with artificial neural networks</article-title>
          .” Ceramics International,
          <volume>44</volume>
          .
          <fpage>13</fpage>
          , (
          <year>2018</year>
          )
          <fpage>15918</fpage>
          -
          <lpage>15923</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Asti</given-names>
            <surname>Herliana</surname>
          </string-name>
          et al. “
          <article-title>Feature selection of diabetic retinopathy disease using particle swarm optimization and neural network.” 2018 6th International Conference on Cyber and IT Service Management (CITSM)</article-title>
          . IEEE, (
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>O.</given-names>
            <surname>Mulesa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Snytyuk</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Myronyuk.</surname>
          </string-name>
          “
          <article-title>Forming the clusters of labour migrants by the degree of risk of hiv infection</article-title>
          .
          <source>” Eastern-European Journal of Enterprise Technologies</source>
          .
          <source>Vol. 3, N</source>
          <volume>4</volume>
          (
          <issue>81</issue>
          ), (
          <year>2016</year>
          )
          <fpage>50</fpage>
          -
          <lpage>55</lpage>
          . DOI :
          <volume>10</volume>
          .15587/
          <fpage>1729</fpage>
          -
          <lpage>4061</lpage>
          .
          <year>2016</year>
          .
          <volume>71203</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Kuchansky</surname>
          </string-name>
          . “
          <article-title>Combined models for forecasting the air pollution level in infocommunication systems for the environment state monitoring</article-title>
          .”
          <source>2018 IEEE 4th International Symposium on Wireless Systems within the International Conferences on Intelligent Data Acquisition and Advanced Computing Systems (IDAACS-SWS)</source>
          . IEEE, (
          <year>2018</year>
          )
          <fpage>125</fpage>
          -
          <lpage>130</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>I.</given-names>
            <surname>Povkhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lupei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kliap</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Laver</surname>
          </string-name>
          . “
          <article-title>The issue of efficient generation of generalized features in algorithmic classification tree methods</article-title>
          .
          <source>” International Conference on Data Stream Mining and Processing: DSMP 2020 Data Stream Mining &amp; Processing</source>
          , Springer, Cham, (
          <year>2020</year>
          )
          <fpage>98</fpage>
          -
          <lpage>113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hnatiienko</surname>
          </string-name>
          . ”
          <article-title>Choice Manipulation in Multicriteria Optimization Problems.” Selected Papers of the XIX International Scientific and Practical Conference "Information Technologies and Security"</article-title>
          (ITS
          <year>2019</year>
          ), (
          <year>2019</year>
          )
          <fpage>234</fpage>
          -
          <lpage>245</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hnatiienko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tmienova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kruglov</surname>
          </string-name>
          . ”
          <article-title>Methods for Determining the Group Ranking of Alternatives for Incomplete Expert Rankings</article-title>
          .”
          <string-name>
            <surname>Shkarlet</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morozov</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palagin</surname>
            <given-names>A</given-names>
          </string-name>
          . (eds) Mathematical Modeling and
          <article-title>Simulation of Systems (MODS'</article-title>
          <year>2020</year>
          ).
          <source>MODS 2020. Advances in Intelligent Systems and Computing</source>
          , vol
          <volume>1265</volume>
          . Springer, Cham, (
          <year>2021</year>
          )
          <fpage>217</fpage>
          -
          <lpage>226</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -58124-4_
          <fpage>21</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>O. V.</given-names>
            <surname>Barabash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. V.</given-names>
            <surname>Open'ko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. V.</given-names>
            <surname>Kopiika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. V.</given-names>
            <surname>Shevchenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. B.</given-names>
            <surname>Dakhno</surname>
          </string-name>
          . “
          <article-title>Target Programming with Multicriterial Restrictions Application to the Defense Budget Optimization.” Advances in Military Technology</article-title>
          . Vol.
          <volume>14</volume>
          , No.
          <volume>2</volume>
          , (
          <year>2019</year>
          )
          <fpage>213</fpage>
          -
          <lpage>229</lpage>
          . Doi:
          <volume>10</volume>
          .3849/aimt.01291
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bagheri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krstić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Naseradinmousavi</surname>
          </string-name>
          . “
          <article-title>Multivariable extremum seeking for joint-space trajectory optimization of a high-degrees-of-freedom robot</article-title>
          .
          <source>” Journal of Dynamic Systems</source>
          , Measurement, and
          <string-name>
            <surname>Control</surname>
          </string-name>
          ,
          <year>2018</year>
          ,
          <volume>140</volume>
          .11:
          <fpage>111017</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. Zhang.</surname>
          </string-name>
          “
          <article-title>Artificial neural network based multivariable optimization of a hybrid system integrated with phase change materials, active cooling and hybrid ventilations</article-title>
          .
          <source>” Energy Conversion and Management</source>
          ,
          <year>2019</year>
          ,
          <volume>197</volume>
          :
          <fpage>111859</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Çelebi</surname>
          </string-name>
          . “
          <article-title>Efficiency optimization of a conventional boost DC/DC converter</article-title>
          .” Electrical Engineering,
          <volume>100</volume>
          .2, (
          <year>2018</year>
          )
          <fpage>803</fpage>
          -
          <lpage>809</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Adam</surname>
          </string-name>
          et al. “
          <article-title>No free lunch theorem: A review.” Approximation and optimization</article-title>
          , (
          <year>2019</year>
          )
          <fpage>57</fpage>
          -
          <lpage>82</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Zhe</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y. LI</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. LU.</surname>
          </string-name>
          “
          <article-title>Coordinate descent full configuration interaction</article-title>
          .
          <source>” Journal of chemical theory and computation</source>
          ,
          <volume>15</volume>
          .6, (
          <year>2019</year>
          )
          <fpage>3558</fpage>
          -
          <lpage>3569</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>K.</given-names>
            <surname>Fountoulakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tappenden</surname>
          </string-name>
          . “
          <article-title>A flexible coordinate descent method</article-title>
          .
          <source>” Computational Optimization and Applications</source>
          ,
          <volume>70</volume>
          .2, (
          <year>2018</year>
          )
          <fpage>351</fpage>
          -
          <lpage>394</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>