This is a modern implementation of the Hybrid Genetic Search (HGS) with Advanced Diversity Control of [1], specialized to the Capacitated Vehicle Routing Problem (CVRP). This algorithm has been ...
This project implements a Genetic Algorithm to solve a Capacitated Vehicle Routing Problem (CVRP). The algorithm assigns customer nodes to multiple vehicles while considering vehicle capacity ...