Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 409 Bytes

Golang implementation of the GENTIOR TSP heuristic developed ad Colorado State University with D. Fuquay and D. Whitley

The GENTIOR is described in Fuquay and Whitley's 1990 paper Genetic Algorithm Solutions for the Traveling Salesman Problem

TODO:

  • Add some biased parent selection methods to compare convergence
  • Inspect for complexity issues