搜索资源列表
optpp-2.4.tar
- OPT++,Sandia开发的一套优化工具包。可以实现经典的q-Newton等基于梯度的优化算法!
TSP_orC
- TSP算法 1.C语言TSP算法 2.2-OPT,orOPT摄动 3.Main单独执行
2
- tsp遗传算法代码 利用交叉算子改进方法求解旅行商问题-tsp genetic algorithm code
12345
- 自己编写的带2-opt法的蚁群算法求解TSP,可以运行,运行环境VS2008-His writing with 2-opt method of ant colony algorithm for solving TSP, can run, run VS2008 environment
Ant-Algorithmcpp
- 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
2
- PSO求解TSP问题的参考文献,查询学校IEEE检索得到!-Particle Swarm Optimization Based on Neighborhood Encoding for Traveling Salesman Problem
IGA
- 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
Delphi-CVRP
- 用Delphi实现CVRP问题,利用2-opt方法进行了局部优化,具有很好的学习效果-Using Delphi to achieve CVRP problem, by using 2-opt local optimization methods, has a good learning
aco
- 蚁群算法解欧氏平面上的TSP问题。包括了2-opt、3-opt优化,经过了若干经典数据的测试。-AntColony algorithm solving the TSP problem in Euclid plane, including 2-opt and 3-opt optimization. It has been tested by authorized data.
2opt.tsp.cpp
- Its a C/C++ implementation of 2-opt algorithm for Solving Travelling Salesman Problem.
xunicunchuqi
- ① 实现三种算法:1、先进先出;2、OPT;3、LRU-① achieve three algorithms: 1, FIFO 2, OPT 3, LRU
sa
- 基于M5(2-opt领域)选择策略的模拟退火算法,手动编写,实现的效果也相当不错!-Based on M5 (2-opt the field) selection strategy simulated annealing algorithm, written by hand, to achieve the effect is quite good!
nearest_neighbor_2opt
- Nearest Neighbor for TSP with 2-opt MATLAB
farthest_insertion_2opt
- Fartest Insertion for TSP with 2-opt MATLAB
random_tour_2opt
- Random Tour for TSP with 2-opt MATLAB
VRP
- 蚁群算法,2-opt,解决车辆路径问题(vrp)的matlab代码,修正了原始代码忽略初始节点下一节点cost的问题,但是对某些测试数据集存在车辆数大于或小于的标准问题。-Ant colony algorithm ,2-opt, vehicle routing problem (vrp) matlab code, amended the original code ignores the initial node next node cost problems, but for some tes
gpso4.2-opt
- 基于遗传微粒群算法,对旅行商问题求解,采用2-opt进行局部搜索。GPSO4tsp-Genetic particle swarm algorithm for solving the traveling salesman problem, using 2-opt local search. GPSO4tsp
Analyzing-2-opt
- Analyzing 2-opt for Traveling Salesman problem (TSP)
2-opt
- 各种局部优化算法,变邻域算法,改善局部优化效果,加快运行效率,可运行-A variety of local optimization algorithm, variable neighborhood algorithm, to improve the local optimization effect, speed up the running efficiency, can be run
annealing-algorithm-P-MEDIAN
- Simulated annealing to solve the capacitated vehicle problem coded in Python program. This file contains 3 sub-programs which tries to improve the initial solution. (i.e. Simulated annealing + 2-point, Simulated annealing + 2-opt, Simulated annealing