Description: matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation. Platform: |
Size: 106496 |
Author:张露 |
Hits:
Description: 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借
用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性
的提高。这一点体现了自然界中"物竞天择、适者生存"进化过程。1962年Holland教授首次
提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方
面,并奠定了坚实的理论基础。 用遗传算法解决问题时,首先要对待解决问题的模型结构
和参数进行编码,一般用字符串表示,这个过程就将问题符号化、离散化了。也有在连续
空间定义的GA(Genetic Algorithm in Continuous Space, GACS),暂不讨论。-genetic algorithm (Genetic Algorithm. GA) is developed in recent years a new global optimization algorithm, it borrows from the biological point of view of genetics, through natural selection, genetic variation, such as mechanisms to achieve the adaptability of various individuals raised. This is reflected in the natural world, "the process of natural selection and survival of the fittest" evolutionary process. In 1962, Professor Holland first proposed the idea of the algorithm, thereby attracting a large number of researchers, to promote rapid optimization, search, machine learning, and to lay a solid foundation in theory. Using genetic algorithms to solve the problem, we must first solve the problem of the treatment of the model structure and coding parameters, general string, Platform: |
Size: 409600 |
Author:冯灿科 |
Hits:
Description: 4。《演化程序——遗传算法和数据编码的结合》,[英]米凯利维兹着 科学出版社 2000年第一版
本书分三个部分共16章分别介绍了:1.遗传算法的概念、数学原理及方法步骤 2.遗传算法和数据编码联系起来所构成的演化程序 3.演化程序面向一些实际问题的应用。
本书语言生动,结构合理,较少使用专业性术语和深涩词汇,适合面临优化问题的研究生、程序员、设计师、工程师及科研工作人员参考。-4. "Evolutionary process-- genetic coding algorithm and data integration," [E] Mikhail Liweici a 520-531 2000 version of the first book in three parts a total of 16 chapters were introduced : 1. Genetic Algorithm concept mathematical principles and methods of Step 2. genetic algorithms and data coding linked posed by the evolution of procedures 3. Evolution-oriented procedures some of the practical problems of application. The book vivid language, reasonable structure, and less use of professional terminology and vocabulary deep acerbic suitable for optimization problems facing graduate students, programmers, designers, engineers and research personnel. Platform: |
Size: 7555072 |
Author:孙东 |
Hits:
Description: MCRGSA------组播路由问题遗传模拟退火算法
%M-----------遗传算法进化代数
%N-----------种群规模,取偶数
%Pm----------变异概率调节参数
%K-----------同一温度下状态跳转次数
%t0----------初始温度
%alpha-------降温系数
%beta--------浓度均衡系数
%ROUTES------备选路径集
%Num---------到各节点的备选路径数目
%Cost--------费用邻接矩阵
%Source------源节点标号
%End---------目的节点标号组成的向量
%MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding Platform: |
Size: 1024 |
Author:程爱华 |
Hits:
Description: 雷英杰的matlab遗传算法工具箱及应用,内有很多实例的编码-LEI Yingjie of Matlab Toolbox and the Genetic Algorithm application, there are many examples of coding Platform: |
Size: 9703424 |
Author:xn |
Hits:
Description: 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。-Genetic algorithm (GA) combined with the traditional SVM algorithm, a kind of tectonic evolution of the optimal parameters of SVM (GA2SVM), SVM model using Radial Basis Function (RBF) as kernel function, the use of Gray code encoding algorithm of the SVM model parameters of genetic coding and optimization of search, will search for the optimal results as the final SVM model parameters. Platform: |
Size: 179200 |
Author:zhaoxiufen |
Hits:
Description: 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved! Platform: |
Size: 29696 |
Author:邱腾飞 |
Hits:
Description: matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS
前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。
遗传算法解决最小生成树问题,PURFER编码。
粒子群算法做无约束最优化问题。
蚁群算法解决TSP问题。
如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm for calculation of AS some time ago on the intelligent test classes, make their own procedures. Quote here, hope someone can improve them, and exchange of experience which is more valuable. Genetic algorithm to solve the minimum spanning tree problem, PURFER coding. Particle swarm optimization to do unconstrained optimization problem. Ant colony algorithm to solve the TSP problem. If there is hope to exchange our experience, thank you, He He Platform: |
Size: 5120 |
Author:stephen |
Hits:
Description: matlab遗传算法编码 采用基本遗传算法 同时加入刘海交叉法对算法进行改进 解决TSP问题-matlab genetic algorithm coding the basic genetic algorithm using crossover method Liu also added to improve the algorithm to solve TSP problems Platform: |
Size: 3072 |
Author:mm |
Hits:
Description: its the matlab coding for pattern recoganization in image processing using genetic algorithm-its the matlab coding for pattern recoganization in image processing using genetic algorithm Platform: |
Size: 224256 |
Author:suresh |
Hits:
Description: 关于遗传算法的matlab实例,包括编码、交叉等操作,涉及Sheffield大学Matlab遗传算法工具箱的相关函数-Genetic algorithm Matlab examples, including coding, cross and other operations involving the correlation function of the University of Sheffield Matlab genetic algorithm toolbox Platform: |
Size: 1024 |
Author:海伦 |
Hits: