资源列表
TSPANT
- 用蚁群算法实现TSP问题 可以修改循环次数和其他参数。以得到更好的解。
DPSO
- 求解TSP问题的动态邻域粒子群优化算法 (论文)
SATSP
- 用模拟退火算法求解旅行商问题 T(t+1)=k×T(t) 式中k为正的略小于1.00的常数,t为降温的次数
GATSP
- 用遗传算法求解旅行商问题的matlab程序 (详细说明见文本)
GA
- 基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldber
fuzzy-ppt
- 常规方法需要系统的模型,这有时是很难做到的,智能控制在此背景下发展起来,模糊控制、神经网络控制、专家系统被视为三种典型的智能控制方法。
jgap_3.3.3_full
- jGAp 遗传算法 提不错的一款软件 最新的更新
network
- 用模拟退火的方法,解决noi2006的第一日network
hk1
- 动物识别系统 动物识别专家系统按下列规则,写出一个分类专家系统:(1)有毛的动物是哺乳类;(2)有奶的动物是哺乳类;(3)有羽毛的动物是鸟类;
BP(matlab)
- 利用matlab的M文件语言实现简单的BP神经网络
pca
- pca人脸识别This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fil
createDistMat
- PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
