-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
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](https://dl.acm.org/citation.cfm?id=99033&dl=ACM&coll=DL) | ||
|
||
TODO: | ||
- Add some biased parent selection methods to compare convergence | ||
- Inspect for complexity issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters