This package solves the Traveling Salesman Problem with Drone (TSP-D) with 1 truck and 1 drone. This implements the Divide-Partition-and-Search (DPS) algorithm and the Deep Reinforcement Learning (DRL ...
LEAP is a general purpose Evolutionary Computation package that combines readable and easy-to-use syntax for search and optimization algorithms with powerful distribution and visualization features.
Abstract: The Traveling Salesman Problem (TSP) is a classic NP-hard optimization challenge where a salesman must find the shortest route visiting a series of locations exactly once before returning to ...
Abstract: Aiming at the challenges faced by genetic algorithms in solving the traveler’s problem, including the low quality of initialized population, slow convergence speed, and the tendency to fall ...