资源列表
5-5-2
- 这是本人在做硕士论文毕业设计时开发有关神经网络优化控制方面的代码-this is my master's thesis done in graduate design development of the neural network optimization control code
orderBasedExample
- 这是本人在做硕士论文时设计的遗传算法工具箱代码-this is my master's thesis done at the design of the genetic algorithm code Toolbox
partmapXover
- 这是本人在开发遗传算法工具箱函数所用到的程序代码.-in the development of genetic algorithm toolbox function used by the code.
normGeomSelect
- 这是本人在开发遗传算法工具箱函数时所设计的代码-this is my genetic algorithm in the development toolkit designed to function when the code
magicSquare
- magicSquare 4阶源码 利用swi prolog来编写的 -magicSquare four bands using SWI source to prepare the prolog
propra
- 4个prolog程序 具体内容可以看程序头的说明部分-four prolog procedures specific procedures can be seen as the first part of the note
prolog_sample
- 超多的prolog源代码 具体内容见压缩包里面的programs.txt-more prolog-source specific content of compressed inside programs.txt
2-2
- Genetic Algorithm 关于遗传算法的一些小程序-Genetic Algorithm on Genetic Algorithms some small programs
AFT-code
- Simon Hayin的\"Adpative Filter Theory\"-自适应滤波第4版的所有仿真代码matlab语言版。-Simon Hayin "Adpative Filter Theory" - Self section 4 should be filtering all the simulation version of the Matlab code language version.
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
CFP
- a thesis about artificial intelegence
2km
- kmeans算法两个cpp实现,一个中心点随机选择,另一个中心点按一定的算法选择.-kmeans algorithm two cpp realized, and a focal point for random selection, Another focal point for a certain amount of the algorithm chosen.