Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

bulentsiyah/Vehicle-Routing-Problem-with-Genetic-Algorithm

Repository files navigation

Vehicle Routing Problem with Genetic Algorithm (C#)

http://www.bulentsiyah.com/genetik-algoritma-ile-arac-rotalama-problemi-genetik-algoritma-c/

In this study, it is aimed to rotate in a way that minimum vehicles and minimum roads can be traveled by vehicles with different transportation volumes belonging to a company. The double tournament method was used in the study. At the end of the study, after adjusting the number of generations and individuals made according to the number of vehicles, saving values were produced. The application developed for the solution of the problem with Genetic Algortima is written in c # (sharp) programming language.