资源列表
GA_algorithm
- 遗传算法在车间布局中的应用,可以调试通过的,对于这类问题规划很有帮助;其中涉及到染色体种群等-Inherit calculate way the application in the layout is between each car, can adjust to try to pass of, program to this problem very helpful Involve the chromosome kinds to wait among them
elm
- 黄广斌等人提出的极限学习机理论,使用 Matlab 实现,可用于回归和分类问题!-Huangguang Bin, who proposed the theory of extreme learning machine, using Matlab to achieve, can be used for regression and classification problems!
GuoA
- 郭涛算法(GuoA)是基于子空间搜索(多父体重组)和群体爬山法相结合的演化算法。它通过利用少数个体所张成的子空间随机生成新的个体,体现了随机搜索的非凸性。此外,由于GuoA算法采用了单个体劣汰策略,算法在每次演化 迭代中,只把群体中适应性能最差的个体淘汰出局,淘汰压力 较小,既保证了群体的多样性,又可使具有较好适应性的个体能够一直保留。实践证明, GuoA算法具有较好的坚韧性,对于不同的优化问题无须修改算法的参数,而且效率很高,可能同时找到多个最优解。-Guo Tao algorithm
ImageSearch.Designer
- 基于颜色的图像检索:根据导入的一组BMP图像对其关键图进行颜色的相似检索-Color-based image retrieval: a set of BMP images imported color key in Figure similarity retrieval
LVQ
- LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式,融合了自组织和有导师监督的技术。-LVQ (LVQ) algorithm : it is Kohonen of supervised learning form of the expansion, integration of self-organization and the technical supervision of instructors.
SGA40
- 用标准遗传算法解决电力系统最优化问题,粒子使用的是40个节点的大规模计算问题-Using standard genetic algorithm to solve power system optimization problems, particle using 40 nodes of a large-scale computing problems
Astar
- 机器人路径算法A*算法,用matlab实现-Robot path algorithm A* algorithm, using matlab
GM
- 通过灰色模型GM研究少数据、贫信息、不确定性问题-Grey Model GM research through less data, poor information, uncertainty
70466125SingleNeuralNetPID
- singlpid 神经网络PID控制器 设计 编程程序-Single Neural Net PID Decouple Controller based on Hebb Learning
pso
- 采用matlab语言来描述粒子群神经网络的标准算法-Using matlab language to describe the standard particle swarm algorithm for neural networks
bayesnet
- 基于枚举的贝叶斯精推理,可以处理不同的问题。-bayes net reasoning based enumerate, it can deal different problem.
k-mean
- K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!