Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 994 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 994 Bytes

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