Skip to content
#

traveling-salesman-problem

Here are 96 public repositories matching this topic...

I am working on publishing a paper on approximating solutions to the Vehicle Routing Problem using Wisdom of Artificial Crowds with Genetic Algorithms. This is a continuation of work started in Professor Roman Yampolskiy's Artificial Intelligence class.

  • Updated Jan 10, 2020
  • Python
swarmlib

This repository implements several swarm optimization algorithms and visualizes them. Implemented algorithms: Particle Swarm Optimization (PSO), Firefly Algorithm (FA), Cuckoo Search (CS), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Grey Wolf Optimizer (GWO) and Whale Optimization Algorithm (WOA)

  • Updated Dec 16, 2020
  • Python

Implements a traveling salesperson problem (TSP) approximation algorithm in order to optimize routes for package deliveries. Written in Python. Supports multiple delivery vehicles, real time changes to delivery schedules and addresses, and provides detailed status updates for each package at any time before, during, or after delivery.

  • Updated Jan 12, 2021
  • Python

Improve this page

Add a description, image, and links to the traveling-salesman-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the traveling-salesman-problem topic, visit your repo's landing page and select "manage topics."

Learn more