• 博客(0)
  • 资源 (2)

空空如也

蚁群算法 解决旅行商(TSP)问题

%%蚁群算法 解决旅行商(TSP)问题 %% ACATSP.m %% Ant Colony Algorithm for Traveling Salesman Problem %% ChengAihua,PLA Information Engineering University,ZhengZhou,China %% Email:[email protected] %% All rights reserved %% 主要符号说明 %% C n个城市的坐标,n×2的矩阵 %% NC_max 最大迭代次数 %% m 蚂蚁个数 %% Alpha 表征信息素重要程度的参数 %% Beta 表征启发式因子重要程度的参数 %% Rho 信息素蒸发系数 %% Q 信息素增加强度系数 %% R_best 各代最佳路线 %% L_best 各代最佳路线的长度

2014-01-03

互信息matlab源代码

% Compute Mutual Information and Joint entropy of two images % Takes two images and returns the mutual information and joint % entropy. For implementing this function also download function % joint_histogram.m in my file exchange. % % written by Amir Pasha Mahmoudzadeh % Wright State University % Biomedical Imaging Lab

2013-11-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除