Logistics is a huge area that poses a wide range of different optimization problems. It comprises many sub-fields, ranging from classical tasks like the to more general problems that are very constraint and specific to a particular company. I have contributed to many of these fields.

Traveling Salesperson Problem (TSP)

The most classical logistics task is the Traveling Salesperson Problem (), which is one of the most classical NP-hard problems from operations research.

Vehicle Routing Problems (VRPs)

Vehicle Routing Problems () are a much wider task than . While the TSP aims to route a single vehicle through several locations only considering the total travel distance, VRPs may involve multiple vehicles, time windows for pickup and delivery of goods from locations, capacity constraints, and even different vehicles such as trucks and trains.

  • Wei SHI (施玮), Thomas Weise (汤卫思), Raymond Chiong, and Bülent Çatay: Hybrid PACO with Enhanced Pheromone Initialization for Solving the Vehicle Routing Problem with Time Windows. IEEE Symposium on Computational Intelligence in Production and Logistics Systems (CIPLS'2015), part of the IEEE Symposium Series on Computational Intelligence (SSCI'2015), December 8-10, 2015, Cape Town, South Africa, pages 1735-1742. Los Alamitos, CA, USA: IEEE Computer Society Press.
  • Wei SHI (施玮) and Thomas Weise (汤卫思): An Initialized ACO for the VRPTW. 14th International Conference on Intelligent Data Engineering and Automated Learning (IDEAL'2013), October 20-23, 2013, Hefei, Anhui, China, Lecture Notes in Computer Science (LNCS), volume 8206/2013, pages 93-100. Berlin, Germany: Springer-Verlag GmbH.
  • Thomas Weise (汤卫思), Alexander Podlich, and Christian Gorldt: Solving Real-World Vehicle Routing Problems with Evolutionary Algorithms. Natural Intelligence for Scheduling, Planning and Packing Problems, chapter 2, pages 29-53, Studies in Computational Intelligence, volume 250. Berlin/Heidelberg: Springer-Verlag, October 2009.
  • Thomas Weise (汤卫思), Alexander Podlich, Manfred Menze, and Christian Gorldt: Optimierte Güterverkehrsplanung mit Evolutionären Algorithmen. Industrie Management — Zeitschrift für industrielle Geschäftsprozesse 10(3):37-40. June 2009.
  • Thomas Weise (汤卫思), Alexander Podlich, Kai Reinhard, Christian Gorldt, and Kurt Geihs: Evolutionary Freight Transportation Planning. Applications of Evolutionary Computing — Proceedings of EvoWorkshops'2009, April 15-17, 2009, Tübingen, Germany: Eberhard-Karls-Universität Tübingen, Lecture Notes in Computer Science (LNCS), volume 5484/2009, pages 768-777. Berlin, Germany: Springer-Verlag GmbH.
  • Alexander Podlich, Thomas Weise (汤卫思), Manfred Menze, and Christian Gorldt: Intelligente Wechselbrückensteuerung für die Logistik von Morgen. Workshops der Wissenschaftlichen Konferenz Kommunikation in Verteilten Systemen (WowKiVS'2009), March 6, 2009, Kassel, Hesse, Germany. In Electronic Communications of the EASST (ECEASST), volume 17, Potsdam, Germany: European Association of Software Science and Technology.

Traveling Tournament Problem (TTP)

The Traveling Tournament Problem () is special logistics task. Here, the goal is to design tournament plans where teams from different cities visit each other. Each team usually plays every other team twice, once at home and once in the stadium of the other team. The schedule should be both efficient (with a low overall travel distance) and fair (obeying several constraints).

  • Xiang CAO (曹翔), Zhize WU (吴志泽), Daan van den Berg, and Thomas Weise (汤卫思): Randomized Local Search vs. NSGA-II vs. Frequency Fitness Assignment on The Traveling Tournament Problem. International Conference on Evolutionary Computation Theory and Applications (ECTA'2024), part of 16th International Joint Conference on Computational Intelligence (IJCCI'2024), November 20-22, 2024, Porto, Portugal, pages 38-49. Setúbal, Portugal: SciTePress.
  • Kristian Verduin, Ruben Horn, Okke van Eck, Reitze Jansen, Thomas Weise (汤卫思), and Daan van den Berg: The Traveling Tournament Problem: Rows-First versus Columns-First. 26th International Conference on Enterprise Information Systems (ICEIS'2024), April 28-30, 2024, Angers, France, pages 447-455. Setúbal, Portugal: SciTePress.
  • Kristian Verduin, Thomas Weise (汤卫思), and Daan van den Berg: Why is the Traveling Tournament Problem not Solved with Genetic Algorithms? Late-Breaking Abstracts of EvoStar'2023, April 12-14, 2023, Brno, Czech Republic.

Arc Routing Problems

Arc Routing Problems are logistic planning problems where the goal is to find optimal routes for vehicles that need to visit certain streets which require some treatment. In Capacitated Arc Routing Problems (), the vehicles are initially located at a single depot and have to deliversome product (such as salt or mail) to the roads. This product is available at the depot at a sufficient amount. The vehicles are limited in their capacity, i.e., the amount of product that they can transport. Traversing any road takes a certain time (cost) and the goal is to find tours of minimum cost that satisfy all requirements.

  • Thomas Weise (汤卫思), Alexandre Devert, and Ke TANG (唐珂): A Developmental Solution to (Dynamic) Capacitated Arc Routing Problems using Genetic Programming. 14th Genetic and Evolutionary Computation Conference (GECCO'2012), July 7-11, 2012, Philadelphia, PA, USA, pages 831-838. New York, NY, USA: ACM.