3 ESTABLISHMENT OF THE ANT
COLONY ALGORITHM
Through the ant colony algorithm, a new simulation
evolution algorithm based on the positive feedback
principle, we build the ant colony optimization
algorithm model for the optimization path problem
of UAV reconnaissance route and the target planning
problem of interception scheme (
Suwartof Basuki,
2016). As a biomimetic algorithm and universal
stochastic optimization method, it was gradually
applied to the problem of drone target interception,
after the success of the famous "Travel quotient
problem" (TSP) was achieved.
In order to solve the UAV reconnaissance route
for the classified results in the model, the shortest
path can be solved for the UAV starting from the
fixed point. The shortest flight distance of UAV is
the optimized target, and the expression is as follows
Specifically
the distance from the starting
point;
to the starting point from the starting point;
from the starting point of the first
merchant ship;
the first starting point from the
starting point;
the distance
matrix of the distance from the first merchant ship
point to the 84th merchant ship point;
the distance from the starting point from the 84th
merchant ship point.
To simulate the whole process of interception, we
need to add the following constraints
In the following, we use the classical TSP
[
JUY SUN
G Y, 2019
]
model to elaborate how to solve practical
problems based on the ant colony algorithm. For the
TSP model, in order to lose generality, let the
number of ants in the whole ant group be, the
distance between the merchant ship, and the
pheromone dimension in the connection path
between the merchant ship and the merchant ship.
At the time of beginning, the ant is
placed in diverse merchant ships, and the pheromone
concentration in the connecting way among the
merchant ships is the identical, and then the ant will
choose the route with a certain probability, or the
probability of the time ant moving from the
merchant ship to the merchant ship. Because the "ant
TSP" strategy is defined by two aspects, first the
expectation of access to an area and the
concentration of pheromone released by other ants
.
It is the enlightening function which
is the
expected degree of the ant moving from the
merchant ship to the merchant ship;
at the
beginning of the element.
In the process of ant traversal of various
merchant ships, similar to the actual situation, while
the ant releases the pheromones, the strength of the
pheromones in the connecting path between each
merchant ship also gradually disappears through
volatilization. To
describe this feature,
indicate the degree of pheromones. So, when all the
ants have through all the merchant ships, the
concentration of information on the connecting paths
between individual merchant ships is
.
Where
the pheromone concentration
increased for the release of the pheromone on the
connecting route to the
and merchant ship and the
pheromone concentration increased for the
ants.
are the general values can be calculated by the
ant week system model as
. Where the pheromone
constant indicates the total amount of pheromone
released by the ant during a cycle;
it is the
overall length of the ant's way.
For the process of solving the TSP problem
algorithm of the ant colony algorithm, the specific
meaning of each step is:
Step 1: initialization analysis of related
parameters, including the size of the colony,
pheromone factor, inspired function factor,
pheromone will send salary, pheromone in constant
maximum iteration, data into the program, the most
basic data processing, here we can generate the
distance matrix between merchant and merchant
ships.
Step 2: randomly place the drone
above the
merchant ship
, and calculate its next arrival area
for each ant, until all the ants reach all areas.