资源列表
SGA
- 代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。 -Code without any graphics, or even no screen output, mainly to ensure a high portability
block-training-method
- 介绍了美籍华人陈克训的“棋慧”围棋程序及用分块法实现智能围棋算法的方法。 “棋慧”是美籍华人陈克训所设计的电脑围棋程序,在电脑围棋赛上屡获佳绩。-Mr Chan describes the training of Chinese Americans "chess wisdom" Go with the binning procedure and intelligent chess algorithm method. "Chess wisdom" Mr Chan is a Chinese-
GA
- 遗传算法C语言,可运用该算法解决优化问题,对于结构优化有很大的帮助-C code for GA
SGA
- 遗传算法经典源代码,可移植性极强,方便测试-Classical genetic algorithm source code, portability is extremely convenient test
RBF
- RBF neural network 是目前最实用的表达力很强的神经网络类型。与SOM 联合使用威力无穷。-RBF neural network is a very useful and great expressive power. it is usually applied with SOM
decision-trees
- 决策树lisp代码 决策树lisp代码-decision tree lisp code decisio n tree lisp code
45666011matlab
- 遗传算法,其他人不需帐号就可自由下载此源码 -genetic algorithm, other people can not account free download this source
BP
- 神经网络的一个C源代码,能够完成简单的训练过程-a C program about Nerual Network
inh1
- 遗传算法的经典案例之一的matlab实现-matlab code
KMeans
- K-means algorithm for clustring
a2
- 蚁群算法C++实现,是比较原始的蚁群算法,比较适合初学者,含注释-C++ ant colony algorithm to achieve, it is more primitive colony algorithm, more suitable for beginners, including the Notes
GATSP
- 用遗传算法求解旅行商问题的matlab程序 (详细说明见文本)