Skip to content

quocl/travelling_salesman_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the genetic algorithm applied into the travelling salesman problem.
Author: Quoc
Usage:
	make	run

By default, the population size is 10, the number of generations is 100 and the evolution technique is permutation.
To change the population size, number of generations and the evolution technique to, let say 100, 100 and crossover, respectively, run:
	make  run POP=100  GEN=100	TECH=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages