Skip to content

Releases: evanfields/TravelingSalesmanHeuristics.jl

v0.3.4

06 Mar 17:53
3f5a273
Compare
Choose a tag to compare

TravelingSalesmanHeuristics v0.3.4

Diff since v0.3.3

Merged pull requests:

Closed issues:

  • Switch CI to GitHub actions (#25)

v0.3.3

28 May 13:07
Compare
Choose a tag to compare

TravelingSalesmanHeuristics v0.3.3

Diff since v0.3.2

Closed issues:

  • Symmetrical or asymmetrical problems (#17)
  • Exact solver (#18)

Merged pull requests:

v0.3.2

18 Jan 19:54
v0.3.2
010a762
Compare
Choose a tag to compare

Two-opt performance improvements

Pass tests on Julia 1.0

17 Aug 21:42
85e776c
Compare
Choose a tag to compare
v0.3.1

housekeeping (#13)

Julia 0.7 support

11 Jul 23:21
1373eaf
Compare
Choose a tag to compare
v0.3.0

housekeeping (#12)

Proper documentation; drop Julia 0.5 support

26 Jan 16:02
Compare
Choose a tag to compare
v0.2.0

Merge branch 'master' of https://github.com/evanfields/TravelingSales…

Farthest insertion and interface improvements

19 Jul 13:59
Compare
Choose a tag to compare

Farthest insertion heuristic, slight tweaks, and a few interface improvements - most notably the optional quality_factor keyword for solve_tsp. Please see NEWS.md for details.