搜索资源列表
-
3下载:
这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf
。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
-
-
0下载:
2004年出版的遗传算法Wiley.Interscience.Practical.Genetic.Algorithms.May.2004.eBook-LinG.pdf-2004 published the genetic algorithm Wiley.Interscience.Practical.Genetic.Algorithms.May.2004.eBook - LinG.pdf
-
-
0下载:
这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
-
-
0下载:
An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimition.pdf目前比较好的一种新式遗传算法其中详细的给出了拉丁方格的计算法,可进行高维函数计算-An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimition.pdf relatively good at present a new genet
-
-
0下载:
该电子书是一本深入介绍遗传算法求解最优化解的书本。-The e-book is a genetic algorithm-depth introduction to the best books to resolve.
-
-
0下载:
用遗传算法求解组合拍卖竞胜标的pdf-Using Genetic Algorithm for Solving Combinatorial auction wins the object of competing pdf! ! ! ! ! ! ! !
-
-
0下载:
遗传算法相关书籍:Practical Handbook Of Genetic Algorithms-Genetic algorithm-related books: Practical Handbook Of Genetic Algorithms
-
-
0下载:
An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications.the formula is pdf.-An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications.the formula is pdf.
-
-
0下载:
An Improved Genetic & Ant Colony Optimization
Algorithm and Its Applications-An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications
-
-
0下载:
matlab遗传算法工具箱函数及实例讲解-matlab genetic algorithm toolbox functions and examples to explain
-
-
1下载:
这是一篇来自哈尔滨工业大学的关于应用遗传算法来优化模糊规则的论文,该论文于2005年1月发表于计算机仿真期刊。文中比较系统的介绍了遗传算法的基本知识、模糊推理机制以及应用遗传算法来优化模糊规则的步骤,最后给出比较好的仿真结果。-It is one from the Harbin Institute of Technology on the application of genetic algorithms to optimize the fuzzy rules of the thesis, th
-
-
0下载:
介绍基于MATLAB环境中遗传算法工具箱及应用,包括常用函数、工具箱、实例等资料-Describes an environment based on MATLAB genetic algorithm toolbox and applications, including commonly used functions, the toolbox, examples, etc.
-
-
1下载:
基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
-
-
0下载:
遗传算法matlab工具箱使用方法的pdf文件-Genetic Algorithm and Direct Search
Toolbox
-
-
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
-
-
0下载:
该程序是遗传算法的matlab实现,自动生成数据进行分析-Genetic algorithm matlab program
-
-
1下载:
遗传算法的基本步骤如下:
1)在一定编码方案下,随机产生一个初始种群;
2)用相应的解码方法,将编码后的个体转换成问
题空间的决策变量,并求得个体的适应值;
3)按照个体适应值的大小,从种群中选出适应值
较大的一些个体构成交配池;
4)由交叉和变异这两个遗传算子对交配池中的
个体进行操作,并形成新一代的种群;
5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows:
1) u
-
-
0下载:
introduction to algotithem
-
-
0下载:
遗传算法演化程序,是一本学习遗传算法的好书(Genetic algorithm evolution program is a good book to learn genetic algorithm.)
-