搜索资源列表
-
0下载:
雷英杰的《matlab遗传算法工具箱的应用》pdf版,用的是圣菲尔德大学的gatbx工具箱,相信许多朋友都在找它的pdf版本,现提供大家下载,-LEI Ying-jie s matlab genetic algorithm toolbox application pdf version, using the University of gatbx Shenfeld toolbox, I believe that many friends to find it in the pdf versi
-
-
0下载:
matlab遗传算法工具箱函数及实例讲解-matlab genetic algorithm toolbox functions and examples to explain
-
-
0下载:
介绍基于MATLAB环境中遗传算法工具箱及应用,包括常用函数、工具箱、实例等资料-Describes an environment based on MATLAB genetic algorithm toolbox and applications, including commonly used functions, the toolbox, examples, etc.
-
-
0下载:
this file contain 2 pdf about integeration in matlab and some code as following:
QR decomposition
Jacobi method
Choleskey Decomposition
householder method
Genetic Algorithm
least_squares method
gauss_seidel method
-
-
1下载:
matlab实现的遗传算法,包括编码,解码,选择,交叉,变异,每个过程都有独立的m文件,外加上一个PDF说明-matlab implementation of the genetic algorithm, including encoding, decoding, selection, crossover and mutation, each process has its own m-files, plus a PDF descr iption
-
-
0下载:
Fuzzy Control of Fin Stabilizer at Zero Speed Based on Improved Genetic Algorithm
-
-
1下载:
遗传算法 ( Genetic Algorithm , GA) 是借鉴生物界自然选择和群体进化机制形成的一种全局寻优算法 。与传统的优化算法相比 ,遗传算法具有如下优点 [1 ] :1 ) 不是从单个点 ,而是从多个点构成的群体开始搜索 2) 在搜索最优解过程中 ,只需要由目标函数值转换得来的适应值信息 ,而不需要导数等其它辅助信息 3) 搜索过程不易陷入局部最优点 。
数学建模中常用的matlab算法,遗传算法,内容详细,包括PDF版本的详细的算法实现过程;-Genetic Algorith
-
-
1下载:
遗传算法的基本步骤如下:
1)在一定编码方案下,随机产生一个初始种群;
2)用相应的解码方法,将编码后的个体转换成问
题空间的决策变量,并求得个体的适应值;
3)按照个体适应值的大小,从种群中选出适应值
较大的一些个体构成交配池;
4)由交叉和变异这两个遗传算子对交配池中的
个体进行操作,并形成新一代的种群;
5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows:
1) u
-
-
5下载:
该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
-