搜索资源列表
A算法
- 程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A * algorithm. * A full understanding of algorithms and heuristic function relationship.
八数码问题(A星算法)
- 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
rbfSrc
- This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some \"sample\" points for some arbitrary curve. Next, the user specifies the number o
rbf4
- 这是一个径向基函数神经网络,通过RBF网络的学习算法来逼近一个二维函数,并利用LMS算法来进行权值调整。-This is a radial basis function neural network, RBF network learning algorithm adopted to approximate a two-dimensional function, and use of LMS algorithm for weight adjustment.
yiyuanhanshu
- 简单一元函数优化实例,利用遗传算法计算下面函数的最大值-One dollar a simple example of function optimization using genetic algorithm function below the maximum
program
- 目标函数是De Jong函数,是一个连续、凸起的单峰函数-Objective function is De Jong function, is a continuous, convex function of the single-peak
NeuroNetSample
- 我以前写的一个的神经网络学习函数逼近和分类的例子,商用级的。-I have previously written a study of the neural network function approximation and classification of examples, business class.
function
- 神经网络相关的代码,不知道有用否,试试看吧?-Neural network-related code, I do not know whether useful, give it a try, right?
example
- 本算法是一种标准遗传算法,应用于函数优化,性能较好。-The algorithm is a standard genetic algorithm, applied to function optimization, performance better.
MGA
- 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
PIDbook
- PID仿真参考书,关于神经网络等方面的书,应用广泛。希望大家积极下载。-PID simulation of reference books, such as neural networks on the books, a wide range of applications. Hope that we actively download.
patternRecognition
- 这系列课件系统地讲述了模式识别的基本理论和基本方法。内容涵盖了贝叶斯决策、概率密度函数的估计、线性判别函数、邻近法则、特征的选择和提取、非监督学习、神经网络、模糊模式识别等。-This series of courseware on a pattern recognition system to the basic theory and basic methods. Covers the Bayesian decision-making, the estimated probability de
Simple-function-of-the-genetic-algorithm-optimizat
- 使用一系列简单函数对遗传算法进行的改进,克服了传统遗传算法难以全局寻优的缺点。-The use of a series of simple function of the genetic algorithm to improve and overcome the traditional genetic algorithm global optimization difficult shortcomings.
webinar_files
- This a demonstration of how to find a minimum of a non-smooth objective function using the Genetic Algorithm (GA) function in the Genetic Algorithm and Direct Search Toolbox. Traditional derivative-based optimization methods, like those foun
bp_v1_2
- -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (
BP_matlab
- 讨论了bp网络的缺点, 深人研究网络中的多种激活函数, 并对它们进行综合分析与比较。-Discussed the shortcomings of the network bp, in-depth research networks in a variety of activation function, and a comprehensive analysis and comparison of them.
ACOUCP
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constra
RBF
- 径向基函数神经网络(RBF)的MATLAB程序,比较详细,希望对学习RBF的人有帮助-Radial basis function neural network (RBF) of the MATLAB program, a more detailed study RBF people who want to help
radial-basis-function-networks
- 一篇很好英文资料,学习径向基神经网络,总共有20页。很有价值。-A very good information in English, learning RBF neural network, a total of 20 pages. Valuable.