Giter VIP home page Giter VIP logo

travelingsalesmanheuristics.jl's People

Contributors

atsushisakai avatar chkwon avatar evanfields avatar mortenpi avatar rrsk avatar staticfloat avatar tkelman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

travelingsalesmanheuristics.jl's Issues

Docs have some legacy code

The docs need a once-over for recent Julia versions.

  • ]add instead of Pkg.add, perhaps
  • Don't refer to Nullable in the simulated annealing example
  • Make sure the example code loads the correct stdlibs, including packages I personally have in my startup file :)
  • etc

Using the lowerbound

Question, why not use the lowerbound in the sequence of heuristics to stop when a solution would be found with a cost=lowerbound?

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Exact solver

I've been (recreationally) learning about some TSP techniques and implemented an exact (slow) method here, with a specialized implementation for the symmetric case: https://github.com/ericphanson/TSP_MIP.jl. I thought it could be useful for your package for generating test cases for benchmarking heuristic performance, and also the exact solver could benefit from using the heuristic solutions as a warmstart (but that's not implemented yet in the GPLK wrapper, tracked here I believe: jump-dev/GLPK.jl#82). I actually changed the API a bit to match yours so it should be easy to use together; I saw the discourse post just now and could use such an API for the exact solver too (I decided to open an issue to not derail that thread). I'm also happy to contribute it to your package in a pull request if that's something you'd be interested in.

Symmetrical or asymmetrical problems

Hey I'm wondering whether you intend to further develope this package and if so whether you think it's more for symmetric TSPs or asymmetric ones. If you care about only symmetric ones I would like to make a PR to improve the speed of 2-opt and maybe implement the general k-opt.
Otherwise it might be reasonable to define it somehow whether a problem is symmetric or not and then handle it with different functions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.