This repository contains a C++ implementation of HMAGS for the Electric Vehicle Routing Problem (EVRP).
This project is based on the following paper:
@article{hien2023greedy,
title={A greedy search based evolutionary algorithm for electric vehicle routing problem},
author={Hien, Vu Quoc and Dao, Tran Cong and Binh, Huynh Thi Thanh},
journal={Applied Intelligence},
volume={53},
number={3},
pages={2908--2922},
year={2023},
publisher={Springer}
}From the project root:
cmake -S . -B build
cmake --build buildRun from the project root:
./build/CEVRP-Hien HMAGS E-n22-k4.evrp statsOr, if you are already in build/:
./CEVRP-Hien HMAGS E-n22-k4.evrp statsNotes: