| Algorithm 1. Random Probability Exploration of the Optimal Velocity . |
|
Input: UAV maximal velocity , constrains of neighbor UAVs
Output: The optimal velocity decision 1: Computational Rectangle Domain: 2: Random Velocity: 3: Set the Accuracy: 4: Initialization: , , 5: while do 6: if then 7: if then 8: 9: 10: end if 11: end if 12: 13: end while 14: Output The optimal velocity has been explored. 15: return. |