Created
May 12, 2014 16:28
-
-
Save woodbri/48f46fb505d2a15ae6fc to your computer and use it in GitHub Desktop.
TSP Opt
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
three way opt | |
* Local Search Heuristics | |
* b-------a b a | |
* . . => .\ /. | |
* . d...e . . e...d . | |
* ./ \. . . | |
* c f c-------f | |
reverse opt | |
* c..b c..b | |
* \/ => | | | |
* /\ | | | |
* a d a d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment