资源列表
yichuansuanfa
- 这是一个将n个样本聚类到m个类别中 将n个样本在m个类里如何分配输出的遗传算法代码。 适应度:sum(i=1_110)sum(j=1_20)【xi-vj】~2
GAS
- 利用简单遗传算法求解一元函数优化问题: -simple genetic algorithm for one yuan function optimization problems :
Bayes_Classify
- 贝叶斯分类器,利用后验概率,对已知属性对象进行分类-Bayesian classifier, the use of posterior probability of the known properties of the object classification
c-bp
- 通过c语言实现bp网络,从而实现bp的编程以及调试。-By c language implementation bp, thus enabling bp programming and debugging.
blockmove
- Prolog code , solve some sample problem in artificial intelligence.
calltest_win
- there is additional code code required to create a log window for output
classfy
- 主要应用聚类的思想对物体进行分类(一个分类器)-Thought of the main application clustering to classify objects (a classifier)
a
- 根据蚁群觅食总是选择最短的路径的特点,运用蚁群算法实现选路最优化,-According to the characteristics of ant foraging always choose the shortest path routing algorithm using ant colony optimization,
aco
- 对蚁群算法进行了改进用于解决零空闲流水线调度问题。-Improved ant colony algorithm for solving zero-idle flow shop problem.
src
- som neural network implementation in matlab
AI_prog
- 这是一个非常简单的遗传算法源代码,对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。-This is a very simple genetic algorithm source code for a specific application to amend this code, Users only need to change t
GAPNN
- 用遗传算法优化BP神经网络的权值和误差,自己写的代码,可以运行-Using genetic algorithm to optimize BP neural network weights and error, write your own code, you can run