资源列表
gaMatlab
- 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C-means algorithm converges to local minimum points easily, in order to overcome the shortcomings of genetic algorithm is applied to fuzzy C-means al
GA
- 遗传算法求解函数最大值 设计的种群规模,采用的选择算子,交叉概率,变异概率,进化代数和最优解-Design of population size, using the selection operator, crossover probability, mutation probability, evolutionary algebra and the optimal solution
TSP
- 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。本程序即用matlab实现TSP问题。-Traveling salesman problem, the TSP problem (Travelling Salesman Problem) is a well-known field of mathematics one of the problems. The procedure that is the problem with the m
wangxiaopingGA
- 王小平版遗传算法的光盘源代码,对学习遗传算法的人很有帮助,里面包含了许多matlab文件和c++文件。-Wang Xiaoping, a CD-ROM version of the source code for genetic algorithm, genetic algorithm for learning were very helpful, which contains a lot of matlab files and c++ file.
VCppGA
- VC++编程应用人工智能之遗传算法(GA),对学习遗传算法的人,尤其是初学者和研究者都有很大的帮助-VC++ programming applications of artificial intelligence, genetic algorithms (GA), genetic algorithm learning, especially for beginners and researchers are of great help to
vcDEMO
- 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
2PFilter
- 实现2点滤波算法,这是最简单的一种工程滤波方法,以前有很大的实际用途,目前用的较少,但该算法的原理还是有用的。-2 Point Fliter
AlfaBeta
- Alfa_Beta 滤波,适用于目标做匀速直线运动的场景,在Gauss Noise噪声下滤波效果和Kalman滤波近似,本文的特点在于对Alfah、Beta 两个参数的取值。-Alfa_Beta fliter
GaussNoise
- 本程序产生满足 N(), Delta) 分布的 高斯白噪声,对于滤波等仿真很有用。-Gauss Noise
WLS
- 加权最小二乘法滤波,在很多书中,都没有给出初始协方差的求法,本程序给出了一种方法,仿真的滤波效果很好。-WLS Fliter
ANNreview-caj
- 神经网络的综述文章,写起总结来有用的caj格式-ANN papers in caj format
