gaosz0755 / mmopp

Multi-objective A* algorithm for the multimodal multi-objective path planning optimization

Home Page:https://doi.org/10.1109/CEC45853.2021.9504943

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is part of the paper [Jin, B. (2021). Multi-objective A* algorithm for the multimodal multi-objective path planning optimization. In 2021 IEEE Congress on Evolutionary Computation (CEC), pp. 1704–1711].

Winner!

This project is written in C++ 17.

Usage:

  • ./solve: solve the test problems
  • ./solve <problem_file> <objective_list>: solve a problem with specified objectives (min_path_len, min_num_red, min_num_cross, min_f)

Third-party libraries:

Cited by:

  • Yao, X., Li, W., Pan, X., & Wang, R. (2022). Multimodal multi-objective evolutionary algorithm for multiple path planning. Computers & Industrial Engineering, 169, 108145.

About

Multi-objective A* algorithm for the multimodal multi-objective path planning optimization

https://doi.org/10.1109/CEC45853.2021.9504943

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%Language:C 0.0%Language:CMake 0.0%