A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)
☆98Mar 30, 2025Updated 11 months ago
Alternatives and similar repositories for PyHygese
Users that are interested in PyHygese are comparing it to the libraries listed below
Sorting:
- Modern implementation of the hybrid genetic search (HGS) algorithm specialized to the capacitated vehicle routing problem (CVRP). This co…☆418Mar 26, 2025Updated 11 months ago
- A simple Python interface for VRPSolver, a state-of-the-art Branch-Cut-and-Price exact solver for vehicle routing problems☆163Jan 22, 2026Updated last month
- A Julia wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)☆17Jan 23, 2026Updated last month
- A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.☆282Dec 2, 2023Updated 2 years ago
- OptiML's contribution to the EURO meets NeurIPS 2022 vehicle routing competition.☆17Dec 7, 2022Updated 3 years ago
- A Neural Separation Algorithm for the Rounded Capacity Inequalities (IJOC, 2024)☆14Feb 20, 2024Updated 2 years ago
- Set Partitioning Heuristic (SPH) based on CPLEX MILP solver and created starting from the CFT Heuristic implemented by Accorsi Luca and C…☆14Dec 1, 2023Updated 2 years ago
- Python package to read and write vehicle routing problem instances.☆122Dec 9, 2025Updated 2 months ago
- An exact algorithm for the maximum clique problem (MCP) which improves over state-of-the-art approaches in some cases by orders of magnit…☆15Nov 15, 2025Updated 3 months ago
- Code for "Explainable Data-Driven Optimization" (ICML 2023)☆14Jul 21, 2023Updated 2 years ago
- [TMLR 2025 + ICML 2024 FM-Wild Oral] RouteFinder: Towards Foundation Models for Vehicle Routing Problems☆106Dec 3, 2025Updated 2 months ago
- A Fast Iterated-Local-Search Localized Optimization algorithm for the CVRP.☆51Jul 15, 2023Updated 2 years ago
- Code and data from the paper "Exponential-size neighborhoods for the pickup-and-delivery traveling salesman problem", authored by T. Pach…☆19Jan 18, 2023Updated 3 years ago
- Python codes for the traveling salesman problem and vehicle routing problem☆67May 25, 2022Updated 3 years ago
- A python framework for solving the VRP and its variants with column generation.☆205Apr 28, 2023Updated 2 years ago
- [ICLR 2026] Neural Combinatorial Optimization for Real-World Routing☆24Feb 10, 2026Updated 2 weeks ago
- Evolutionary Algorithm (EA) for the Multi-Objective Multi-Commodity Two-Echelon Vehicle Routing Problem (M2-2E-VRP) with Heterogeneous Fl…☆26Nov 21, 2017Updated 8 years ago
- Online algorithms for solving large-scale dynamic vehicle routing problems with stochastic requests☆87Jul 21, 2022Updated 3 years ago
- HGSADC is a metaheuristic to solve the multi-depot vehicle routing problem.☆32Aug 12, 2018Updated 7 years ago
- Adaptive large neighbourhood search (and more!) in Python.