Skip to content

部分关于车辆路径规划问题(Vehicle Routing Problem, VRP)的智能优化算法

Notifications You must be signed in to change notification settings

a1840436478/Some_VRP_Algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

部分关于车辆路径规划问题(Vehicle Routing Problem, VRP)的算法

C++

  • 用于解决TSP问题的模拟退火算法

JAVA

  • 用于解决TSP问题的粒子群算法

Python

  • 用于解决TSP问题的蚁群算法
  • 用于解决TSP问题的遗传算法
  • 用于解决TSP问题的粒子群算法
  • 用于解决VRP问题的基于CFRS(Cluster First Route Second)规则的模拟退火算法
  • 用于解决VRP问题的基于RFCS(Route First Cluster Second)规则的模拟退火算法
  • 用于解决TSP问题的模拟退火算法
  • 用于解决TSP问题的禁忌搜索算法
  • 用于解决TSP问题的变邻域搜索算法
  • 用于解决背包问题的变领域搜索算法

About

部分关于车辆路径规划问题(Vehicle Routing Problem, VRP)的智能优化算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • C++ 3.3%
  • Java 2.0%