CN105509749A - Mobile robot path planning method and system based on genetic ant colony algorithm - Google Patents

Mobile robot path planning method and system based on genetic ant colony algorithm Download PDF

Info

Publication number
CN105509749A
CN105509749A CN201610003892.XA CN201610003892A CN105509749A CN 105509749 A CN105509749 A CN 105509749A CN 201610003892 A CN201610003892 A CN 201610003892A CN 105509749 A CN105509749 A CN 105509749A
Authority
CN
China
Prior art keywords
path
node
ant
represent
pheromones
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.)
Pending
Application number
CN201610003892.XA
Other languages
Chinese (zh)
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.)
Jiangsu University of Technology
Original Assignee
Jiangsu University of Technology
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 Jiangsu University of Technology filed Critical Jiangsu University of Technology
Priority to CN201610003892.XA priority Critical patent/CN105509749A/en
Publication of CN105509749A publication Critical patent/CN105509749A/en
Pending legal-status Critical Current

Links

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

The invention relates to a mobile robot path planning method and system based on a genetic ant colony algorithm. The mobile robot path planning method includes the steps that 1, modeling is conducted on the environment by establishing a coordinate system; 2, part of optimal solutions obtained through the genetic algorithm are converted to pheromones initial values of the ant colony algorithm; 3, optimum path search is conducted again through the ant colony algorithm, after optimum path search is ended, interlace operation is conducted on paths meeting the requirements of conditions, and the optimum path is finally obtained. The mobile robot path planning method and system overcome inevitable defects existing in a single ant colony algorithm, in other words, the ant colony algorithm is greater in blindness at the initial stage of search, the ant colony algorithm and the genetic algorithm are complementary in advantages, the search range of path search is shortened, and search efficiency of the optimum path is improved.

Description

Based on method for planning path for mobile robot and the system of GACA algorithm
Technical field
The present invention relates to intelligent robot algorithmic technique field, be specifically related to a kind of method for planning path for mobile robot based on GACA algorithm.
Background technology
Mobile robot is a key areas in intelligent control technology, except for except the fields such as interplanetary probe, ocean development and atomic energy, in factory automation, building, digs up mine, gets rid of the danger, military, service, also to have wide practical use in agricultural etc.The method of path planning has a lot, such as method of steepest descent, Artificial Potential Field Method, fuzzy reasoning method etc., and use method of steepest descent convergence slow, efficiency is not high, does not sometimes reach optimum solution; Use Artificial Potential Field Method to be convenient to the real-time control of bottom, but lack global information, there is local optimum problem; The advantage using fuzzy reasoning method maximum is that real-time is very good, but the formulation of the design of fuzzy membership functions, fuzzy control rule is mainly by the experience of people.
Genetic algorithm proves the strong algorithm of a kind of ability of searching optimum, has very strong robustness, concurrency.From the angle of macroscopic view, genetic algorithm has certain directivity, and therefore it is different from general random algorithm, a kind of instrument of the Stochastic choice that it uses just in directive search procedure, just because of its directivity, make it higher than general random algorithm efficiency.
Ant group algorithm be people be subject to real world ant seek carry out for impact and a kind of novel heuritic approach based on population optimizing that proposes, it is a kind of self-organization, walk abreast, the bionics algorithm of positive feedback, there is stronger robustness, can affect to external world in Actual path search and make dynamic response, it is widely used in path planning.
Summary of the invention
The object of this invention is to provide a kind of method for planning path for mobile robot and system, to solve the technical matters that blindness appears in ant group algorithm initial stage.
In order to solve the problems of the technologies described above, the invention provides a kind of method for planning path for mobile robot, comprising the steps:
Step S1, carries out modeling by setting up coordinate system to environment;
Step S2, a part of optimization solution genetic algorithm obtained is converted into the pheromones initial value of ant group algorithm;
Step S3, carries out optimum path search again by ant group algorithm, and optimizing terminates to carry out interlace operation to qualified path afterwards, finally obtains optimal path.
Further, by setting up coordinate system, the method that environment carries out modeling is comprised in described step 1:
The environmental detection device utilizing mobile robot to carry carries out modeling to generate a random initial path to environment.
Further, the method that a part of optimization solution genetic algorithm obtained in described step S2 is converted into the pheromones initial value of ant group algorithm comprises:
Step S21, initialization genetic parameter, to produce initial population;
Step S22, arranges fitness function, calculates the fitness of each population;
Step S23, before fitness is higher, 50% group of solution is converted to the pheromones initial value of ant group algorithm
Further, carry out optimum path search again in described step S3 by ant group algorithm, optimizing terminates to carry out interlace operation to qualified path afterwards, and the method finally obtaining optimal path comprises the steps:
Step S31, arranges ant group scale m 2, maximum iteration time N cand iterations initial value u is 0, and press following formula initialization remaining information element:
in formula: d ijrepresent the distance between node i and node j;
Step S32, every ant selects next node, until it is then defeated to arrive impact point according to state transfer formula
Outbound path, if shorter than current iteration optimal path, then upgrades it, and state transfer formula is as follows:
P i j k = [ τ i j ( t ) ] α · [ η i j ( t ) ] β Σ s ∈ allow k [ τ i s ( t ) ] α · [ η i s ( t ) ] β , s ∈ allow k 0 , s ∉ allow k ;
In formula: allow k(k=1,2...m 2) be the set of ant k node to be visited, during beginning, allow kin have (m 2-1) individual element, namely comprises except ant k sets out other all nodes of node, along with the propelling of time, and allow kin element reduce gradually, until be empty, namely represent that all nodes are all accessed complete;
τ ijt () represents the pheromone concentration between t node i, node j on path; α is the pheromones significance level factor; β is the heuristic function significance level factor, and namely ant can be transferred to apart from short node with larger probability;
η ijt () is heuristic function, represent that t ant transfers to the expected degree of node j from node i, computing formula is as follows: d ijrepresent the distance between node i and node j;
Step S33, carries out global information element to the path of optimizing by following formula and upgrades, export the optimal path of current iteration simultaneously, judge whether current iteration optimal path and current global optimum path have the identical point except starting point and impact point simultaneously;
If have, then with this node for point of crossing, interlace operation is carried out to two paths, produces new route and compare with global optimum path, if new route is short, then renewal global optimum path;
The formula path of optimizing being carried out to the renewal of global information element is as follows:
τ ij(t+1)=(1-ρ)τ ij(t)+ρΔτ ij(t)+Δ 1τ ij2τ ij
Δτ i j = Σ k = 1 m 2 Δτ i j k ;
In formula, ρ represents global information element volatility coefficient, represent the pheromone concentration that a kth ant discharges in node i and node j access path, Δ 1τ ijrepresent the pheromones increment through epicycle optimal path, Δ 2τ ijrepresent the pheromones increment through epicycle worst path; L 1, L 2represent the local optimum length in this circulation, the poorest length in local respectively; k 1, k 2represent this circulation local optimum, the poorest ant number in local respectively;
Step S34, cycle index u=u+1;
Step S35, places back in starting point ant, carries out next round iteration;
Step S36, if iterations u>N c, then optimizing terminates, and exports optimal path; Otherwise proceed to step S35.
Another aspect, present invention also offers a kind of mobile robot path planning system, comprising:
Environmental modeling module, carries out modeling by setting up coordinate system to environment;
Pheromones for obtaining the pheromones initial value of ant group algorithm obtains module, and
Obtain with pheromones the optimal path that module is connected and obtain module.
Further, described environmental modeling module carries out modeling to generate a random initial path by the environmental detection device utilizing mobile robot to carry to environment;
Described environmental detection device comprises: the camera that mobile robot carries, sonar ring, infrared sensor.
Further, a part of optimization solution that described pheromones acquisition module is suitable for genetic algorithm being obtained is converted into the pheromones initial value of ant group algorithm; Namely
Initialization genetic parameter, to produce initial population; Fitness function is set, calculates the fitness of each population; And fitness is higher before 50% group of solution be converted to the pheromones initial value of ant group algorithm
Further, described optimal path obtains module and is suitable for carrying out optimum path search again by ant group algorithm, and optimizing terminates to carry out interlace operation to qualified path afterwards, finally obtains optimal path; Namely
Ant group scale m is set 2, maximum iteration time N cand iterations initial value u is 0, and press following formula initialization remaining information element:
in formula: d ijrepresent the distance between node i and node j;
Every ant selects next node according to state transfer formula, until arrive impact point then outgoing route, if shorter than current iteration optimal path, then upgrade it, state transfer formula is as follows:
P i j k = [ τ i j ( t ) ] α · [ η i j ( t ) ] β Σ s ∈ allow k [ τ i s ( t ) ] α · [ η i s ( t ) ] β , s ∈ allow k 0 , s ∉ allow k ;
In formula: allow k(k=1,2...m 2) be the set of ant k node to be visited, during beginning, allow kin have (m 2-1) individual element, namely comprises except ant k sets out other all nodes of node, along with the propelling of time, and allow kin element reduce gradually, until be empty, namely represent that all nodes are all accessed complete;
τ ijt () represents the pheromone concentration between t node i, node j on path; α is the pheromones significance level factor; β is the heuristic function significance level factor, and namely ant can be transferred to apart from short node with larger probability;
η ijt () is heuristic function, represent that t ant transfers to the expected degree of node j from node i, computing formula is as follows: d ijrepresent the distance between node i and node j;
Carry out global information element to the path of optimizing by following formula to upgrade, export the optimal path of current iteration simultaneously, judge whether current iteration optimal path and current global optimum path have the identical point except starting point and impact point simultaneously;
If have, then with this node for point of crossing, interlace operation is carried out to two paths, produces new route and compare with global optimum path, if new route is short, then renewal global optimum path;
The formula path of optimizing being carried out to the renewal of global information element is as follows:
τ ij(t+1)=(1-ρ)τ ij(t)+ρΔτ ij(t)+Δ 1τ ij2τ ij
Δτ i j = Σ k = 1 m 2 Δτ i j k ;
In formula, ρ represents global information element volatility coefficient, represent the pheromone concentration that a kth ant discharges in node i and node j access path, Δ 1τ ijrepresent the pheromones increment through epicycle optimal path, Δ 2τ ijrepresent the pheromones increment through epicycle worst path; L 1, L 2represent the local optimum length in this circulation, the poorest length in local respectively; k 1, k 2represent this circulation local optimum, the poorest ant number in local respectively;
Cycle index u=u+1;
Ant is placed back in starting point, carries out next round iteration;
If iterations u>N c, then optimizing terminates, and exports optimal path; Otherwise continuation iteration.
The invention has the beneficial effects as follows, method for planning path for mobile robot of the present invention and system overcome the inevitable drawback that single ant group algorithm exists, namely ant group algorithm is too large in search starting stage blindness, achieve the mutual supplement with each other's advantages of ant group and genetic algorithm, reduce the seek scope of route searching, improve the search efficiency of optimal path.
Accompanying drawing explanation
Below in conjunction with drawings and Examples, the present invention is further described.
Fig. 1 is the FB(flow block) of method for planning path for mobile robot of the present invention;
Fig. 2 is the algorithm flow chart of method for planning path for mobile robot of the present invention.
Embodiment
In conjunction with the accompanying drawings, the present invention is further detailed explanation.These accompanying drawings are the schematic diagram of simplification, only basic structure of the present invention are described in a schematic way, and therefore it only shows the formation relevant with the present invention.
The principle of work of method for planning path for mobile robot of the present invention and system: because ant group algorithm is too large in search starting stage blindness, and genetic algorithm has good ability of searching optimum at the search initial stage; Therefore, the optimum solution that genetic algorithm produces is converted into the initial value of ant group algorithm pheromones, just effectively prevent the blindness at ant group algorithm initial stage.
Embodiment 1
As depicted in figs. 1 and 2, the present embodiment 1 provides a kind of method for planning path for mobile robot, comprises the steps:
Step S1, carries out modeling by setting up coordinate system to environment;
Step S2, a part of optimization solution genetic algorithm obtained is converted into the pheromones initial value of ant group algorithm;
Step S3, carries out optimum path search again by ant group algorithm, and optimizing terminates to carry out interlace operation to qualified path afterwards, finally obtains optimal path.
Carrying out the optional embodiment of one of modeling as environment, by setting up coordinate system, the method that environment carries out modeling being comprised in described step 1: the environmental detection device utilizing mobile robot to carry carries out modeling to generate a random initial path to environment.
Concrete, described environmental modeling, namely with mobile robot's starting point for true origin, the line of starting point and impact point is x-axis, is that y-axis sets up coordinate system at the vertical line of true origin place and x-axis; By the line segment n decile of starting point and impact point, Along ent is x r(r=1,2...n-1), crosses x rmake the vertical line l perpendicular to x-axis r, randomly at l rupper selection 1 p r, successively these path point are coupled together from the off, until impact point, to form a random initial path.
As the pheromones initial value of ant group algorithm the optional embodiment of one.
The method that a part of optimization solution genetic algorithm obtained in described step S2 is converted into the pheromones initial value of ant group algorithm comprises:
Step S21, initialization genetic parameter, to produce initial population;
Namely population scale m is set 1, crossover probability P c, mutation probability P m, and maximum iteration time N maxloop initialization number of times s is 0, and generation initial population, producing initial population can have two kinds of methods to generate, first method is at starting point amplitude different from the intercropping of impact point and the sinusoidal curve in cycle in x-axis, obtains one group of direction sequence to generate initial individuals along sinusoidal track; Another kind method is according to stochastic generation initial path method, and the number of individuals that these two kinds of methods generate is all m 1/ 2.
Step S22, arranges fitness function, calculates the fitness of each population;
By following formula determination fitness function f, calculate the fitness of each population:
f = 1 ( n 1 - n 2 ) A + n 2 2 A ;
In formula: n 1for the grid sum that path comprises, n 2for the grid logarithm that position is to angular dependence, A is the distance between adjacent cells central point, is the grid length of side;
And perform selection, intersection, mutation operation, cycle index s=s+1.
Operation is selected to adopt the pattern of competing between two, namely in population, Stochastic choice two individualities carry out fitness value and compare, the individuality of wherein larger fitness value is selected to enter the next generation, the relatively low individuality of fitness value is then eliminated, and this method avoids the generation of Premature Convergence and stagnation to a certain extent.
Interlace operation adopts some intersection of total Nodes, namely finds two to wait to intersect individual total node, exchanges chromosome before their total nodes or below, thus the continuous path individuality that formation two is new.
Mutation operation is in conjunction with Gene Mutation Principle, to the chromosome needing variation, the node of Stochastic choice except head and the tail node makes a variation, introduce the dynamic definitive variation rule of probability, the aberration rate less to the employing that adaptive value is large, to prevent excellent genes to be destroyed, also new gene can be introduced when being absorbed in locally optimal solution; The aberration rate that the employing that adaptive value is little is larger, effectively can improve individual adaptive value.And when making a variation, involved less aberration rate and comparatively Big mutation rate rate adopt 0.01 and 0.4 respectively.
If cycle index s>N max, then genetic algorithm stops; Otherwise repeat above-mentioned iterative step;
Step S23, before fitness is higher, 50% group of solution is converted to the pheromones initial value of ant group algorithm using the initial value of solution higher for fitness value in genetic algorithm as ant group algorithm pheromones, efficiently solve the slow-footed problem of ant group algorithm preconvergence, in conjunction with both advantage substantially increase efficiency and the precision of search.
Concrete, carry out optimum path search again by ant group algorithm in described step S3, optimizing terminates to carry out interlace operation to qualified path afterwards, and the method finally obtaining optimal path comprises the steps:
Step S31, initialization ant swarm parameter, namely arranges ant group scale m 2, maximum iteration time N cand iterations initial value u is 0, and press following formula initialization remaining information element:
in formula: d ijrepresent the distance between node i and node j;
Step S32, state transfer formula selects next node, until arrive impact point, namely every ant according to
State transfer formula selects next node, until arrive impact point then outgoing route;
Gained path is compared with current iteration optimal path, and it is upgraded, even optimum than current iteration
Path is short, then upgrade it, and state transfer formula is as follows:
P i j k = [ τ i j ( t ) ] α · [ η i j ( t ) ] β Σ s ∈ allow k [ τ i s ( t ) ] α · [ η i s ( t ) ] β , s ∈ allow k 0 , s ∉ allow k ;
In formula: allow k(k=1,2...m 2) be the set of ant k node to be visited, during beginning, allow kin have (m 2-1) individual element, namely comprises except ant k sets out other all nodes of node, along with the propelling of time, and allow kin element reduce gradually, until be empty, namely represent that all nodes are all accessed complete;
τ ijt () represents the pheromone concentration between t node i, node j on path; α is the pheromones significance level factor; β is the heuristic function significance level factor, and namely ant can be transferred to apart from short node with larger probability;
η ijt () is heuristic function, represent that t ant transfers to the expected degree of node j from node i, computing formula is as follows: d ijrepresent the distance between node i and node j;
Step S33, carry out global information element to the path of optimizing by following formula to upgrade, export the optimal path of current iteration simultaneously, judge whether current iteration optimal path and current global optimum path have the identical point except starting point and impact point, whether namely iteration is optimum has point of crossing with global optimum simultaneously;
If have, then with this node for point of crossing, interlace operation is carried out to two paths, produces new route and compare with global optimum path, if new route is short, then renewal global optimum path;
The formula path of optimizing being carried out to the renewal of global information element is as follows:
τ ij(t+1)=(1-ρ) τ ij(t)+ρ Δ τ ij(t)+Δ 1τ ij2τ ijthe next moment of t+1 indication (in this formula);
Δτ i j = Σ k = 1 m 2 Δτ i j k ;
In formula, ρ represents global information element volatility coefficient, represent the pheromone concentration that a kth ant discharges in node i and node j access path, Δ 1τ ijrepresent the pheromones increment through epicycle optimal path, Δ 2τ ijrepresent the pheromones increment through epicycle worst path; L 1, L 2represent the local optimum length in this circulation, the poorest length in local respectively; k 1, k 2represent this circulation local optimum, the poorest ant number in local respectively;
Step S34, cycle index u=u+1;
Step S35, places back in starting point ant, carries out next round iteration;
Step S36, if iterations u>N c, then optimizing terminates, and exports optimal path; Otherwise proceed to step S35.
Embodiment 2
As depicted in figs. 1 and 2, on embodiment 1 basis, the present embodiment 2 provides a kind of mobile robot path planning system, comprising:
Environmental modeling module, carries out modeling by setting up coordinate system to environment;
Pheromones for obtaining the pheromones initial value of ant group algorithm obtains module, and
Obtain with pheromones the optimal path that module is connected and obtain module.
Wherein, described environmental modeling module carries out modeling to generate a random initial path by the environmental detection device utilizing mobile robot to carry to environment; Described environmental detection device comprises: the camera that mobile robot carries, sonar ring, infrared sensor.
Further, a part of optimization solution that described pheromones acquisition module is suitable for genetic algorithm being obtained is converted into the pheromones initial value of ant group algorithm; I.e. initialization genetic parameter, to produce initial population; Fitness function is set, calculates the fitness of each population; And fitness is higher before 50% group of solution be converted to the pheromones initial value of ant group algorithm the concrete grammar obtained involved by pheromones initial value can see the relevant discussion of embodiment 1.
Described optimal path obtains module and is suitable for carrying out optimum path search again by ant group algorithm, and optimizing terminates to carry out interlace operation to qualified path afterwards, finally obtains optimal path; Namely
Ant group scale m is set 2, maximum iteration time N cand iterations initial value u is 0, and press following formula initialization remaining information element:
in formula: d ijrepresent the distance between node i and node j;
Every ant selects next node according to state transfer formula, until arrive impact point then outgoing route, if shorter than current iteration optimal path, then upgrade it, state transfer formula is as follows:
P i j k = [ τ i j ( t ) ] α · [ η i j ( t ) ] β Σ s ∈ allow k [ τ i s ( t ) ] α · [ η i s ( t ) ] β , s ∈ allow k 0 , s ∉ allow k ;
In formula: allow k(k=1,2...m 2) be the set of ant k node to be visited, during beginning, allow kin have (m 2-1) individual element, namely comprises except ant k sets out other all nodes of node, along with the propelling of time, and allow kin element reduce gradually, until be empty, namely represent that all nodes are all accessed complete;
τ ijt () represents the pheromone concentration between t node i, node j on path; α is the pheromones significance level factor; β is the heuristic function significance level factor, and namely ant can be transferred to apart from short node with larger probability;
η ijt () is heuristic function, represent that t ant transfers to the expected degree of node j from node i, computing formula is as follows: d ijrepresent the distance between node i and node j;
Carry out global information element to the path of optimizing by following formula to upgrade, export the optimal path of current iteration simultaneously, judge whether current iteration optimal path and current global optimum path have the identical point except starting point and impact point simultaneously;
If have, then with this node for point of crossing, interlace operation is carried out to two paths, produces new route and compare with global optimum path, if new route is short, then renewal global optimum path;
The formula path of optimizing being carried out to the renewal of global information element is as follows:
τ ij(t+1)=(1-ρ) τ ij(t)+ρ Δ τ ij(t)+Δ 1τ ij2τ ijthe next moment of t+1 indication (in this formula);
Δτ i j = Σ k = 1 m 2 Δτ i j k ;
In formula, ρ represents global information element volatility coefficient, represent the pheromone concentration that a kth ant discharges in node i and node j access path, Δ 1τ ijrepresent the pheromones increment through epicycle optimal path, Δ 2τ ijrepresent the pheromones increment through epicycle worst path; L 1, L 2represent the local optimum length in this circulation, the poorest length in local respectively; k 1, k 2represent this circulation local optimum, the poorest ant number in local respectively;
Cycle index u=u+1;
Ant is placed back in starting point, carries out next round iteration;
If iterations u>N c, then optimizing terminates, and exports optimal path; Otherwise continuation iteration.
With above-mentioned according to desirable embodiment of the present invention for enlightenment, by above-mentioned description, relevant staff in the scope not departing from this invention technological thought, can carry out various change and amendment completely.The technical scope of this invention is not limited to the content on instructions, must determine its technical scope according to right.

Claims (8)

1. a method for planning path for mobile robot, is characterized in that, comprises the steps:
Step S1, carries out modeling by setting up coordinate system to environment;
Step S2, a part of optimization solution genetic algorithm obtained is converted into the pheromones initial value of ant group algorithm;
Step S3, carries out optimum path search again by ant group algorithm, and optimizing terminates to carry out interlace operation to qualified path afterwards, finally obtains optimal path.
2. method for planning path for mobile robot according to claim 1, is characterized in that, comprises in described step 1 by setting up coordinate system to the method that environment carries out modeling:
The environmental detection device utilizing mobile robot to carry carries out modeling to generate a random initial path to environment.
3. method for planning path for mobile robot according to claim 1 and 2, is characterized in that,
The method that a part of optimization solution genetic algorithm obtained in described step S2 is converted into the pheromones initial value of ant group algorithm comprises:
Step S21, initialization genetic parameter, to produce initial population;
Step S22, arranges fitness function, calculates the fitness of each population;
Step S23, before fitness is higher, 50% group of solution is converted to the pheromones initial value of ant group algorithm
4. method for planning path for mobile robot according to claim 3, is characterized in that,
Carry out optimum path search again by ant group algorithm in described step S3, optimizing terminates to carry out interlace operation to qualified path afterwards, and the method finally obtaining optimal path comprises the steps:
Step S31, arranges ant group scale m 2, maximum iteration time N cand iterations initial value u is 0, and press following formula initialization remaining information element:
in formula: d ijrepresent the distance between node i and node j;
Step S32, every ant selects next node, until it is then defeated to arrive impact point according to state transfer formula
Outbound path, if shorter than current iteration optimal path, then upgrades it, and state transfer formula is as follows:
P i j k = [ τ i j ( t ) ] α · [ η i j ( t ) ] β Σ s ∈ allow k [ τ i s ( t ) ) α · [ η i s ( t ) ] β , s ∈ allow k 0 , s ∉ allow k ;
In formula: allow k(k=1,2...m 2) be the set of ant k node to be visited, during beginning, allow kin have (m 2-1) individual element, namely comprises except ant k sets out other all nodes of node, along with the propelling of time, and allow kin element reduce gradually, until be empty, namely represent that all nodes are all accessed complete;
τ ijt () represents the pheromone concentration between t node i, node j on path; α is the pheromones significance level factor; β is the heuristic function significance level factor;
η ijt () is heuristic function, represent that t ant transfers to the expected degree of node j from node i, computing formula is as follows: d ijrepresent the distance between node i and node j;
Step S33, carries out global information element to the path of optimizing by following formula and upgrades, export the optimal path of current iteration simultaneously, judge whether current iteration optimal path and current global optimum path have the identical point except starting point and impact point simultaneously;
If have, then with this node for point of crossing, interlace operation is carried out to two paths, produces new route and compare with global optimum path, if new route is short, then renewal global optimum path;
The formula path of optimizing being carried out to the renewal of global information element is as follows:
τ ij(t+1)=(1-ρ)τ ij(t)+ρΔτ ij(t)+Δ 1τ ij2τ ij
Δτ i j = Σ k = 1 m 2 Δτ i j k ;
In formula, ρ represents global information element volatility coefficient, represent the pheromone concentration that a kth ant discharges in node i and node j access path, Δ 1τ ijrepresent the pheromones increment through epicycle optimal path, Δ 2τ ijrepresent the pheromones increment through epicycle worst path; L 1, L 2represent the local optimum length in this circulation, the poorest length in local respectively; k 1, k 2represent this circulation local optimum, the poorest ant number in local respectively;
Step S34, cycle index u=u+1;
Step S35, places back in starting point ant, carries out next round iteration;
Step S36, if iterations u>N c, then optimizing terminates, and exports optimal path; Otherwise proceed to step S35.
5. a mobile robot path planning system, is characterized in that, comprising:
Environmental modeling module, carries out modeling by setting up coordinate system to environment;
Pheromones for obtaining the pheromones initial value of ant group algorithm obtains module, and
Obtain with pheromones the optimal path that module is connected and obtain module.
6. mobile robot path planning system according to claim 5, is characterized in that,
Described environmental modeling module carries out modeling to generate a random initial path by the environmental detection device utilizing mobile robot to carry to environment;
Described environmental detection device comprises: the camera that mobile robot carries, sonar ring, infrared sensor.
7. mobile robot path planning system according to claim 6, is characterized in that, a part of optimization solution that described pheromones acquisition module is suitable for genetic algorithm being obtained is converted into the pheromones initial value of ant group algorithm; Namely
Initialization genetic parameter, to produce initial population; Fitness function is set, calculates the fitness of each population; And fitness is higher before 50% group of solution be converted to the pheromones initial value of ant group algorithm
8. mobile robot path planning system according to claim 7, is characterized in that,
Described optimal path obtains module and is suitable for carrying out optimum path search again by ant group algorithm, and optimizing terminates to carry out interlace operation to qualified path afterwards, finally obtains optimal path; Namely
Ant group scale m is set 2, maximum iteration time N cand iterations initial value u is 0, and press following formula initialization remaining information element:
in formula: d ijrepresent the distance between node i and node j;
Every ant selects next node according to state transfer formula, until arrive impact point then outgoing route, if shorter than current iteration optimal path, then upgrade it, state transfer formula is as follows:
P i j k = [ τ i j ( t ) ] α · [ η i j ( t ) ] β Σ s ∈ allow k [ τ i s ( t ) ) α · [ η i s ( t ) ] β , s ∈ allow k 0 , s ∉ allow k ;
In formula: allow k(k=1,2...m 2) be the set of ant k node to be visited, during beginning, allow kin have (m 2-1) individual element, namely comprises except ant k sets out other all nodes of node, along with the propelling of time, and allow kin element reduce gradually, until be empty, namely represent that all nodes are all accessed complete;
τ ijt () represents the pheromone concentration between t node i, node j on path; α is the pheromones significance level factor; β is the heuristic function significance level factor;
η ijt () is heuristic function, represent that t ant transfers to the expected degree of node j from node i, computing formula is as follows: d ijrepresent the distance between node i and node j;
Carry out global information element to the path of optimizing by following formula to upgrade, export the optimal path of current iteration simultaneously, judge whether current iteration optimal path and current global optimum path have the identical point except starting point and impact point simultaneously;
If have, then with this node for point of crossing, interlace operation is carried out to two paths, produces new route and compare with global optimum path, if new route is short, then renewal global optimum path;
The formula path of optimizing being carried out to the renewal of global information element is as follows:
τ ij(t+1)=(1-ρ)τ ij(t)+ρΔτ ij(t)+Δ 1τ ij2τ ij
Δτ i j = Σ k = 1 m 2 Δτ i j k ;
In formula, ρ represents global information element volatility coefficient, represent the pheromone concentration that a kth ant discharges in node i and node j access path, Δ 1τ ijrepresent the pheromones increment through epicycle optimal path, Δ 2τ ijrepresent the pheromones increment through epicycle worst path; L 1, L 2represent the local optimum length in this circulation, the poorest length in local respectively; k 1, k 2represent this circulation local optimum, the poorest ant number in local respectively;
Cycle index u=u+1;
Ant is placed back in starting point, carries out next round iteration;
If iterations u>N c, then optimizing terminates, and exports optimal path; Otherwise continuation iteration.
CN201610003892.XA 2016-01-04 2016-01-04 Mobile robot path planning method and system based on genetic ant colony algorithm Pending CN105509749A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610003892.XA CN105509749A (en) 2016-01-04 2016-01-04 Mobile robot path planning method and system based on genetic ant colony algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610003892.XA CN105509749A (en) 2016-01-04 2016-01-04 Mobile robot path planning method and system based on genetic ant colony algorithm

Publications (1)

Publication Number Publication Date
CN105509749A true CN105509749A (en) 2016-04-20

Family

ID=55717904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610003892.XA Pending CN105509749A (en) 2016-01-04 2016-01-04 Mobile robot path planning method and system based on genetic ant colony algorithm

Country Status (1)

Country Link
CN (1) CN105509749A (en)

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106200650A (en) * 2016-09-22 2016-12-07 江苏理工学院 Mobile robot path planning method and system based on improved ant colony algorithm
CN106323293A (en) * 2016-10-14 2017-01-11 淮安信息职业技术学院 Multi-target searching-based two-colony multidirectional route planning method for robot
CN106406341A (en) * 2016-09-06 2017-02-15 广西师范大学 Flight control method for quadrotor unmanned aerial vehicle
CN106654987A (en) * 2016-11-18 2017-05-10 华北电力大学(保定) Power line multi-robot collaborative inspection method
CN106650074A (en) * 2016-12-14 2017-05-10 桂林电子科技大学 Catastrophic fault test method for digital microfluidic chip based on genetic ant colony fusion algorithm
CN106708063A (en) * 2017-03-22 2017-05-24 江南大学 Route planning method for search and rescue robot in chemical disaster scene
CN107134805A (en) * 2017-05-03 2017-09-05 国家电网公司 A kind of smooth storing cogeneration system Maximun power coefficient Forecasting Methodology
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
CN107560631A (en) * 2017-08-30 2018-01-09 山东鲁能智能技术有限公司 A kind of paths planning method, device and crusing robot
CN108036790A (en) * 2017-12-03 2018-05-15 景德镇陶瓷大学 Robot path planning method and system based on mutillid algorithm under a kind of obstacle environment
CN108171316A (en) * 2017-12-27 2018-06-15 东南大学 A kind of modified inertial positioning method measured towards real estate
CN108268959A (en) * 2016-12-30 2018-07-10 广东精点数据科技股份有限公司 Logistics distribution paths planning method based on primary and secondary population ant group algorithm
CN108413963A (en) * 2018-02-12 2018-08-17 淮安信息职业技术学院 Bar-type machine people's paths planning method based on self study ant group algorithm
CN108563239A (en) * 2018-06-29 2018-09-21 电子科技大学 A kind of unmanned aerial vehicle flight path planing method based on potential field ant group algorithm
CN108844549A (en) * 2018-07-04 2018-11-20 深圳凯达通光电科技有限公司 A kind of reliable logistics distribution navigation 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
CN109782270A (en) * 2018-12-29 2019-05-21 中国电子科技集团公司第二十研究所 A kind of data correlation method under the conditions of multi-sensor multi-target tracking
CN109828578A (en) * 2019-02-22 2019-05-31 南京天创电子技术有限公司 A kind of instrument crusing robot optimal route planing method based on YOLOv3
CN109940623A (en) * 2018-10-26 2019-06-28 广东工业大学 A kind of robot path planning method applied to weld seam
CN110160546A (en) * 2019-05-10 2019-08-23 安徽工程大学 A kind of method for planning path for mobile robot
CN110802598A (en) * 2019-11-26 2020-02-18 广东技术师范大学 Welding robot path planning method based on multi-ant-colony iterative optimization algorithm
CN110928295A (en) * 2019-10-16 2020-03-27 重庆邮电大学 Robot path planning method integrating artificial potential field and logarithmic ant colony algorithm
CN111079983A (en) * 2019-11-26 2020-04-28 深圳大学 Optimization method for vehicle path planning of assembly type construction site
CN111844049A (en) * 2020-08-04 2020-10-30 河北省科学院应用数学研究所 Dexterous hand grabbing control method and device and terminal equipment
CN112561200A (en) * 2020-12-22 2021-03-26 国网甘肃省电力公司电力科学研究院 Wind power station output hybrid prediction technology based on complete set empirical mode decomposition and improved ant colony optimization long-short term memory network
CN113081257A (en) * 2019-12-23 2021-07-09 四川医枢科技股份有限公司 Automatic planning method for operation path
CN113177757A (en) * 2021-04-23 2021-07-27 浙江工商大学 Scheduling method
CN113492411A (en) * 2021-09-10 2021-10-12 季华实验室 Robot grabbing path planning method and device, electronic equipment and storage medium
CN113917925A (en) * 2021-10-14 2022-01-11 安徽工程大学 Mobile robot path planning method based on improved genetic algorithm
CN114296451A (en) * 2021-12-15 2022-04-08 珠海一微半导体股份有限公司 Path planning method for robot wall work based on genetic algorithm
CN117733819A (en) * 2024-02-21 2024-03-22 太原工业学院 Operation method and device of intelligent inspection robot for power plant

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102175256A (en) * 2010-12-27 2011-09-07 浙江工业大学 Path planning determining method based on cladogram topological road network construction
CN103472828A (en) * 2013-09-13 2013-12-25 桂林电子科技大学 Mobile robot path planning method based on improvement of ant colony algorithm and particle swarm optimization
CN105043379A (en) * 2015-06-25 2015-11-11 中国科学院计算技术研究所 Scenic spot visiting path planning method and device based on space-time constraint

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102175256A (en) * 2010-12-27 2011-09-07 浙江工业大学 Path planning determining method based on cladogram topological road network construction
CN103472828A (en) * 2013-09-13 2013-12-25 桂林电子科技大学 Mobile robot path planning method based on improvement of ant colony algorithm and particle swarm optimization
CN105043379A (en) * 2015-06-25 2015-11-11 中国科学院计算技术研究所 Scenic spot visiting path planning method and device based on space-time constraint

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
何娟等: "一种遗传蚁群算法的机器人路径规划方法", 《计算机仿真》 *
刘波: "改进蚁群算法的研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
柳长安: "基于改进蚁群算法的移动机器人动态路径规划方法", 《电子学报》 *

Cited By (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106406341A (en) * 2016-09-06 2017-02-15 广西师范大学 Flight control method for quadrotor unmanned aerial vehicle
CN106200650A (en) * 2016-09-22 2016-12-07 江苏理工学院 Mobile robot path planning method and system based on improved ant colony algorithm
CN106323293A (en) * 2016-10-14 2017-01-11 淮安信息职业技术学院 Multi-target searching-based two-colony multidirectional route planning method for robot
CN106323293B (en) * 2016-10-14 2018-12-25 淮安信息职业技术学院 Two groups of multidirectional robot path planning methods based on multiple target search
CN106654987A (en) * 2016-11-18 2017-05-10 华北电力大学(保定) Power line multi-robot collaborative inspection method
CN106654987B (en) * 2016-11-18 2018-06-19 华北电力大学(保定) Power circuit multi-robot Cooperation method for inspecting
CN106650074A (en) * 2016-12-14 2017-05-10 桂林电子科技大学 Catastrophic fault test method for digital microfluidic chip based on genetic ant colony fusion algorithm
CN106650074B (en) * 2016-12-14 2019-12-10 桂林电子科技大学 digital microfluidic chip catastrophic failure testing method based on genetic ant colony fusion algorithm
CN108268959A (en) * 2016-12-30 2018-07-10 广东精点数据科技股份有限公司 Logistics distribution paths planning method based on primary and secondary population ant group algorithm
CN106708063A (en) * 2017-03-22 2017-05-24 江南大学 Route planning method for search and rescue robot in chemical disaster scene
CN107134805A (en) * 2017-05-03 2017-09-05 国家电网公司 A kind of smooth storing cogeneration system Maximun power coefficient Forecasting Methodology
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
CN107560631B (en) * 2017-08-30 2020-02-14 国网智能科技股份有限公司 Path planning method and device and inspection robot
CN107560631A (en) * 2017-08-30 2018-01-09 山东鲁能智能技术有限公司 A kind of paths planning method, device and crusing robot
CN108036790A (en) * 2017-12-03 2018-05-15 景德镇陶瓷大学 Robot path planning method and system based on mutillid algorithm under a kind of obstacle environment
CN108036790B (en) * 2017-12-03 2020-06-02 景德镇陶瓷大学 Robot path planning method and system based on ant-bee algorithm in obstacle environment
CN108171316A (en) * 2017-12-27 2018-06-15 东南大学 A kind of modified inertial positioning method measured towards real estate
CN108171316B (en) * 2017-12-27 2020-06-30 东南大学 Real estate measurement-oriented improved inertial positioning method
CN108413963B (en) * 2018-02-12 2021-06-08 淮安信息职业技术学院 Self-learning ant colony algorithm-based strip robot path planning method
CN108413963A (en) * 2018-02-12 2018-08-17 淮安信息职业技术学院 Bar-type machine people's paths planning method based on self study ant group algorithm
CN108563239A (en) * 2018-06-29 2018-09-21 电子科技大学 A kind of unmanned aerial vehicle flight path planing method based on potential field ant group algorithm
CN108844549A (en) * 2018-07-04 2018-11-20 深圳凯达通光电科技有限公司 A kind of reliable logistics distribution navigation 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
CN109940623A (en) * 2018-10-26 2019-06-28 广东工业大学 A kind of robot path planning method applied to weld seam
CN109940623B (en) * 2018-10-26 2022-01-11 广东工业大学 Robot path planning method applied to welding seam
CN109782270B (en) * 2018-12-29 2022-06-21 中国电子科技集团公司第二十研究所 Data association method under multi-sensor multi-target tracking condition
CN109782270A (en) * 2018-12-29 2019-05-21 中国电子科技集团公司第二十研究所 A kind of data correlation method under the conditions of multi-sensor multi-target tracking
CN109828578A (en) * 2019-02-22 2019-05-31 南京天创电子技术有限公司 A kind of instrument crusing robot optimal route planing method based on YOLOv3
CN109828578B (en) * 2019-02-22 2020-06-16 南京天创电子技术有限公司 Instrument inspection robot optimal route planning method based on YOLOv3
CN110160546A (en) * 2019-05-10 2019-08-23 安徽工程大学 A kind of method for planning path for mobile robot
CN110160546B (en) * 2019-05-10 2022-05-20 安徽工程大学 Mobile robot path planning method
CN110928295A (en) * 2019-10-16 2020-03-27 重庆邮电大学 Robot path planning method integrating artificial potential field and logarithmic ant colony algorithm
CN110928295B (en) * 2019-10-16 2022-08-23 重庆邮电大学 Robot path planning method integrating artificial potential field and logarithmic ant colony algorithm
CN111079983A (en) * 2019-11-26 2020-04-28 深圳大学 Optimization method for vehicle path planning of assembly type construction site
CN110802598A (en) * 2019-11-26 2020-02-18 广东技术师范大学 Welding robot path planning method based on multi-ant-colony iterative optimization algorithm
CN113081257A (en) * 2019-12-23 2021-07-09 四川医枢科技股份有限公司 Automatic planning method for operation path
CN111844049A (en) * 2020-08-04 2020-10-30 河北省科学院应用数学研究所 Dexterous hand grabbing control method and device and terminal equipment
CN111844049B (en) * 2020-08-04 2021-08-17 河北省科学院应用数学研究所 Dexterous hand grabbing control method and device and terminal equipment
CN112561200A (en) * 2020-12-22 2021-03-26 国网甘肃省电力公司电力科学研究院 Wind power station output hybrid prediction technology based on complete set empirical mode decomposition and improved ant colony optimization long-short term memory network
CN113177757A (en) * 2021-04-23 2021-07-27 浙江工商大学 Scheduling method
CN113492411B (en) * 2021-09-10 2021-11-30 季华实验室 Robot grabbing path planning method and device, electronic equipment and storage medium
CN113492411A (en) * 2021-09-10 2021-10-12 季华实验室 Robot grabbing path planning method and device, electronic equipment and storage medium
CN113917925A (en) * 2021-10-14 2022-01-11 安徽工程大学 Mobile robot path planning method based on improved genetic algorithm
CN113917925B (en) * 2021-10-14 2022-12-09 安徽工程大学 Mobile robot path planning method based on improved genetic algorithm
CN114296451A (en) * 2021-12-15 2022-04-08 珠海一微半导体股份有限公司 Path planning method for robot wall work based on genetic algorithm
CN114296451B (en) * 2021-12-15 2024-06-18 珠海一微半导体股份有限公司 Robot wall surface working path planning method based on genetic algorithm
CN117733819A (en) * 2024-02-21 2024-03-22 太原工业学院 Operation method and device of intelligent inspection robot for power plant
CN117733819B (en) * 2024-02-21 2024-05-14 太原工业学院 Operation method and device of intelligent inspection robot for power plant

Similar Documents

Publication Publication Date Title
CN105509749A (en) Mobile robot path planning method and system based on genetic ant colony algorithm
CN105527965A (en) Route planning method and system based on genetic ant colony algorithm
CN106444755A (en) Mobile robot path planning method and system based on improved genetic algorithm
CN102819264B (en) Path planning Q-learning initial method of mobile robot
CN105913151A (en) Photovoltaic power station power generation amount predication method based on adaptive mutation particle swarm and BP network
CN104036329B (en) It is a kind of based on multiple agent cooperate with optimizing containing the micro- source active distribution topology reconstruction method of photovoltaic
CN110750096A (en) Mobile robot collision avoidance planning method based on deep reinforcement learning in static environment
CN103116865A (en) Multidimensional collaborative power grid planning method
CN104636801A (en) Transmission line audible noise prediction method based on BP neural network optimization
CN103218674A (en) Method for predicating output power of photovoltaic power generation system based on BP (Back Propagation) neural network model
CN106934209A (en) A kind of coal fired power plant flue gas oxygen content on-line prediction method
CN109002948A (en) The short-term photovoltaic power generation power prediction method of micro-capacitance sensor based on CDA-BP
CN105389623A (en) Thermal process model parameter identification method adopting improved ant colony algorithm
CN107121926A (en) A kind of industrial robot Reliability Modeling based on deep learning
CN108649605A (en) A kind of grid-connected allowed capacity planing methods of DER based on the double-deck scene interval trend
CN109934422A (en) Neural network wind speed prediction method based on time series data analysis
Eseye et al. A double-stage hierarchical hybrid PSO-ANN model for short-term wind power prediction
CN112508279A (en) Regional distributed photovoltaic prediction method and system based on spatial correlation
CN115146542A (en) Photovoltaic power ultra-short term prediction method, system, equipment and medium
Yadav et al. PSO tuned ANFIS model for short term photovoltaic power forecasting
CN109615142A (en) A kind of wind farm wind velocity combination forecasting method based on wavelet analysis
Zhao et al. Indoor localization algorithm based on hybrid annealing particle swarm optimization
CN105048451A (en) Interval power flow calculation method based on new energy power generation capacity interval prediction
Lu et al. Application of GA optimized wavelet neural networks for carrying capacity of water resources prediction
CN110348121A (en) A kind of reply streamflow change adaptability regulation of hydroelectric system and evaluation method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160420

RJ01 Rejection of invention patent application after publication