Skip to main content

Research on Multi-modal Multi-objective Path Planning by Improved Ant Colony Algorithm

  • Conference paper
  • First Online:
Bio-Inspired Computing: Theories and Applications (BIC-TA 2022)

Part of the book series: Communications in Computer and Information Science ((CCIS,volume 1801))

  • 744 Accesses

Abstract

A research about the path planning problem has been popular topic nowadays and some effective algorithms have been developed to solve this kind of problem. However, the existing algorithms to solve the path problem can only find a single optimal path, cannot satisfactorily find multiple groups of optimal solutions at the same time, and it is very necessary to propose as many solutions as possible. So this paper carries out a research on the Multi-modal Multi-Objective Path Planning (MMOPP), the objective is to find all sets of Pareto optimal path solutions from the start point to the end point in a grid map. This paper proposes a multi-modal multi-objective ant colony path planning optimization algorithm based on matrix preprocessing technology and Dijkstra algorithm (MD-ACO). Firstly, a new method of storing maps that reduces the size of the map and reduces the size of the decision space has been proposed in this paper. Secondly, using the characteristics of the Dijkstra algorithm that can quickly find the optimal path, generate an initial feasible solution about the problem, and improve the problem that the initial pheromone of ant colony algorithm is insufficient and searching for solutions is slow. Thirdly, a reasonable threshold is set for the pheromone to avoid algorithm getting stuck in local optimal solution. Finally, the algorithm is tested on the MMOPP test sets to evaluate the performance of the algorithm, and the results show that MD-ACO algorithm can solve MMOPP and get the optimal solution set.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 99.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 129.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

  1. Ma, Y., Hu, M., Yan, X.: Multi-objective path planning for unmanned surface vehicle with currents effects. ISA Trans. 75, 137–156 (2018)

    Article  Google Scholar 

  2. Ajeil, F.H., Ibraheem, I.K., Sahib, M.A., et al.: Multi-objective path planning of an autonomous mobile robot using hybrid PSO-MFB optimization algorithm. Appl. Soft Comput. 89, 106076 (2020)

    Article  Google Scholar 

  3. Wang, J., Weng, T., Zhang, Q.: A two-stage multiobjective evolutionary algorithm for multiobjective multidepot vehicle routing problem with time windows. IEEE Trans. Cybern. 49(7), 2467–2478 (2018)

    Article  Google Scholar 

  4. Wang, J., Zhou, Y., Wang, Y., et al.: Multiobjective vehicle routing problems with simultaneous delivery and pickup and time windows: formulation, instances, and algorithms. IEEE Trans. Cybern. 46(3), 582–594 (2015)

    Article  Google Scholar 

  5. Xiang, D., Lin, H., Ouyang, J., et al.: Combined improved A* and greedy algorithm for path planning of multi-objective mobile robot. Sci. Rep. 12(1), 1–12 (2022)

    Article  Google Scholar 

  6. Zhang, K., Shen, C.N., Gary, G.Y., et al.: Two-stage double niched evolution strategy for multimodal multi-objective optimization. IEEE Trans. Evol. Comput. 25(4), 754–768 (2021)

    Article  Google Scholar 

  7. Liu, J., Ji, J., Ren, Y., et al.: Path planning for vehicle active collision avoidance based on virtual flow field. Int. J. Automot. Technol. 22(6), 1557–1567 (2022)

    Article  Google Scholar 

  8. Liu, J., Anavatti, S., Garratt, M., et al.: Modified continuous ant colony optimisation for multiple unmanned ground vehicle path planning. Expert Syst. Appl. 196, 116605 (2022)

    Article  Google Scholar 

  9. Lin, J., He, C., Cheng, R.: Adaptive dropout for high-dimensional expensive multiobjective optimization. Complex Intell. Syst. 8(1), 271–285 (2021)

    Article  Google Scholar 

  10. Jing, Y., Chen, Y., Jiao, M., et al.: Mobile robot path planning based on improved reinforcement learning optimization. In: Proceedings of the 2019 International Conference on Robotics Systems and Vehicle Technology, pp. 479–486 (2021)

    Google Scholar 

  11. Korus, K., Salamak, M., Jasinski, M.: Optimization of geometric parameters of arch bridges using visual programming FEM components and genetic algorithm. Eng. Struct. 241, 112465 (2021)

    Article  Google Scholar 

  12. Ozsari, S., Uguz, H., Hakli, H.: Implementation of meta-heuristic optimization algorithms for interview problem in land consolidation: a case study in Konya/Turkey. Land Use Policy 108, 105511 (2021)

    Article  Google Scholar 

  13. Deb, K., Pratap, A., Agarwal, S., et al.: A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 6(2), 182–197 (2002)

    Article  Google Scholar 

  14. Mao, J.Q.: Research on robot path planning based on improved ant colony algorithm. Comput. Appl. Softw. 38(5), 300–306 (2021)

    Google Scholar 

  15. Bullnheimer, B., Hartl, R.F., Strauss, C.: A new rank based version of the ant system-a computational study. Cent. Eur. J. Oper. Res. 7(1), 25–38 (1999)

    MathSciNet  MATH  Google Scholar 

  16. Li, B., Chiong, R., Gong, L.G.: Search-evasion path planning for submarines using the artificial bee colony algorithm. In: 2014 IEEE Congress on Evolutionary Computation (CEC). IEEE, pp. 528–535 (2014)

    Google Scholar 

  17. Ishibuchi, H., Imada, R., Setoguchi, Y., et al.: Performance comparison of NSGA-II and NSGA-III on various many-objective test problems. In: 2016 IEEE Congress on Evolutionary Computation (CEC). IEEE, pp. 3045–3052 (2016)

    Google Scholar 

  18. Liang, J., Yue C.T., Li, G.P., et al.: Problem definitions and evaluation criteria for the cec 2021 on multimodal multiobjective path planning optimization. Technical Report (2021)

    Google Scholar 

Download references

Acknowledgment

This work was supported by the National Natural Science Foundation of China (Grant No. 62176191 and 62272355).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Chaonan Shen .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2023 The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Jing, J., Zhang, L., Shen, C., Zhang, K. (2023). Research on Multi-modal Multi-objective Path Planning by Improved Ant Colony Algorithm. In: Pan, L., Zhao, D., Li, L., Lin, J. (eds) Bio-Inspired Computing: Theories and Applications. BIC-TA 2022. Communications in Computer and Information Science, vol 1801. Springer, Singapore. https://doi.org/10.1007/978-981-99-1549-1_2

Download citation

  • DOI: https://doi.org/10.1007/978-981-99-1549-1_2

  • Published:

  • Publisher Name: Springer, Singapore

  • Print ISBN: 978-981-99-1548-4

  • Online ISBN: 978-981-99-1549-1

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics