项目作者: aritrasep

项目描述 :
NLNS+VND Metaheuristic Algorithm for solving Combinatorial Optimization Problems
高级语言: Julia
项目地址: git://github.com/aritrasep/NLNS_VND.jl.git
创建时间: 2017-06-26T04:22:13Z
项目社区:https://github.com/aritrasep/NLNS_VND.jl

开源协议:Other

下载


NLNS+VND Metaheuristic Algorithm:

The following classes of problems can be solved:

  1. Static Complete Rebalancing Problem in ( Station-based and Free-Floating ) Bike Sharing Systems.
  2. (Symmetric) Traveling Salesman Problem (STSP)
  3. Multiple Traveling Salesman Problem (mTSP)
  4. 1 Commodity Pickup and Delivery Traveling Salesman Problem (1-PDTSP)
  5. Traveling Salesman Problem with Time Windows (TSPTW)
  6. Capacitated Vehicle Routing Problem (CVRP)
  7. Capacitated Vehicle Routing Problem with Time Windows (CVRPTW)

Please Cite the Following Paper:

  1. @article{Pal201792,
  2. title = "Free-floating bike sharing: Solving real-life large-scale static rebalancing problems ",
  3. journal = "Transportation Research Part C: Emerging Technologies ",
  4. volume = "80",
  5. number = "",
  6. pages = "92 - 116",
  7. year = "2017",
  8. note = "",
  9. issn = "0968-090X",
  10. doi = "https://doi.org/10.1016/j.trc.2017.03.016",
  11. url = "http://www.sciencedirect.com/science/article/pii/S0968090X17300992",
  12. author = "Aritra Pal and Yu Zhang"
  13. }