-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1
-
Histogram
柱形统计图,能够直接得出图像的灰度直方图。
里面有程序的源代码(Histogram, can directly draw the image histogram.
There are procedures for source code)
- 2012-04-02 22:23:48下载
- 积分:1
-
Antenna
利用时域有限差分法对基于表面等离子体的天线进行模拟(Use of finite difference time domain simulation method based on surface plasmon antenna)
- 2012-06-22 13:43:26下载
- 积分:1
-
FTW_PLC_Simulator_v1.4
Power line comunication simulator
- 2013-09-18 22:54:50下载
- 积分:1
-
105code
150例源码,提供学习和源码的分析实现!(150 cases of source code, to provide study and analysis of the implementation source code!)
- 2009-03-10 09:52:42下载
- 积分:1
-
psopt20100414
粒子群算法的matab程序
可以求解带非线性约束的优化问题(a pso code which can slove optimization problems with nonlinear constraints.)
- 2020-12-18 14:09:11下载
- 积分:1
-
lab2xyz
this is a matlab file that can convert the Lab color space to XYZ color space.
- 2011-09-18 22:13:52下载
- 积分:1
-
code
function []= DWTSVD_JPEG(), jpeg and dwt compression matlabimages
- 2014-10-05 02:43:39下载
- 积分:1
-
3.图像处理实现螺纹识别
基于matlab图像处理实现螺纹识别,滤波,边缘检测,拟合数据(Based on MATLAB image processing, thread recognition, filtering, edge detection and fitting data are realized.)
- 2018-08-28 01:13:29下载
- 积分:1
-
1
说明: 火焰图像检测的matlab程序,含有多种检测方法,可直接运行(The matlab program of flame image detection contains many detection methods, which can be run directly)
- 2020-05-12 10:31:04下载
- 积分:1