CN108036790B - Robot path planning method and system based on ant-bee algorithm in obstacle environment - Google Patents

Robot path planning method and system based on ant-bee algorithm in obstacle environment Download PDF

Info

Publication number
CN108036790B
CN108036790B CN201711256105.3A CN201711256105A CN108036790B CN 108036790 B CN108036790 B CN 108036790B CN 201711256105 A CN201711256105 A CN 201711256105A CN 108036790 B CN108036790 B CN 108036790B
Authority
CN
China
Prior art keywords
path
ant
pheromone
algorithm
point
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
CN201711256105.3A
Other languages
Chinese (zh)
Other versions
CN108036790A (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.)
Jingdezhen Ceramic Institute
Original Assignee
Jingdezhen Ceramic Institute
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 Jingdezhen Ceramic Institute filed Critical Jingdezhen Ceramic Institute
Priority to CN201711256105.3A priority Critical patent/CN108036790B/en
Publication of CN108036790A publication Critical patent/CN108036790A/en
Application granted granted Critical
Publication of CN108036790B publication Critical patent/CN108036790B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • 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]

Abstract

The invention belongs to the technical field of robots, and discloses a robot path planning method and a robot path planning system (ABR) based on an ant-bee algorithm in an obstacle environment, which combine the advantages of the ant colony algorithm and the bee colony algorithm, are based on a grid modeling environment, use the bee colony algorithm to quickly optimize an optimal planning path and correspondingly convert the optimal planning path into ant colony algorithm pheromone distribution, and are favorable for accelerating the optimization speed of the ant colony algorithm on a global planning path; meanwhile, the application of the novel credibility scheme in the path selection strategy and the integration of the pheromone updating strategy are beneficial to realizing the parallel search among ants and improving the precision of the solution of the path problem to be planned. The implementation effect of the invention shows that the ABR can effectively optimize the planned path to the global optimum in the complex obstacle environment, and the method is a novel robot path planning method with the characteristics of intuition, conciseness, universality and the like.

Description

Robot path planning method and system based on ant-bee algorithm in obstacle environment
Technical Field
The invention belongs to the technical field of robots, and particularly relates to a robot path planning method and system (ABR) based on an ant-bee algorithm in a barrier environment.
Background
Path planning is the most critical technology of a mobile robot in the field of practical application, and refers to a continuous, collision-free, global optimal or suboptimal path from a starting point to a target point of the robot in a multi-barrier environment (Zhouz, Niey, MinG. EnhancedantColonyOptimization Algorithm for Global PathPlanning of Mobile Robots)
[J]JournarofNanchangHangkong university, 2011: 698-701.). The problem of robot path planning has been proven to haveNPComplexity-based combinatorial optimization problem (HuanggB, KadaliR. dynamic modeling, predictiveControlandPerformancemonitoring [ M ]].SpringerLondon,2008.)。
Currently, the commonly used robot path planning techniques can be divided into two categories (the robot path planning of the uniform particle swarm and ant colony fusion algorithm [ J ]. mechanical design and manufacture, 2017(7): 237-240.): (1) a traditional path planning method based on a mathematical concept. For example, a grid decoupling method, a visual graph method, a free space method, an artificial potential field method, a topological method and the like. With the increase of the complexity of the environment and the difficulty of the task to be optimized, the methods are difficult to obtain ideal effects in practical application. (2) A path planning method based on a bionic intelligent technology. Such as genetic algorithm, fuzzy control, neural network, particle swarm optimization algorithm, swarm algorithm, simulated annealing algorithm and the like. These methods can implement path optimization planning in a specific environment or in a real situation. However, the method has inherent defects in some complex and dynamic application environments. For example, in the application process of the standard ant colony algorithm facing the complex environment problem, the defects of low convergence speed, easy falling into local optimum and the like exist. And with the change of problem scale and dynamic environment, once ants fall into a local optimal solution, the ant colony is difficult to find other optimal paths due to the interference of the intensity of pheromones of local paths. Therefore, the application of the bionic intelligent technology to the path planning problem of the mobile robot still needs to be studied deeply.
Currently, in order to improve the search efficiency of the robot path planning technology, a plurality of researchers at home and abroad develop a robot path planning method research based on the bionic intelligent technology. From the current application effect, the ant colony algorithm has natural distributed parallel processing capability and has the path selection capability without taking the problem model as the interference, so that the ant colony algorithm is successfully applied to the combined optimization problem in a plurality of practical applications, particularly the successful application in the problem of a traveler, and the ant colony algorithm is better shown to be suitable for processing the problem with natural distributed parallel processing capability and the path selection capability without taking the problem model as the interferenceNPA distributed problem of complexity difficulty. Although the ant colony algorithm has the advantages of better pheromone positive feedback, parallelism, robustness and the like, with the continuous enhancement of problem environments or dynamic transformation, some aspects to be improved still exist: such as long search time, large calculation amount, easy trapping of local optimization and the like. In this regard, many scholars have proposed a number of positive improvements. For example, Dorigo et al propose an ant colony System Algorithm (ACS) (DorigoM, GambardellaM. Acooperivelevelearningapachpotothterrapvelingsalesanproplem [ J ]]IEEETransoneevolution analysis computer, 1997, 1(1): 53-66.). In the ACS path planning, only the pheromones on the paths traveled by the best individuals in each generation are updated, so that the algorithm convergence speed is accelerated. However, the problem is that although the feedback of the optimal pheromone on the path is strengthened, the stagnation phenomenon of the algorithm search is easily caused. Park et al propose a method for realizing path planning of robot by ant colony algorithm based on perception information clustering (Park JM, Savagaonkarr, ChongEKP, equivalent. effective resource utilization for QoSchannels in MF-TDMAsatellitems [ C)]// Milcom2000.
IEEE,2000:645-649 vol.2). According to the method, breakpoint marking is carried out on the positions of the ant colony, which leave the nest or the food source, so that the convergence of the algorithm is ensured, however, the calculation amount of the method is increased rapidly along with the increase of the problem scale, and the deviation control performance of the path is not good easily. Aiming at the problem that the robot finds the optimal path in the obstacle environment, the danton peak combines the advantages of a particle swarm algorithm and an ant colony algorithm, and utilizes an pheromone distribution improvement technology and a path selection technology mechanism to provide the ant colony particle swarm algorithm (danton, Zhangxuanping, Liuyanping). In addition, a large body of relevant literature (jingangcao. research of AntColonyAlgorithm for)
MobileRobotPathPlanning[J].JournalofComputer\s&\scommunications,201604(2): 11-19;
SaenphonT,PhimoltaresS,LursinsapC.CombiningnewFastOppositeGradientSearch
withAntColonyOptimizationforsolvingtravellingsalesmanproblem[J].EngineeringApplicationsofArtificialIntelligence,2014,35(2):324-334;ShuangB,ChenJ,LiZ.StudyonhybridPS-ACOalg
Research on ant colony algorithm [ J ] control and decision based on direction pheromone coordination, 2013(5) 782-786 shows that by taking advantage of technical advantages of other colony intelligent algorithms (such as bee colony algorithm), the outstanding problem between convergence speed and local optimal solution in the ant colony algorithm can be effectively balanced, and the probability of converting the local optimal solution to global optimal solution is improved while the convergence speed is effectively accelerated, so that the hybrid algorithm can obtain the optimal solution more easily.
In summary, the application of the ant colony algorithm to the path planning process of the mobile robot has the key problems that: in the process of large-scale complex path environment application, the situations that the convergence speed is slow, the local optimum is easy to fall into exist. This is mainly due to the fact that during the moving process of ants, after each round trip, each round trip is finishedOnly ants need to perform enhancement or attenuation operations on the pheromone of the path they travel. If the number of ants isANThe number of cities isCNThe time complexity of updating pheromone after the completion of each round trip of ants isO(AN×CN). Therefore, the pheromone updating time can show a line growth trend along with the continuous enhancement or dynamic transformation of the problem environment, which greatly influences the convergence speed of the global optimal path. In addition, ant colony is easy to fall into local optimal solution under the guidance of pheromone, which is mainly because in the path optimization process, ants select adjacent path points depending on the accumulation value of pheromone between the path points, and the accumulation intensity of the pheromone comes from two factors, namely the number of ants passing through the path; second is the persistence of the pheromone. This makes it easy to determine the next moving path point only by the intensity of pheromone between path points during the path selection process, which makes some ants have no successor point selectable. Therefore, the robot path planning can be deadlocked, and the whole robot path planning algorithm is in a stagnation state. Therefore, in order to improve the convergence speed of the ant colony algorithm path optimizing process, the path planning process is prevented from falling into the incoming optimal solution and causing deadlock.
At present, the robot technology is rapidly developed in the application fields of ground, underwater, air and the like, and gradually develops towards the direction of miniaturization and multi-robot cooperation. Along with the unknown detection of the universe planet of humans to the boundless countless countryside, the application field of the robot technology will focus more and more on autonomous path navigation of dyskinesia in rugged terrains of jungles and complex environments in mountainous areas. Meanwhile, in order to meet the requirement of rapid development of the robot technology, the path planning key planning technology is deeply designed towards swarm intelligence optimization based on the bionic intelligence technology, a good path can be found, and the path can be effectively executed, which is an important embodiment of robot intelligence, and particularly, the method based on the bionic intelligence technology and combined with other methods (such as ant colony optimization and bee colony system optimization provided by the invention) is a key point and a difficulty point of intensive research of the robot intelligence in the future and is one of the key point problems of the important research in the field of artificial intelligence.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a robot path planning method and system based on an ant-bee algorithm in a barrier environment. The invention firstly designs an optimization method of a bee colony algorithm applied to robot path planning, respectively takes bee colonies and honey sources as a starting point and an end point of a robot path planning process by using the optimization characteristic of the bee colony algorithm for reference, finally finds a global optimal planning path through close cooperation among different bee colonies, and correspondingly converts the global optimal planning path into an enhanced value of pheromones in a grid environment, thereby providing prior knowledge for effective search of the ant colony algorithm and weakening the blindness of the initial search stage of the ant colony algorithm.
Secondly, the invention designs a novel reliability evaluation scheme of the path points to be selected, and simultaneously, a reliability parameter is fused into the ant path point selection strategy. The path selection strategy is different from the past ant city selection strategy, and is novel in that pheromone intensity values and distance factors of path points to be selected are evaluated, reliability factors of the points to be selected are considered, and recognition and analysis capacity of ants on obstacles in an obstacle environment is enhanced.
Another important aspect of the present invention is a novel pheromone update strategy. Different from the conventional ant colony pheromone updating strategy, the designed novel pheromone updating strategy does not perform pheromone updating on local paths represented by all ants, but aims at local optimal paths represented by optimal antsp l Global optimal path represented by global optimal antsp g The pheromone is updated, so that the positive feedback effect of the pheromone in the path planning process is enhanced, and the separation of the global optimal path from a plurality of local optimal paths can be accelerated.
In the robot path planning method based on the ant colony algorithm in the obstacle environment, the bee colony algorithm and the ant colony algorithm are fused, an optimal planning path is preferentially found by the bee colony algorithm, and the optimal planning path is correspondingly converted into the distribution of pheromones in the grid environment, so that the prior knowledge is provided for the path optimizing process of the ant colony algorithm.
The reliability calculation scheme in the path selection strategy fully considers the accumulation effect of pheromones in the adjacent areas of the path points to be selected. The path selection strategy constructed based on the scheme is favorable for the preferential winning of the optimal path selection point.
The novel pheromone updating strategy updates the pheromones of the local optimal path represented by the optimal ant and the global optimal path represented by the global optimal ant, abandons the idea of updating all ant paths in the prior pheromone, shortens the pheromone updating time and accelerates the searching speed of the global optimal path.
The invention is realized in such a way, and provides a robot path planning method and a system based on an ant-bee algorithm in a barrier environment, wherein the robot path planning method based on the ant-bee algorithm in the barrier environment comprises the following steps:
respectively taking a honeycomb and a honey source as a starting point and an end point of a robot path planning process, finding a global optimal planning path through cooperation among different bee colonies, and correspondingly converting the global optimal planning path into an enhanced value of pheromones in a grid environment to provide prior knowledge for searching an ant colony algorithm;
evaluating the pheromone intensity value and distance factors of the path point to be selected, analyzing the reliability factor of the point to be selected, and identifying and analyzing the obstacle in the obstacle environment by the ant;
local optimal path represented for optimal antsp l Global optimal path represented by global optimal antsp g And updating the pheromone, and searching positive feedback of the pheromone in the path planning process.
Further, the robot path planning method based on the ant-bee algorithm in the obstacle environment specifically includes:
initializing parameters, and setting parameters of a swarm algorithm;
including population sizeSNPopulation maximum evolution algebraMENControlling the convergence overlap of the algorithmlimit(ii) a Setting parameters of the ant colony algorithm: including the number of antsN a Pheromone persistenceρPath weightc 1Andc 2coefficient of weightαβAndγ
initializing environmental information distribution;
setting an environment by using a grid method, and initializing pheromones on grid points;
step three, obtaining a global optimal path by using a swarm robot path planning method, and converting the path into an enhanced value of the pheromone
Figure 432854DEST_PATH_IMAGE001
Subsequently placing the ant colony at the starting pointS
Step four, executing ant colony path movement;
and each ant selects the next path point according to the path point selection strategy. If the pheromone from the current grid to the adjacent path point is 0, the ant continuously selects other adjacent path points on the current grid, if no path point is available on the periphery, the current grid is set as an obstacle grid, and the ant returns to the last searched path point;
step five, repeating the step four until the whole ant colony reaches the end point;
step six, updating pheromones on each path according to formulas (9) and (10) according to the pheromone updating strategy;
step seven, if the whole ant colony converges to a path or the cycle times reach the maximum value, the cycle is ended, the whole global optimal path searching process is ended, and a global optimal path is output; otherwise, turning to the step four.
Further, the evaluation function of the individual adaptive value in the bee colony algorithm is as follows:
in the system constructed by using the swarm algorithm, each bee individual represents a path from an initial point to a final point,
Figure 510531DEST_PATH_IMAGE002
represents an individual bee, wherein,Drepresenting the dimension size of the individual, each dimension of the individual representing a grid number, and the 1 st and last dimensions of the individual1-dimension respectively represents the grid serial numbers of the initial point and the terminal point; connecting every 1-dimension in the individual to form a path from a starting point to an end point, wherein x = (1,2,5,9,10,20,21,27,40,45,60,78,89,90,93,96,100) represents a path from 1 to 100, and the intermediate passes through 2,5,9,10,20,21,27,40,45,60,78,89,90,93,96 grid serial numbers; evaluating an individualx i Defining an individual fitness value evaluation function as follows;
Figure 350268DEST_PATH_IMAGE003
further, the global path planning algorithm for the swarm robots comprises the following specific steps:
1) setting the environment by using a grid method, thereby obtaining a two-dimensional array representing environment informationENV[][];
2) Setting parameters of a population scale ofSNLeading bees and observing bees are half of population quantity, and initial solution quantityFN=SN(v 2) population maximum evolution algebraMENControlling the convergence overlap of the algorithmlimit
3) Is randomly generated according to the following formulaSNAnDMaintaining a feasible solution;
Figure 564212DEST_PATH_IMAGE004
wherein the content of the first and second substances,ub j andlb j are respectivelyx ij Upper and lower limits of value;
4) calculating the adaptive value of each honey source according to the following formula;
Figure 1010DEST_PATH_IMAGE005
wherein the content of the first and second substances,f i (x i ) Is the objective function value of the problem to be solved;
5) setting a cycle counterCount= 1; the method comprises the following steps:
a) Leading bees to the honey sourcex i The neighboring area searches for a new source of honey, and a new solution is generated according to the following formula
Figure 300404DEST_PATH_IMAGE006
Calculating an adaptive value;
Figure 215270DEST_PATH_IMAGE007
wherein the content of the first and second substances,kfor random generation, is [ -1,1 [)]A random number in between;
b) To pairx i And
Figure 549300DEST_PATH_IMAGE008
comparing, and leading the bees to select honey sources by adopting a greedy strategy;
c) The observation bee selects a dense source according to the following formulax i Probability of (2)P i
Figure 891419DEST_PATH_IMAGE009
d) Observing bee according to probabilityP i Selecting honey sourcex i And generating a new honey source near the honey source according to the formula (4)
Figure 412530DEST_PATH_IMAGE008
Calculating new honey source
Figure 865509DEST_PATH_IMAGE008
An adaptation value of;
e) Selecting a honey source by the observation bees according to a greedy strategy;
f) If the honey source needing to be abandoned exists, a new honey source is randomly generated according to the formula (2) to replace the honey source;
g) Recording the optimal value in the current iteration, and juxtaposingCount= Count + 1; up toMEN=Count
h) And outputting the optimal solution.
Further, the ant-bee algorithm is as follows:
(1) and (3) representation of intensity of pheromone and path point:
for each gridjCalculating the corresponding credibility of the grid in a specific mode: by a gridjFor the upper left vertex, extractjThe template is combined by adjacent three grids, and each grid corresponds to a coefficient
Figure 319624DEST_PATH_IMAGE010
And is and
Figure 832645DEST_PATH_IMAGE011
calculated according to the formula (6)jThe intensity of the pheromone within the template,
Figure 841052DEST_PATH_IMAGE012
is composed ofjA confidence value of;
Figure 97721DEST_PATH_IMAGE013
wherein the content of the first and second substances,
Figure 140763DEST_PATH_IMAGE014
correspond totTime down path pointjAndkpheromone values in between;
(2) route point selection strategy:
selecting path points according to the "bet round method" according to the transition probability, each ant is intThe probability of a time moving from a certain waypoint to an adjacent waypoint is as follows:
Figure 824685DEST_PATH_IMAGE015
wherein the content of the first and second substances,
Figure 585968DEST_PATH_IMAGE016
is shown intThe time of day is determined by the waypointiTo the path pointjThe amount of information remaining;D ij as a waypointiAndjthe Euclidean distance between;
Figure 380749DEST_PATH_IMAGE017
for the path point to be selectedjA confidence value of;
Figure 809456DEST_PATH_IMAGE018
to the relative degree of importance of the pheromone,
Figure 664280DEST_PATH_IMAGE019
is two grids (iAndj) The relative degree of importance of the distance information between,
Figure 647279DEST_PATH_IMAGE020
as a waypointjA confidence value of; three parameters
Figure 245751DEST_PATH_IMAGE021
The following relation is satisfied:
Figure 263385DEST_PATH_IMAGE022
(3) pheromone update strategy:
the update strategy is shown in the following formula:
Figure 306688DEST_PATH_IMAGE023
wherein the content of the first and second substances,
Figure 776984DEST_PATH_IMAGE024
is a constant between 0 and 1, indicating the persistence of the pheromone substance; while
Figure 179146DEST_PATH_IMAGE025
Indicating the degree of disappearance of the pheromone substance;L c andL w respectively representing locally optimal pathsp l And global optimal pathp g The length of the path of (a) is,Qis a constant;c 1andc 2respectively representing locally optimal pathsp l And global optimal pathp g Weight in pheromone update, and satisfyc 1+c 2=1(1>c 1,c 2>0)。
The invention further aims to provide a robot path planning system based on the ant-bee algorithm in the obstacle environment.
The invention has the advantages and positive effects that: the method of the invention fully utilizes respective advantages of the bee colony algorithm, the ant colony algorithm and the like, and overcomes respective disadvantages to find a global optimal planning path through advantage complementation. The advantages can be described as: the global optimal path obtained by the bee colony algorithm planning is correspondingly converted into the enhancement value of the pheromone between the path points, so that the blindness of the conventional ant colony algorithm in the initial path optimization is avoided, and the universality of the ant colony algorithm search space is reduced. Secondly, different from the traditional ant city selection strategy, the reliability is introduced into the path point selection strategy, the intensity and distance factors of pheromones among the path points are considered, the ant information quantity of the adjacent area of the path point to be selected is fully considered, and compared with an ant colony algorithm, obstacles can be successfully identified and other path points can be successfully selected. When the round trip of the ants is finished, the pheromone updating strategy does not update the local paths represented by all the ants, but aims at the local optimal path represented by the optimal antp l Global optimal path represented by global optimal antsp g The pheromone is updated, so that the positive feedback of the pheromone is facilitated, and the searching speed of the algorithm on the global optimal path can be increased. The implementation case has obvious effects, the global optimal path obtained by the ant colony system optimization constructed by the ant colony algorithm and the bee colony algorithm is superior to a single planning path algorithm in time efficiency (in environments 1 and 2, the optimal path is respectively improved by 24.38% and 28.93% compared with BCR), the solution precision is superior to the bee colony planning path algorithm (in environments 1 and 2, the optimal path is respectively improved by 1.8% and 7.5% compared with APR), and the method is a novel method for solving the optimization problem with the characteristics of intuition and universality.
Drawings
Fig. 1 is a flowchart of a robot path planning method based on an ant-bee algorithm in an obstacle environment provided by the implementation of the present invention.
Fig. 2 is a robot path planning method and system based on the ant-bee algorithm in a barrier environment.
FIG. 3 is a distribution diagram of pheromones provided by practice of the present invention.
FIG. 4 is a template profile provided by the practice of the present invention.
FIG. 5 is a diagram of simulation results between different methods provided by the present invention based on the environment.
In the figure: (a) a multi-obstacle grid environment under a 20 × 20 environment; (b) the global optimal planning path searched in the BCR environment is obtained; (c) searching a global optimal planning path in an APR environment; (d) and searching the global optimal planning path in the ABR environment.
FIG. 6 is a diagram of simulation results between different methods based on environment two provided by the present invention.
In the figure: (a) a multi-obstacle grid environment under a 30 × 30 environment; (b) the global optimal planning path searched in the BCR environment is obtained; (c) searching a global optimal planning path in an APR environment; (d) and searching the global optimal planning path in the ABR environment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention designs a novel path selection strategy, the credibility of path points is integrated into the strategy, and the aspects of the distance, the pheromone, the credibility and the like of the path points to be selected are comprehensively considered in the path point selection process, so that the path points can be selected preferentially, and the situation that the optimization is trapped in a local optimal solution can be avoided. Meanwhile, before the ant colony algorithm is optimized, the convergence efficiency of the ant colony algorithm can be enhanced by using a planned path obtained by optimizing the bee colony system, and the provided pheromone updating strategy only executes pheromone enhancement operation on the optimal path of ant circumambulation. The results of the examples show that: compared with other related methods, the robot path planning method and system based on the ant-bee algorithm in the obstacle environment, which are provided by the invention, are more favorable for accelerating the convergence speed of system optimization while ensuring the solving quality, and are more favorable for the optimal path to be taken out of sight within the same time planning scale.
The application of the principles of the present invention will now be further described with reference to the accompanying drawings.
As shown in fig. 1, the method for planning a robot path based on an ant-bee algorithm in an obstacle environment provided by the invention comprises the following steps:
s101, initializing parameters, and setting parameters of a swarm algorithm;
including population scale SN, population maximum evolutionary algebraMENControlling the convergence overlap of the algorithmlimit(ii) a Setting parameters of the ant colony algorithm: including the number of antsN a Pheromone persistenceρPath weightc 1Andc 2coefficient of weightαβAndγ
s102, initializing environmental information distribution;
and (4) setting an environment by using a grid method, and initializing pheromones on grid points.
S103, obtaining a global optimal path by using a swarm robot path planning method, and converting the path into an enhanced value of the pheromone
Figure 316867DEST_PATH_IMAGE001
Subsequently placing the ant colony at the starting pointS
S104, executing an ant colony path moving scheme;
and each ant selects the next path point according to the path point selection strategy. If the pheromone from the current grid to the adjacent path point is 0, the ant continuously selects other adjacent path points on the current grid, if no path point is available on the periphery, the current grid is set as an obstacle grid, and the ant returns to the last searched path point.
S105, repeating the step S104 until the whole ant colony reaches the end point;
s106, updating pheromones on each path according to formulas (9) and (10) according to the pheromone updating strategy;
s107, if the whole ant colony converges to a path or the cycle times reach the maximum value, the cycle is ended, the whole global optimal path searching process is ended, and a global optimal path is output; otherwise, go to step S104.
FIG. 3 is a distribution diagram of pheromones provided by practice of the present invention.
The invention is further described below with reference to specific assays.
The evaluation function of the individual adaptive value in the bee colony algorithm provided by the invention is as follows:
1. in the system constructed by using the swarm algorithm, each bee individual represents a path from an initial point to a final point,
Figure 247913DEST_PATH_IMAGE002
represents an individual bee, wherein,Drepresenting the dimension size of the individual, each dimension of the individual representing a grid number, and the 1 st dimension of the individual
Figure 471084DEST_PATH_IMAGE026
And last 1 dimension
Figure 676938DEST_PATH_IMAGE027
The grid serial numbers respectively represent the initial point and the terminal point; connecting every 1-dimension in the individual to form a path from a starting point to an end point, wherein x = (1,2,5,9,10,20,21,27,40,45,60,78,89,90,93,96,100) represents a path from 1 to 100, and the intermediate passes through 2,5,9,10,20,21,27,40,45,60,78,89,90,93,96 grid serial numbers; evaluating an individualx i In the above (1), the following individual fitness value evaluation functions are defined:
Figure 403585DEST_PATH_IMAGE003
2. the invention provides a global path planning algorithm for a swarm robot, which comprises the following specific steps:
step2.1 uses a grid method to set environment, thereby obtaining a two-dimensional array representing environment informationENV[][].
Step2.2 parameter set, population size isSNThe number of leading bees and observation bees is half of the population number, i.e. the initial number of solutionsFN=SN/2 maximum evolutionary algebra of populationMEN,Control algorithm convergence overlap timeslimit
Step2.3 was randomly generated as followsSNAnDSolution to problem of maintenance
Figure 771113DEST_PATH_IMAGE004
Wherein the content of the first and second substances,ub j andlb j are respectivelyx ij Upper and lower limits of the values.
Step2.4 the fitness value of each honey source was calculated according to the following formula.
Figure 216001DEST_PATH_IMAGE005
.
Wherein the content of the first and second substances,f i (x i ) Is the objective function value of the problem to be solved.
Step2.5 set Loop counterCount=1;
Repeat
Step2.5.1 leading bees to the honey source
Figure 959966DEST_PATH_IMAGE028
The neighboring area searches for a new source of honey, and a new solution is generated according to the following formula
Figure 541120DEST_PATH_IMAGE006
And calculating an adaptive value.
Figure 345128DEST_PATH_IMAGE007
Wherein the content of the first and second substances,kin order to generate the information at random,
Figure 11732DEST_PATH_IMAGE029
is [ -1,1 [ ]]A random number in between.
Step2.5.2 pairs
Figure 559388DEST_PATH_IMAGE028
And
Figure 995049DEST_PATH_IMAGE008
for comparison, the lead bee selects the honey source by adopting a greedy strategy (namely, a better solution is kept).
Step2.5.3 Observation bees select dense sources according to the following formulax i Probability of (2)P i
Figure 969958DEST_PATH_IMAGE009
Step2.5.4 Observation of bees according to probabilityP i Selecting honey sourcex i And generating a new honey source near the honey source according to the formula (4)
Figure 123859DEST_PATH_IMAGE008
Calculating new honey source
Figure 209627DEST_PATH_IMAGE008
The adaptive value of (a).
Step2.5.5 the observer bees select honey sources according to a greedy strategy.
Step2.5.6 if there is a honey source to be discarded (i.e. the honey source is according to equation (4))limitNo change in number) at which point a new secret source is randomly generated to replace it according to equation (2).
Step2.5.7 records the optimal value in the iterative and juxtaposesCount=Count+1.
untilMEN=Count
And outputting the optimal solution by Step2.6.
3. The present invention is further described below in conjunction with the ant algorithm.
The ant-bee algorithm is as follows:
the ant-bee algorithm is a mixed algorithm which references the respective advantages of the ant colony algorithm and the bee colony algorithm. The process of searching the food source by the swarm algorithm is the process of searching the food source to be optimized, and mutual cooperation among bees in different roles promotes the swarm to converge on the global optimal solution at a high speed. However, in a multi-obstacle complex environment, obstacles may not be effectively avoided. Thus, the obtained global path may not effectively guide the movement path planning process of the robot. The ant colony can obtain a global optimal path through accumulated analysis of pheromones in the path, has certain identification and analysis capacity on obstacles, and mainly benefits from an ant city path selection strategy. However, the ant colony algorithm has the disadvantages that the accumulation time of pheromones is too long, so that the search speed of the global optimal path is too slow, the efficiency is seriously low along with the increase of the problem scale, and the ant colony algorithm is not suitable for being applied to large-scale and complex problems in cities.
(1) Representation of intensity of pheromone and path point
For a given gridiThe pheromone distribution of the grid is distributed on the paths of eight adjacent grids, and each grid is assumed to be a square grid with the side length of 1; as shown in fig. 3;
grid (C)iThe grids (1-8) adjacent to the grid have pheromone distribution, and the pheromone is distributedv ij (j=1, 2., 8) depends on the pheromone accumulation effect of the ant colony on the path, and numbers 1 to 8 also indicate the moving direction of the robot. Path pointi(i.e. grid)i) In the planning process of selecting the adjacent path points, each path point to be selectedj(jNeighboring pheromone distribution of =1, 2., 8) to the path point to be selectedjThe choice of (a) has an important influence. Obviously, if the distribution of the neighboring pheromones is strong, the to-be-selected path point has more information communication with the neighboring area, the intensity of the pheromone left by the ants in the area is strong, and the probability that the to-be-selected path point is selected as the next moving path point is high. Therefore, in the present invention, for each gridjThe reliability value is calculated in the following specific mode: by a gridjFor the upper left vertex, extractjAdjacent three grids ofAs shown in fig. 3. In this case, each grid corresponds to a coefficient
Figure 765373DEST_PATH_IMAGE010
And is and
Figure 911183DEST_PATH_IMAGE011
calculated according to the formula (6)jIntensity of pheromone in the template, i.e.jA confidence value of (2).
Figure 817960DEST_PATH_IMAGE013
Wherein the content of the first and second substances,
Figure 701559DEST_PATH_IMAGE014
correspond totTime down path pointjAndkpheromone values in between.
(2) Path point selection strategy
During the movement of each step of the ant, only the path point of each step of movement is selected from the adjacent grids. Thus, each grid has equal chance of being chosen as a place for ants to move next, where path points are chosen according to the transition probability in a "round of bet" manner, with each ant attThe time being represented by a certain path point (grid)i) Moving adjacent path points (grids)j) The probability of (c) is:
Figure 111812DEST_PATH_IMAGE015
wherein the content of the first and second substances,
Figure 428523DEST_PATH_IMAGE016
is shown intThe time of day is determined by the waypointiTo the path pointjThe amount of information remaining;D ij as a waypointiAndjthe Euclidean distance between;
Figure 557016DEST_PATH_IMAGE017
for the path point to be selectedjA confidence value of (2).
Figure 984587DEST_PATH_IMAGE018
To the relative degree of importance of the pheromone,
Figure 514925DEST_PATH_IMAGE019
is two grids (iAndj) The relative degree of importance of the distance information between,
Figure 736959DEST_PATH_IMAGE020
as a waypointjA confidence value of (2). Three parameters
Figure 352748DEST_PATH_IMAGE021
The following relation is satisfied:
Figure 584009DEST_PATH_IMAGE022
different from the path selection strategy of the standard ant algorithm, the formula (6) analyzes pheromone and distance between adjacent path points and simultaneously comprehensively considers the path pointsjA confidence value of (2). This is because, in the course of selecting ant paths, there are some paths and their neighboring area paths are likely to have the phenomenon that pheromones are weak or even 0.
(3) Pheromone update strategy
And in the process that the ant colony moves from the starting point to the end point, selecting the path point of each movement according to the intensity of the pheromone on the path and the reliability value of the adjacent point. In the invention, after the ant colony completes one round trip, the pheromone updating strategy does not update the local paths represented by all ants, but timely aims at the local optimal path represented by the optimal antp l Global optimal path represented by global optimal antsp g The pheromone is updated, so that the positive feedback effect of the pheromone is enhanced, and the searching speed of the algorithm on the global optimal path can be increased. Here, the update strategy is shown by the following formula:
Figure 968854DEST_PATH_IMAGE023
wherein the content of the first and second substances,
Figure 627369DEST_PATH_IMAGE024
is a constant between 0 and 1, indicating the persistence of the pheromone substance; and 1-
Figure 464875DEST_PATH_IMAGE024
Indicating the degree of disappearance of the pheromone substance;L c andL w respectively representing locally optimal pathsp l And global optimal pathp g The length of the path of (a) is,Qis a constant; respectively representing locally optimal pathsp l And global optimal pathp g Weight in pheromone update, and satisfyc 1+c 2=1(1>c 1,c 2>0)。
4. The invention is further described with reference to specific examples.
Example (b):
the robot path planning method and system based on the ant-bee algorithm in the obstacle environment are abbreviated as ABR, and in order to effectively describe the high efficiency of the robot path planning method and system in the robot path planning process, the multi-obstacle grid environment in 20 × 20 environment and 30 × 30 environment is used in implementation. In addition, in order to better compare the validity of simulation results of the ABR, the method is respectively compared with a bee colony robot path planning method (BCR for short) and an ant colony-swarm algorithm machine path planning method (dung et al, an ant colony-swarm algorithm control theory and application of robot path planning in obstacle environments, 2009,26(8):879-883, the method is abbreviated as APR), and the like.
The parameters in the implementation process of the invention are respectively as follows: (1) parameter setting of ABR method, (1.1) parameter setting of bee colony algorithm, bee colony scaleSN=40, maximum evolutionary algebra of populationMEN=2000,Control algorithm convergence overlap timeslimit=20; (1.2) parameters of the ant colony algorithm: number of antsN a =30, pheromone persistence
Figure 234248DEST_PATH_IMAGE024
=0.1, path weightc 2=c 1=0.5, constantQ=50, weight coefficient
Figure 739178DEST_PATH_IMAGE018
=0.4﹑
Figure 568594DEST_PATH_IMAGE019
=0.3 and
Figure 627817DEST_PATH_IMAGE020
and = 0.3. (2) Parameter setting of APR method, (2.1) ant numberN a =30, pheromone persistence
Figure 935302DEST_PATH_IMAGE024
=0.1, path weightc 1=c 2=0.5, weight coefficient
Figure 294739DEST_PATH_IMAGE018
=1﹑
Figure 295056DEST_PATH_IMAGE019
=2, constantQ=100, (2.2) particle swarm algorithm parameter settings, the number of particles is 30, the maximum iteration number is 50,c 2=c 1=2, initial inertial weightwLinearly decreasing from 0.9 to 0.4 with the number of iterationsV max =10.
The simulation result in the environment one is shown in fig. 5, and global optimal planning paths searched in the environment by three methods, namely ABR, BCR, APR and the like.
From the planned path analysis depicted in fig. 5, it can be seen that: the path planned by the BCR method passes through 27 path points from the starting point to the end point, 11 path points walking along the direction 1 and 16 path points walking along the direction 2 or 8 in the moving process, and the total length of the path is
Figure 107154DEST_PATH_IMAGE030
The path obtained by the APR method passes through 25 path points from the starting point to the end point, in the moving process, 13 path points walking along the direction 1 and 12 path points walking along the direction 2 or 8 are provided, and the optimal path length is at the moment
Figure 946891DEST_PATH_IMAGE031
The path planned by the ABR method passes 24 path points in total from the starting point to the end point, 14 path points are traveled along the direction 1, 10 path points are traveled along the directions 2 or 8 in the moving process, and the total length of the path is equal to
Figure 160834DEST_PATH_IMAGE032
= 29.80. Therefore, the global optimal path planned by the ABR method of the invention has fewer path points than BCR and APR in the moving process of the robot, and the length of the path is relatively slightly smaller.
The simulation result under the environment two is shown in fig. 6;
fig. 6(a) is more complex than fig. 5(a), and more obstacles are distributed and more path points are selected from the starting point to the ending point. As can be seen from the optimal planned path analysis depicted in fig. 6: the path planned by the BCR method passes through 46 path points from the starting point to the end point, in the moving process, 12 path points walking along the direction 1 and 34 path points walking along the direction 2 or 8 are provided, and the total length of the path is
Figure 332053DEST_PATH_IMAGE033
=50.97, the path obtained by the APR method passes through 39 path points from the starting point to the end point, during the movement, there are 19 path points walking along the direction 1 and 20 path points walking along the direction 2 or 8, and the optimal path length is at this time
Figure 897026DEST_PATH_IMAGE034
=46.87, and the path planned by the ABR method passes 33 path points from the starting point to the end point, and during the moving process, there are 25 path points walking along the direction 1 and 8 path points walking along the directions 2 or 8, and the total length of the path is
Figure 546314DEST_PATH_IMAGE035
= 43.36. It can be seen that in the situation where the obstacle environment is more complex, the global optimal path planned by the ABR method of the present invention may experience significantly fewer path points than the BCR and the APR during the movement of the robot, and the length of the path experienced may also be significantly shorter than those of the other two methods.
The experimental data obtained in the two environments are combined, a performance comparison time data factor is introduced, and the optimization efficiency between the method and other two comparison methods is examined, as shown in table 1.
The experimental data obtained in the two environments are combined, a performance comparison time data factor is introduced, and the optimization efficiency between the method and other two comparison methods is examined, as shown in table 1.
Figure 614764DEST_PATH_IMAGE036
As can be seen from table 1 above, the average running time of the method of the present invention in solving the optimal planned path is superior to the other two comparison methods. And along with the gradual increase of the complexity of the problem environment, the global optimal planning path is less than two comparison methods of APR and BCR.
The robot path planning method and system based on the ant-bee algorithm in the obstacle environment can change along with the environment and have the capability of planning the global optimal path in real time. The method disclosed by the invention integrates two algorithms (an ant colony algorithm and a bee colony algorithm), the respective advantages are used for reference, the weak point influence of the respective algorithms is weakened, the established ant-bee robot path planning method is superior to two independent compared methods in time, and is superior to the two compared methods in solving efficiency, so that the method is a novel robot global path planning new method integrating the two algorithms, and the win-win effect on time and path optimization performance is achieved. The implementation effect shows that theoretically, the method can be further improved and deeply applied to other fields, such as urban traffic network path optimization problem, urban logistics path optimization problem, wireless sensor network path optimization and other practical optimization problems. These problems can be translated into similar problems to robot path optimization and are suitable for solving with the method proposed by the present invention.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (2)

1. A robot path planning method based on an ant-bee algorithm in a barrier environment is characterized by comprising the following steps:
respectively taking a honeycomb and a honey source as a starting point and an end point of a robot path planning process, finding a global optimal planning path through cooperation among different bee colonies, and correspondingly converting the global optimal planning path into an enhanced value of pheromones in a grid environment to provide prior knowledge for searching an ant colony algorithm;
evaluating the pheromone intensity value and distance factors of the path point to be selected, analyzing the reliability factor of the point to be selected, and identifying and analyzing the obstacle in the obstacle environment by the ant;
local optimal path represented for optimal antsp l Global optimal path represented by global optimal antsp g Updating the pheromone, and searching positive feedback of the pheromone in the path planning process;
the robot path planning method based on the ant-bee algorithm in the obstacle environment specifically comprises the following steps:
initializing parameters, and setting parameters of a swarm algorithm;
including population sizeSNPopulation maximum evolution algebraMENControlling the convergence overlap of the algorithmlimit(ii) a Setting parameters of the ant colony algorithm: including the number of antsN a Pheromone persistenceρPath weightc 1Andc 2coefficient of weightαβAndγ
initializing environmental information distribution;
setting an environment by using a grid method, and initializing pheromones on grid points;
step three, obtaining a global optimal path by using a swarm robot path planning method, and converting the path into an enhanced value of the pheromone
Figure 212270DEST_PATH_IMAGE001
Subsequently, the ant colony is placed at the starting point S;
step four, executing ant colony path movement;
each ant selects the next path point according to the path point selection strategy;
if the pheromone from the current grid to the adjacent path point is 0, the ant continuously selects other adjacent path points on the current grid, if no path point is available on the periphery, the current grid is set as an obstacle grid, and the ant returns to the last searched path point;
step five, repeating the step four until the whole ant colony reaches the end point;
step six, updating pheromones on each path according to formulas (9) and (10) according to the pheromone updating strategy;
step seven, if the whole ant colony converges to a path or the cycle times reach the maximum value, the cycle is ended, the whole global optimal path searching process is ended, and a global optimal path is output; otherwise, turning to the step four;
the evaluation function of the individual adaptive value in the bee colony algorithm is as follows:
in the system constructed by using the swarm algorithm, each bee individual represents a path from an initial point to a final point,
Figure 531780DEST_PATH_IMAGE002
represents an individual bee, wherein,Drepresenting the dimension size of the individual, each dimension of the individual representing a grid number, and the 1 st dimension of the individual
Figure 877311DEST_PATH_IMAGE003
And last 1 dimension
Figure 106298DEST_PATH_IMAGE004
The grid serial numbers respectively represent the initial point and the terminal point; connecting every 1-dimension in the individual to form a path from a starting point to an end point, wherein x = (1,2,5,9,10,20,21,27,40,45,60,78,89,90,93,96,100) represents a path from 1 to 100, and the intermediate passes through 2,5,9,10,20,21,27,40,45,60,78,89,90,93,96 grid serial numbers; evaluating an individualx i Defining an individual fitness value evaluation function as follows;
Figure 904490DEST_PATH_IMAGE005
the global path planning algorithm for the swarm robots comprises the following specific steps:
1) setting an environment by using a grid method, thereby obtaining a two-dimensional array ENV [ ] [ ] representing environment information;
2) setting parameters of a population scale ofSNLeading bees and observing bees are half of population quantity, and initial solution quantityFN=SN(v 2) population maximum evolution algebraMENControlling the convergence overlap of the algorithmlimit
3) Is randomly generated according to the following formulaSNAnDMaintaining a feasible solution;
Figure 24762DEST_PATH_IMAGE006
wherein the content of the first and second substances,ub j andlb j are respectivelyx ij Upper and lower limits of value;
4) Calculating the adaptive value of each honey source according to the following formula;
Figure 100165DEST_PATH_IMAGE007
wherein the content of the first and second substances,f i (x i ) Is the objective function value of the problem to be solved;
5) setting a cycle counterCount= 1; the method comprises the following steps:
a) Leading bees to the honey sourcex i The neighboring area searches for a new source of honey, and a new solution is generated according to the following formula
Figure 890267DEST_PATH_IMAGE008
Calculating an adaptive value;
Figure 300388DEST_PATH_IMAGE009
wherein the content of the first and second substances,kin order to generate the information at random,
Figure 568558DEST_PATH_IMAGE010
is [ -1,1 [ ]]A random number in between;
b) To pairx i And
Figure 498468DEST_PATH_IMAGE011
comparing, and leading the bees to select honey sources by adopting a greedy strategy;
c) The observation bee selects a dense source according to the following formulax i Probability of (2)P i
Figure 459471DEST_PATH_IMAGE012
d) Observing bee according to probabilityP i Selecting honey sourcex i And generating a new honey source near the honey source according to the formula (4)
Figure 356889DEST_PATH_IMAGE011
Calculating new honey source
Figure 163171DEST_PATH_IMAGE011
An adaptation value of;
e) Greedy observation of beesSelecting a honey source according to a strategy;
f) If the honey source needing to be abandoned exists, a new honey source is randomly generated according to the formula (2) to replace the honey source;
g) Recording the optimal value in the current iteration, and juxtaposingCount=Count+ 1; up toMENIs equal toCount
h) Outputting an optimal solution;
the ant-bee algorithm is as follows:
(1) and (3) representation of intensity of pheromone and path point:
for each gridjCalculating the reliability value of the grid in a specific mode of: by a gridjFor the upper left vertex, extractjThe template is combined by adjacent three grids, and each grid corresponds to a coefficient
Figure 213166DEST_PATH_IMAGE013
Wherein, in the step (A),k=1,2,3, and
Figure 79491DEST_PATH_IMAGE014
calculated according to the formula (6)jIntensity of pheromone in the template, i.e.jA confidence value of;
Figure 461275DEST_PATH_IMAGE015
wherein the content of the first and second substances,
Figure 71248DEST_PATH_IMAGE016
correspond totTime down path pointjAndkpheromone values in between;
(2) route point selection strategy:
selecting path points according to the "bet round method" according to the transition probability, each ant is intThe probability of a time moving from a certain waypoint to an adjacent waypoint is as follows:
Figure 975750DEST_PATH_IMAGE017
wherein the content of the first and second substances,
Figure 278556DEST_PATH_IMAGE018
is shown intThe time of day is determined by the waypointiTo the path pointjThe amount of information remaining;D ij as a waypointiAndjthe Euclidean distance between;
Figure 884986DEST_PATH_IMAGE019
for the path point to be selectedjA confidence value of;
Figure 298650DEST_PATH_IMAGE020
to the relative degree of importance of the pheromone,
Figure 57659DEST_PATH_IMAGE021
is two grids (iAndj) The relative degree of importance of the distance information between,
Figure 531366DEST_PATH_IMAGE022
as a waypointjA confidence value of; three parameters
Figure 625092DEST_PATH_IMAGE023
The following relation is satisfied:
Figure 576868DEST_PATH_IMAGE024
(3) pheromone update strategy:
the update strategy is shown in the following formula:
Figure 721541DEST_PATH_IMAGE025
wherein the content of the first and second substances,
Figure 490783DEST_PATH_IMAGE026
is a constant between 0 and 1, indicating the persistence of the pheromone substance; while
Figure 947172DEST_PATH_IMAGE027
Indicating the degree of disappearance of the pheromone substance;L c andL w respectively representing locally optimal pathsp l And global optimal pathp g The length of the path of (a) is,Qis a constant; c1 and c2 respectively represent locally optimal pathsp l And global optimal pathp g Weight in pheromone update, and satisfyc 1+c 2=1, wherein 1>c 1,c 2>0。
2. A system of the robot path planning method based on the ant-bee algorithm in the obstacle environment according to claim 1.
CN201711256105.3A 2017-12-03 2017-12-03 Robot path planning method and system based on ant-bee algorithm in obstacle environment Active CN108036790B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711256105.3A CN108036790B (en) 2017-12-03 2017-12-03 Robot path planning method and system based on ant-bee algorithm in obstacle environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711256105.3A CN108036790B (en) 2017-12-03 2017-12-03 Robot path planning method and system based on ant-bee algorithm in obstacle environment

Publications (2)

Publication Number Publication Date
CN108036790A CN108036790A (en) 2018-05-15
CN108036790B true CN108036790B (en) 2020-06-02

Family

ID=62095517

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711256105.3A Active CN108036790B (en) 2017-12-03 2017-12-03 Robot path planning method and system based on ant-bee algorithm in obstacle environment

Country Status (1)

Country Link
CN (1) CN108036790B (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958238B (en) * 2018-06-01 2021-05-07 哈尔滨理工大学 Robot point-to-area path planning method based on covariant cost function
CN109002923A (en) * 2018-07-23 2018-12-14 宁波大学 A kind of intercity multimode travel route planing method
CN109213157A (en) * 2018-08-28 2019-01-15 北京秦圣机器人科技有限公司 Data center's crusing robot paths planning method based on improved Ant Colony System
CN109282815A (en) * 2018-09-13 2019-01-29 天津西青区瑞博生物科技有限公司 Method for planning path for mobile robot based on ant group algorithm under a kind of dynamic environment
CN109164810B (en) * 2018-09-28 2021-08-10 昆明理工大学 Robot self-adaptive dynamic path planning method based on ant colony-clustering algorithm
CN109506655B (en) * 2018-10-19 2023-05-05 哈尔滨工业大学(威海) Improved ant colony path planning algorithm based on non-uniform modeling
CN109855640B (en) * 2019-01-29 2021-03-02 北京航空航天大学 Path planning method based on free space and artificial bee colony algorithm
CN109977455B (en) * 2019-01-30 2022-05-13 广东工业大学 Ant colony optimization path construction method suitable for three-dimensional space with terrain obstacles
CN109945881B (en) * 2019-03-01 2020-08-25 北京航空航天大学 Mobile robot path planning method based on ant colony algorithm
CN110702121B (en) * 2019-11-23 2023-06-23 赣南师范大学 Optimal path fuzzy planning method for hillside orchard machine
CN110990769B (en) * 2019-11-26 2021-10-22 厦门大学 Attitude migration algorithm system suitable for multi-degree-of-freedom robot
CN112486185B (en) * 2020-12-11 2023-05-09 东南大学 Path planning method based on ant colony and VO algorithm in unknown environment
CN112461247B (en) * 2020-12-16 2023-05-23 广州大学 Robot path planning method based on self-adaptive sparrow search algorithm
CN114169560B (en) * 2020-12-22 2023-04-07 四川合纵药易购医药股份有限公司 Material scheduling control method for stereoscopic warehouse
CN115609595B (en) * 2022-12-16 2023-03-07 北京中海兴达建设有限公司 Trajectory planning method, device and equipment of mechanical arm and readable storage medium
CN117550273B (en) * 2024-01-10 2024-04-05 成都电科星拓科技有限公司 Multi-transfer robot cooperation method based on bee colony algorithm

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105509749A (en) * 2016-01-04 2016-04-20 江苏理工学院 Mobile robot path planning method and system based on genetic ant colony algorithm
CN106225788A (en) * 2016-08-16 2016-12-14 上海理工大学 The robot path planning method of ant group algorithm is expanded based on path

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7363126B1 (en) * 2002-08-22 2008-04-22 United Parcel Service Of America Core area territory planning for optimizing driver familiarity and route flexibility

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105509749A (en) * 2016-01-04 2016-04-20 江苏理工学院 Mobile robot path planning method and system based on genetic ant colony algorithm
CN106225788A (en) * 2016-08-16 2016-12-14 上海理工大学 The robot path planning method of ant group algorithm is expanded based on path

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种求解旅行商问题的改进蚁群算法;汤可宗等;《东华理工学院学报》;20071215(第04期);387-390 *

Also Published As

Publication number Publication date
CN108036790A (en) 2018-05-15

Similar Documents

Publication Publication Date Title
CN108036790B (en) Robot path planning method and system based on ant-bee algorithm in obstacle environment
CN113110592B (en) Unmanned aerial vehicle obstacle avoidance and path planning method
Zhao et al. Survey on computational-intelligence-based UAV path planning
CN109945881B (en) Mobile robot path planning method based on ant colony algorithm
CN110794842A (en) Reinforced learning path planning algorithm based on potential field
CN110750096B (en) Mobile robot collision avoidance planning method based on deep reinforcement learning in static environment
Wang et al. Autonomous robotic exploration by incremental road map construction
CN104392283A (en) Artificial fish swarm algorithm based traffic route searching method
CN111610786A (en) Mobile robot path planning method based on improved RRT algorithm
CN108985516A (en) Indoor paths planning method based on cellular automata
CN110045738A (en) Robot path planning method based on ant group algorithm and Maklink figure
CN109683630A (en) Unmanned aerial vehicle flight path planing method based on population and PRM algorithm
CN114167865A (en) Robot path planning method based on confrontation generation network and ant colony algorithm
Su et al. Robot path planning based on random coding particle swarm optimization
Qiming et al. A review of intelligent optimization algorithm applied to unmanned aerial vehicle swarm search task
CN114815801A (en) Adaptive environment path planning method based on strategy-value network and MCTS
Wu et al. Global and local moth-flame optimization algorithm for UAV formation path planning under multi-constraints
CN108227718B (en) Self-adaptive switching automatic carrying trolley path planning method
CN110197250A (en) A kind of power battery on-line parameter identification method of multifactor impact
Tan et al. Multi-UAV path planning based on IB-ABC with restricted planned arrival sequence
CN117420824A (en) Path planning method based on intelligent ant colony algorithm with learning capability
CN111080035A (en) Global path planning method based on improved quantum particle swarm optimization algorithm
Zhang et al. A multi-goal global dynamic path planning method for indoor mobile robot
Chai et al. Mobile robot path planning in 2d space: A survey
Kou et al. Hybrid particle swarm optimization-based modeling of wireless sensor network coverage 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