Skip to content

Implementation of genetic algorithm, which solves TSP(Travelling salesman problem).

Notifications You must be signed in to change notification settings

YarikRevich/genetic_algorithm_tsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic algorithm TSP

GitHub license StandWithUkraine

General Information

Implementation of genetic algorithm, which solves TSP(Travelling salesman problem). It provides opportunity to configure used parameters with the help of YAML configuration file. It allows to select crossover, mutation operators and other parameters related to the management of the algorithm to generate wanted output.

Technologies

  • Go >= v1.19
  • go-echarts(open-source visualization library)

Setup

  • Download GNU Make building tool
  • Use build target to build the project(output filename can be specified using output GNU Make parameter)

Status

This project is stil maintaned

About

Implementation of genetic algorithm, which solves TSP(Travelling salesman problem).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published