This repository provides the official implementation of our paper, "Optimization of Multi-Agent Flying Sidekick Traveling Salesman Problem over Road Networks "[PDF]
Clone the repository:
git clone https://github.com/Brelliothe/MixTSP.gitRun the following command to install the required packages:
conda create -n MixTSP python=3.7
conda activate MixTSP
pip install -r requirements.txtYou can find our algorithm implemented in file src/fstsp.py and all other baselines in the same folder.
To run all the experiments in the paper, you can use
python experiments.pyTo generate all the figures in the paper, you can use
python plot.pyIf you find our research helpful for your work, please consider starring this repo and citing our paper.