Research Article
A Heuristic Evolutionary Algorithm of UAV Path Planning
1Initialization population | 2Calculating the security cost of each individual | 3If | 4Replacing operation | 5Updating population, go to step 2 | 6If | 7Calculating effective cost of each individual | 8If has not terminated | 9Evolutionary operations | 10Updating population, go to step 2 | 11If termination | 12Output optimal path | 13End |
|