Skip to content

Genetic algorithm-based approach for the Traveling Salesman Subset Problem (OTSSP or k-TSP)

Notifications You must be signed in to change notification settings

leonichel/k-tsp-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm To Solve The k-TSP

This repository contains the experiment of a new solution for the Traveling Salesman Subset Problem (OTSSP or k-TSP) using a combination of genetic algorithms and the nearest neighbor algorithm. It introduces three new features:

  • Crossover operator
  • Variable mutation probability
  • Mutation operator that adds a new city

Comparative experiments were carried out in several instances of the problem, demonstrating superior performance in 61.11% of the cases compared to the Singamsetty et al. 2021.

About

Genetic algorithm-based approach for the Traveling Salesman Subset Problem (OTSSP or k-TSP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages