资源列表
chelianglujing
- 下面的源代码是解决车辆路径问题的。谈一点经验性的东西,就是在进行染色体交叉时,一定要注意基因结构的问题。-The following source code to solve the vehicle routing problem. Things to talk about one empirical, that is, during the cross-chromosome, we have to pay attention to the problem of gene structure.
xianxingzhengshuguihua
- 线性整数规划分支定界算法Matlab源码,算法简单有效-Linear integer programming branch and bound algorithm Matlab source code, algorithm is simple and effective
DWT
- Wavlet image transformation
DiffEvol
- Program in matlab for trainig rbf networks. I hope is good for you.
119128682MININNET
- Program in matlab for rbf network.
wavelet_mallat
- 小波分析mallat经典算例,欢迎大家尝试,比较经典,适合小波理论的初级阶段学习。-wavelet analysis——mallat
julei
- 压缩包里面有四个函数,实现了常用的几种模糊聚类方法,附有较详细的注释-There are four functions in the file. these functions fulfills common method of fuzzy cluster. Commments are quite good
xtjl
- 实现了25种系统聚类的方法,在函数的选项里面可以进行方便的指定。同时可以自动计算这25种方法的评价函数,选择最优的系统聚类方法-25 kinds of systems to achieve a clustering method, in function of the option which can be easily specified. At the same time, it can automatically calculate the 25 kinds of methods of e
distance_classify
- function g=distance_classify(A,b) 距离判别法程序。 输入已分类样本A(元胞数组),输入待分类样本b 输出待分类样本b的类别g 注:一般还应计算回代误差yita 输入已知分类样本的总类别数n 每类作为元胞数组的一列-function g = distance_classify (A, b) from the Criterion procedures. Input samples have been classified A
fisher_classify
- function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量 -function [clusters, c, F] = fisher_classify (A, B, data) fisher discriminant method procedures input A, B for a sample of known typ
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蚂蚁个数
