CN112148030B - Underwater glider path planning method based on heuristic algorithm - Google Patents

Underwater glider path planning method based on heuristic algorithm Download PDF

Info

Publication number
CN112148030B
CN112148030B CN202011009921.6A CN202011009921A CN112148030B CN 112148030 B CN112148030 B CN 112148030B CN 202011009921 A CN202011009921 A CN 202011009921A CN 112148030 B CN112148030 B CN 112148030B
Authority
CN
China
Prior art keywords
grids
grid
population
chromosome
chromosomes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011009921.6A
Other languages
Chinese (zh)
Other versions
CN112148030A (en
Inventor
杨嘉琛
倪天蕾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin University
Original Assignee
Tianjin University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tianjin University filed Critical Tianjin University
Priority to CN202011009921.6A priority Critical patent/CN112148030B/en
Publication of CN112148030A publication Critical patent/CN112148030A/en
Application granted granted Critical
Publication of CN112148030B publication Critical patent/CN112148030B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/10Simultaneous control of position or course in three dimensions
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/20Instruments for performing navigational calculations
    • G01C21/203Specially adapted for sailing ships
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B13/00Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
    • G05B13/02Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
    • G05B13/04Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators
    • G05B13/042Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric involving the use of models or simulators in which a parameter or coefficient is automatically adjusted to optimise the performance
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/0088Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot characterized by the autonomous decision making process, e.g. artificial intelligence, predefined behaviours
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/10Simultaneous control of position or course in three dimensions
    • G05D1/101Simultaneous control of position or course in three dimensions specially adapted for aircraft
    • G05D1/105Simultaneous control of position or course in three dimensions specially adapted for aircraft specially adapted for unpowered flight, e.g. glider, parachuting, forced landing
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/10Simultaneous control of position or course in three dimensions
    • G05D1/101Simultaneous control of position or course in three dimensions specially adapted for aircraft
    • G05D1/106Change initiated in response to external conditions, e.g. avoidance of elevated terrain or of no-fly zones
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming

Abstract

The invention relates to an underwater glider path planning method based on a heuristic algorithm, which comprises the following steps: the underwater environment is subjected to rasterization, namely, the underwater environment is divided into grids, environment modeling is carried out, a feasible region and an obstacle region are distinguished, the grids positioned in the feasible region are called as feasible grids, 0 is used for representing the feasible region, the grids positioned in the obstacle region are called as obstacle grids, and 1 is used for representing the feasible region and the obstacle region; initializing a population; performing cross operation on individuals in the population; performing mutation operation; calculating the fitness value of individuals in the population, and performing selection operation; after the crossing and the mutation are completed, calculating individual fitness values, and selecting reserved individuals by adopting a roulette mechanism, wherein the higher the fitness is, the easier the reserved individuals are; in addition, elite preservation is carried out before selection operation, namely, the individual with the highest adaptability in the population is selected and directly added into the next generation population, so that the optimal solution is ensured to exist all the time; and updating the pheromone concentration.

Description

Underwater glider path planning method based on heuristic algorithm
Technical Field
The invention belongs to the field of unmanned aerial vehicle autonomous control, and relates to an underwater glider path planning method based on a heuristic algorithm.
Background
Recently, as technology development and people's understanding of ocean importance are gradually deepened, many advanced devices and instruments are put into the field of ocean exploration and development, which is typically an underwater glider. Currently, underwater gliders are widely applied to the fields of marine resource exploration and the like, and more scientists and technicians begin to pay attention to and develop deep researches on the underwater gliders. Path planning technology is a key part of the underwater glider technology, which finds a viable path for the underwater glider to move from a starting node to a target node in an environment where obstacles are present. In fact, the path planning problem can be regarded as one of the hottest fields in various related research fields of robots, but unlike other robots, underwater gliders are under complex marine environments and are interfered by various complex environmental factors such as ocean currents, the path planning problem is more complex, and research on the path planning problem of the underwater gliders is still continued.
The heuristic algorithm can effectively and flexibly process the complex problem, so that the problem of path planning of the underwater glider can be solved, and the heuristic algorithm comprises a genetic algorithm, an ant colony algorithm, a simulated annealing method and a particle swarm algorithm. The heuristic algorithm can find the optimal solution of the problem according to the given constraint condition in a small-scale scene, but the heuristic algorithm is slow in convergence and is easy to converge in advance in a large-scale scene, the obtained solution cannot be guaranteed to be the global optimal solution, the search space of the algorithm is enlarged to improve the quality of the solution, the convergence speed is slower, and the algorithm efficiency is greatly reduced. Therefore, it is necessary to optimize the heuristic algorithm to solve the path planning problem of the underwater glider.
The fusion algorithm is one of effective ways for optimizing the heuristic algorithm, combines the characteristics of different heuristic algorithms, takes the search solution in different modes at different stages, and improves the possibility of finding the optimal solution while accelerating the convergence speed.
Disclosure of Invention
The invention provides a path planning method of an underwater glider, which can improve planning quality and accelerate searching speed, and the technical scheme is as follows:
an underwater glider path planning method based on heuristic algorithm comprises the following steps:
the method comprises the steps of firstly, rasterizing an underwater environment, namely dividing the underwater environment into grids for conveniently storing information of an environment area, carrying out environment modeling, distinguishing a feasible area from an obstacle area, wherein the grids positioned in the feasible area are called feasible grids, namely accessible grids, which are denoted by 0, the grids positioned in the obstacle area are called obstacle grids, which are denoted by 1, establishing a coordinate system in the grid area, each grid is denoted by unique coordinates, and determining grid positions of a starting point and an end point of path planning;
secondly, initializing a population: the gene node number corresponds to a certain grid, a plurality of genes are combined to form a chromosome, each chromosome corresponds to a path from a starting point to an end point, that is to say, the information stored in the chromosome of the genetic algorithm is the grid number of the environment model; when initializing, firstly adding the gene nodes corresponding to the initial point grids into the chromosome, then selecting eight grids around the last gene node in the chromosome in a circulating way, adding the selected adjacent grids into the last position in the chromosome until the end point grids are also added into the chromosome, completing the initialization of the chromosome, and then continuing the initialization of other chromosomes; then, defining the fitness value of the genetic algorithm individual as the reciprocal of the path length corresponding to the chromosome, so that the individual with high fitness is easy to be reserved in iteration;
thirdly, performing cross operation on individuals in the population: selecting two father chromosomes according to the crossing probability, generating two son chromosomes, checking whether repeated grid nodes exist in the son chromosomes, if so, the crossing is invalid, and re-selecting crossing points of the father chromosomes for crossing until the son chromosomes have no repeated grids; the crossing process of the two parent chromosomes is as follows: randomly selecting two nodes from all repeated grids of two father chromosomes as crossing points, but not selecting a starting point and an ending point, and then exchanging gene fragments between the two crossing points of the father chromosomes to generate two son chromosomes;
fourth, performing mutation operation: the chromosome is selected according to the mutation probability, the path from the mutation node to the end point is searched again, the influence of the concentration of pheromone in the grids is considered when the next node of the last grid is selected, and the probability formula of each feasible grid Ni is as follows:
τ (Ni) is the pheromone concentration within grid Ni, α is the pheromone concentration weight, η (Ni) is the heuristic factor, which is defined as the inverse of the distance of grid Ni to the endpoint, β is the heuristic factor weight;
fifthly, calculating the fitness value of individuals in the population, and performing selection operation; after the crossing and the mutation are completed, calculating individual fitness values, and selecting reserved individuals by adopting a roulette mechanism, wherein the higher the fitness is, the easier the reserved individuals are; in addition, elite preservation is carried out before selection operation, namely, the individual with the highest adaptability in the population is selected and directly added into the next generation population, so that the optimal solution is ensured to exist all the time;
sixthly, updating the concentration of the pheromones, and updating the concentration of the pheromones in all grids after the group initialization and each selection operation are completed;
and seventhly, repeating the third step to the sixth step until the algorithm reaches a preset maximum evolution algebra, and outputting an optimal solution.
The sixth step of updating the pheromone concentration may be as follows:
in the above formula, τ (N) G+1 ) The pheromone concentration in the grid numbered N for the G+1st generation, ρ is the volatility coefficient, τ (N G ) The concentration of pheromone in the grid numbered N for the G generation, K is the population individual number, delta tau i (N) is the increment of pheromone left by the ith individual of the G generation population in the grid with the number N, which is proportional to the individual fitness value fitness, and the constant Q is the total amount of pheromone which can be increased by one individual.
The genetic algorithm converges to the optimal solution at the early stage of the algorithm, and the convergence speed at the later stage is reduced, which is caused by the fact that the genetic algorithm does not fully utilize feedback information in the system. The ant colony algorithm has slow evolution speed in the early stage, which is caused by the lack of pheromone in the early stage, the pheromone gradually accumulates with the increase of the evolution algebra, and the convergence speed of the ant colony algorithm to the optimal solution gradually rises. Aiming at the problems of the two traditional heuristic algorithms, the invention provides a fusion algorithm for fusing a genetic algorithm and an ant colony algorithm to solve the problem of path planning of the underwater glider. The invention solves the problem of path planning of the underwater glider by utilizing the fusion algorithm of the genetic algorithm and the ant colony algorithm, and the fusion algorithm improves the quality of the final planning result and accelerates the searching speed.
Drawings
FIG. 1 is a flow chart of the scheme
Detailed Description
The patent fuses the genetic algorithm and the ant colony algorithm, and the purpose is to improve the quality of the obtained solution while improving the convergence speed of the path planning algorithm. The core ideas of the ant colony algorithm are introduced into mutation operators of the genetic algorithm, so that fusion of the two heuristic algorithms is realized, the genetic algorithm overcomes the defect of slow evolution caused by the lack of pheromone in the early stage of the ant colony algorithm, the ant colony algorithm overcomes the defect that the genetic algorithm cannot fully utilize feedback information in the system to gradually reduce the convergence speed of the ant colony algorithm to the optimal solution, and the performance of the fusion algorithm is superior to that of the independent heuristic algorithm.
The preferred embodiments of the present invention are as follows:
the first step: and carrying out rasterization processing on the underwater environment to complete environment modeling, and determining grid positions where the starting point and the end point of the planned path are located.
And a second step of: when the population is initialized, the algorithm firstly adds the starting point into the chromosome, then circularly selects eight grids around the last gene node (the number corresponds to a certain grid) in the chromosome, the selected adjacent grids are added into the chromosome, the end point grids are known to be added into the chromosome, and the initialization of one chromosome is completed. Then the fitness value of the genetic algorithm individual is defined as the reciprocal of the path length, so that the shorter the path length is, the higher the fitness value is, the more the individual can be reserved
And a third step of: and performing crossing operation, namely selecting a father chromosome to be crossed according to a set crossing probability by adopting a double-point crossing mechanism, wherein the two father chromosomes can generate two son chromosomes, selecting the same gene points (corresponding to the same grid) in the two father chromosomes as crossing points during crossing, and exchanging gene segments between the crossing points in the two father chromosomes to generate new son chromosomes. In addition, to detect the generated sub-chromosomes, if repeated grids exist in the sub-chromosomes after crossing, the crossing is invalid, and the algorithm reselects the crossing points to perform crossing operation until the sub-chromosomes pass the detection, so that the generation of bad paths is avoided.
Fourth step: and performing mutation operation, and selecting chromosomes to be mutated according to the set mutation probability. The algorithm randomly selects one gene point except the starting point and the end point from the chromosome as a variation node, and the chromosome re-searches the path from the variation node to the end point in a similar initialization mode. The probability that the surrounding eight grids are selected is:
where Ni is the number of the feasible grids around the current grid, where the feasible grids are defined as non-obstacle, non-exceeding the boundary of the environmental model and currently in the chromosome and not added, τ (Ni) is the pheromone concentration within the grid Ni, α is the pheromone concentration weight, η (Ni) is the heuristic factor, which is defined as the inverse of the distance of the grid Ni to the endpoint, and β is the heuristic factor weight.
Fifth step: the selection operation is carried out, new individuals generated by the crossover operation and the mutation operation in the algorithm are added into the population, so that the population scale is enlarged beyond the set population individual number, the selection operation selects the individuals with the set population individual number from the enlarged population as a new generation population, a roulette mechanism is adopted, and the probability that the individuals with higher fitness are selected is higher, so that the algorithm is prevented from converging early maturing. In addition, we introduce elite retention mechanism, select the most adaptable individuals in the population before roulette selection and directly add them to the next generation population, avoiding the loss of the optimal solution by the roulette mechanism.
Sixth step: the pheromone concentration is updated after the population initialization and each selection operation is completed, and the update formula is as follows:
where τ (N) G+1 ) The pheromone concentration in the grid numbered N for the G+1st generation, ρ is the volatility coefficient, τ (N G ) The concentration of pheromone in the grid numbered N for the G generation, K is the population individual number, delta tau i (N) pheromone delta left by the ith individual of the G generation population in the grid numbered N, the definition of the pheromone delta being:
where Q is the total amount of pheromones that an individual can increase, fitness is the fitness value of the individual, and it is known from (2) that the increment of pheromones produced by an individual is inversely proportional to the path length of the correspondence, that is, the shorter the path length, the thicker the pheromones left on it.
Seventh step: judging whether the evolution algebra reaches the set maximum evolution algebra, if not, returning to the third step, and if so, outputting a path planning scheme corresponding to the optimal chromosome (the chromosome with the highest fitness value) of the generation as a final result.

Claims (2)

1. An underwater glider path planning method based on heuristic algorithm comprises the following steps:
the method comprises the steps of firstly, rasterizing an underwater environment, namely dividing the underwater environment into grids for conveniently storing information of an environment area, carrying out environment modeling, distinguishing a feasible area from an obstacle area, wherein the grids positioned in the feasible area are called feasible grids, namely accessible grids, which are denoted by 0, the grids positioned in the obstacle area are called obstacle grids, which are denoted by 1, establishing a coordinate system in the grid area, each grid is denoted by unique coordinates, and determining grid positions of a starting point and an end point of path planning;
secondly, initializing a population: the gene node number corresponds to a certain grid, a plurality of genes are combined to form a chromosome, each chromosome corresponds to a path from a starting point to an end point, that is to say, the information stored in the chromosome of the genetic algorithm is the grid number of the environment model; when initializing, firstly adding the gene nodes corresponding to the initial point grids into the chromosome, then selecting eight grids around the last gene node in the chromosome in a circulating way, adding the selected adjacent grids into the last position in the chromosome until the end point grids are also added into the chromosome, completing the initialization of the chromosome, and then continuing the initialization of other chromosomes; then, defining the fitness value of the genetic algorithm individual as the reciprocal of the path length corresponding to the chromosome, so that the individual with high fitness is easy to be reserved in iteration;
thirdly, performing cross operation on individuals in the population: selecting two father chromosomes according to the crossing probability, generating two son chromosomes, checking whether repeated grid nodes exist in the son chromosomes, if so, the crossing is invalid, and re-selecting crossing points of the father chromosomes for crossing until the son chromosomes have no repeated grids; the crossing process of the two parent chromosomes is as follows: randomly selecting two nodes from all repeated grids of two father chromosomes as crossing points, but not selecting a starting point and an ending point, and then exchanging gene fragments between the two crossing points of the father chromosomes to generate two son chromosomes;
fourth, performing mutation operation: the chromosome is selected according to the mutation probability, the path from the mutation node to the end point is searched again, the influence of the concentration of pheromone in the grids is considered when the next node of the last grid is selected, and the probability formula of each feasible grid Ni is as follows:
τ (Ni) is the pheromone concentration within grid Ni, α is the pheromone concentration weight, η (Ni) is the heuristic factor, which is defined as the inverse of the distance of grid Ni to the endpoint, β is the heuristic factor weight;
fifthly, calculating the fitness value of individuals in the population, and performing selection operation; after the crossing and the mutation are completed, calculating individual fitness values, and selecting reserved individuals by adopting a roulette mechanism, wherein the higher the fitness is, the easier the reserved individuals are; in addition, elite preservation is carried out before selection operation, namely, the individual with the highest adaptability in the population is selected and directly added into the next generation population, so that the optimal solution is ensured to exist all the time;
sixthly, updating the concentration of the pheromones, and updating the concentration of the pheromones in all grids after the group initialization and each selection operation are completed;
and seventhly, repeating the third step to the sixth step until the algorithm reaches a preset maximum evolution algebra, and outputting an optimal solution.
2. The method according to claim 1, wherein the sixth step of pheromone concentration updating method is as follows:
in the above formula, τ (N) G+1 ) The pheromone concentration in the grid numbered N for the G+1st generation, ρ is the volatility coefficient, τ (N G ) The concentration of pheromone in the grid numbered N for the G generation, K is the population individual number, delta tau i (N) the increment of pheromone left by the ith individual of the G generation population in the grid numbered N, which is proportional to the individual fitness value fitness, the constant Q is oneThe individual can increase the total amount of pheromones.
CN202011009921.6A 2020-09-23 2020-09-23 Underwater glider path planning method based on heuristic algorithm Active CN112148030B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011009921.6A CN112148030B (en) 2020-09-23 2020-09-23 Underwater glider path planning method based on heuristic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011009921.6A CN112148030B (en) 2020-09-23 2020-09-23 Underwater glider path planning method based on heuristic algorithm

Publications (2)

Publication Number Publication Date
CN112148030A CN112148030A (en) 2020-12-29
CN112148030B true CN112148030B (en) 2023-11-24

Family

ID=73896201

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011009921.6A Active CN112148030B (en) 2020-09-23 2020-09-23 Underwater glider path planning method based on heuristic algorithm

Country Status (1)

Country Link
CN (1) CN112148030B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112817332B (en) * 2021-01-06 2022-03-25 浙江大学 Underwater vehicle hidden path planning method based on marine environment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106843211A (en) * 2017-02-07 2017-06-13 东华大学 A kind of method for planning path for mobile robot based on improved adaptive GA-IAGA
CN107229287A (en) * 2017-06-28 2017-10-03 中国人民解放军海军工程大学 A kind of unmanned plane global path planning method based on Genetic Ant algorithm
WO2017173990A1 (en) * 2016-04-07 2017-10-12 北京进化者机器人科技有限公司 Method for planning shortest path in robot obstacle avoidance
CN107368077A (en) * 2017-08-15 2017-11-21 西京学院 A kind of robot path planning method based on GACA algorithm
CN110162041A (en) * 2019-05-14 2019-08-23 江苏师范大学 A kind of robot path planning method based on self-adapted genetic algorithm
CN111026126A (en) * 2019-12-27 2020-04-17 哈尔滨工程大学 Unmanned ship global path multi-target planning method based on improved ant colony algorithm
CN111664852A (en) * 2020-06-15 2020-09-15 天津大学 Unmanned aerial vehicle path planning method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017173990A1 (en) * 2016-04-07 2017-10-12 北京进化者机器人科技有限公司 Method for planning shortest path in robot obstacle avoidance
CN106843211A (en) * 2017-02-07 2017-06-13 东华大学 A kind of method for planning path for mobile robot based on improved adaptive GA-IAGA
CN107229287A (en) * 2017-06-28 2017-10-03 中国人民解放军海军工程大学 A kind of unmanned plane global path planning method based on Genetic Ant algorithm
CN107368077A (en) * 2017-08-15 2017-11-21 西京学院 A kind of robot path planning method based on GACA algorithm
CN110162041A (en) * 2019-05-14 2019-08-23 江苏师范大学 A kind of robot path planning method based on self-adapted genetic algorithm
CN111026126A (en) * 2019-12-27 2020-04-17 哈尔滨工程大学 Unmanned ship global path multi-target planning method based on improved ant colony algorithm
CN111664852A (en) * 2020-06-15 2020-09-15 天津大学 Unmanned aerial vehicle path planning method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
改进型蚁群算法的AUV三维路径规划;付振秋;季光;杨瑛;;舰船科学技术(第19期);全文 *

Also Published As

Publication number Publication date
CN112148030A (en) 2020-12-29

Similar Documents

Publication Publication Date Title
CN109945881B (en) Mobile robot path planning method based on ant colony algorithm
CN112327923B (en) Multi-unmanned aerial vehicle collaborative path planning method
CN108734202A (en) A kind of Fault Diagnosis for HV Circuit Breakers method based on improved BP
CN112462803B (en) Unmanned aerial vehicle path planning method based on improved NSGA-II
CN111982125A (en) Path planning method based on improved ant colony algorithm
Panda et al. Evolutionary techniques for model order reduction of large scale linear systems
CN107229287A (en) A kind of unmanned plane global path planning method based on Genetic Ant algorithm
CN114020045B (en) Unmanned aerial vehicle track planning method based on improved ant colony algorithm
CN108413963A (en) Bar-type machine people's paths planning method based on self study ant group algorithm
CN114326735A (en) Mobile robot path planning method based on improved ant colony algorithm
CN112577507A (en) Electric vehicle path planning method based on Harris eagle optimization algorithm
CN112148030B (en) Underwater glider path planning method based on heuristic algorithm
CN115454067A (en) Path planning method based on fusion algorithm
CN113917925B (en) Mobile robot path planning method based on improved genetic algorithm
Yasear et al. Fine-Tuning the Ant Colony System Algorithm Through Harris’s Hawk Optimizer for Travelling Salesman Problem.
JP7137074B2 (en) Optimization calculation method, optimization calculation device, and optimization calculation program
Xiao-Ting et al. Flight path planning based on an improved genetic algorithm
Tusi et al. Using ABC and RRT algorithms to improve mobile robot path planning with danger degree
Gu et al. Robot path planning of improved adaptive Ant Colony System Algorithm based on Dijkstra
Yu et al. AGV multi-objective path planning method based on improved cuckoo algorithm
CN114237282A (en) Intelligent unmanned aerial vehicle flight path planning method for intelligent industrial park monitoring
CN113141272B (en) Network security situation analysis method based on iteration optimization RBF neural network
CN114662638A (en) Mobile robot path planning method based on improved artificial bee colony algorithm
CN113487031A (en) Multi-unmanned aerial vehicle task allocation method based on improved simulated annealing fusion genetic algorithm
CN111796597A (en) Robot multi-target path optimization method based on novel firefly group optimization

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant