搜索资源列表
tsp2matlab
- 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,我用该程序只能优化到810左右,应该是陷入局部最优,但我不知问题出在什么地方。请用过蚁群算法的高手指教。 蚁群算法的matlab源码,同时请指出为何不能优化到已知的最好解-The program attempts to have 31 cities of the VRP is solved, the optimal solution is known as 784.1, I use the program can only
mACAA_QoS__MRa
- matlab代码实现sensornet的QoS组播路由蚁蚁群算法的Matlab程序源码 可直接使用。 已通过测试。 -matlab code the sensornet The QoS multicast routing ants ant colony algorithm Matlab program source code can be used directly. Has been tested.
QQoSo
- QoS组播路由问题的蚁群算法通通用Matlab源码可直接使用。 -The ant colony algorithm of QoS multicast routing problem common Matlab source code can be used directly.
Tacaa_coloorh
- 本程序源码为蚁群算法在图像分类中的应用的源程序源码。。(图像的大小为30*30) 可直接使用。 已通过测试。 -The program source code for ant colony algorithm for image classification application source code. . (Image size is 30* 30) can be used directly. Has been tested.
Aacon
- 蚁群算法的java源码,附带带使用方法,很好用 -Java source code of the ant colony algorithm, with belt use, easy to use
yiqun
- 基于matlab的蚁群算法计算程序源码,有效解决局部最优问题,数据输入是常用的matlab的表格输入-Effective solution to a local optimum based on the ant colony algorithm to calculate the program source code matlab data input is used matlab table input
CVRP
- 蚁群算法解决CVRP问题的VC/C++源码-Ant algorithm to solve the CVRP problem the VC/C++ source
artificial-ant-colony-algorithm
- 无约束连续函数优化的人工蚁群算法通用MATLAB源码-Uniformly continuous function optimization artificial ant colony algorithm universal MATLAB source code
the-ant-colony-and-PID-control
- 基于蚁群算法的PID控制参数优化Matlab源码,很有用哟!-Based on the ant colony algorithm PID control parameters optimization Matlab source, very useful yo!
53532512
- 机器人路径规划中的蚁群算法小程序自己编程的 不错的源码-Robot path planning in the ant colony algorithm is a small program good programming source code
evpertise
- 很经典的蚁群算法的matlab源码,也可以用c++实现,不过要复杂很多-Very classical ant colony algorithm matlab source code, you can also use c++ implementation, but a lot more complicated
蚁群算法
- 蚁群算法的MatLab源代码,代码完整,可以运行。(Ant colony algorithm MatLab source code)
7278137
- 很经典的蚁群算法的matlab源码,也可以用c++实现,不过要复杂很多(Very classical ant colony algorithm matlab source code, you can also use c + + implementation, but a lot more complicated)
yolony
- 机器人路径规划中的蚁群算法小程序自己编程的 不错的源码(Robot path planning in the ant colony algorithm is a small program good programming source code)
ebeuhd
- 一个小巧的蚁群算法演示程序,C语言源码,在TC2 0下调试成功!()
-VRPTW-Python--master
- python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part