搜索资源列表
-
0下载:
主从式并行遗传算法,这个项目是关于视野覆盖给导师做的实验,关于这方面国内国外很少有研究。-master-slave parallel genetic algorithm, the project is on the horizon to cover instructors do experiments, In this respect at home and abroad is little research.
-
-
0下载:
This a parallel genetic algorithm for a biinfomatics problem CSP-This a parallel genetic algorithm for a b iinfomatics problem CSP
-
-
0下载:
遗传算法的程序
遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模
拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式,
从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一
串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式
形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的
适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
-
-
0下载:
国内并行遗传算法文章大收集,研究并行遗传算法必备学习资料-Internal parallel genetic algorithm papers .It is essential learning material for donging research on Parallel genetic algorithm .
-
-
0下载:
简单并行遗传算法代码,由串行遗传算法改编而来。,Simple parallel genetic algorithm code, adapted from from the serial genetic algorithm.
-
-
0下载:
使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
-
-
0下载:
关于并行遗传算法研究以及并行遗传算法初始种群划分建模与设计-Parallel Genetic Algorithm
-
-
2下载:
粗粒度并行遗传算法,用于流域梯级水电站群的优化调度。-Coarse-grained parallel genetic algorithm for the watershed of Cascade Hydropower Stations optimization.
-
-
0下载:
c++编写的并行拉马克遗传算法的程序。实现分析对接程序,基于开源项目Autodock3.0进行的二次开发-c++ prepared Lamarckian genetic algorithm parallel procedures. Analysis achieve docking procedure, based on open source projects for the secondary development of Autodock3.0
-
-
0下载:
遗传算法并行性好,不易陷入早熟,是目前在遗传算法方面一个比较新研究,该压缩包里包含了大量了一些优秀的遗传算法的一些优秀文章-Parallel genetic algorithm is good, not easily caught early, is the genetic algorithm in a relatively new research area, the compression bag contains a large number of a number of excellen
-
-
0下载:
介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解-Genetic algorithm and Artificial neural network
Parallel GA
Genetic programming
Traveling salesman
-
-
0下载:
关于并行遗传算法在机载宽频带天线罩设计中的应用研究-On the parallel genetic algorithm in airborne broadband radome design study
-
-
0下载:
对并行遗传算法进行了研究,论文研究的内容是现在热点-Parallel genetic algorithm for the study, thesis research content is hot now
-
-
1下载:
基于三个子种群的粗粒度并行遗传算法用于解决函数优化问题-The coarse-grained parallel genetic algorithm for sloving the function optimization based on three sub-popolations.
-
-
0下载:
针对遗传算法应用干服务质最(QoS)组播路由时运算时间长的问题,提出一种基于集群路由器的并行遗传算法,并对集群路由器的体系结构加以改进,使其适用于该并行遗传算法的运行。-lity (QoS) multicast routing computation time long when prGenetic algorithm is used to dry the service quaoblems is proposed based on a cluster of the router paralle
-
-
0下载:
并行遗传算法的经典论文 很全很丰富 有经典的综述PDF格式-Parallel genetic algorithm for the classic paper all very rich classic Review PDF format
-
-
0下载:
并行遗传算法的经典论文 很全很丰富 有经典的综述PDF格式-Parallel genetic algorithm for the classic paper all very rich classic Review PDF format
-
-
0下载:
遗传算法,基于INTERNET的并性遗传算法研究-Natures genetic algorithm based on INTERNET research
-
-
0下载:
并行遗传算法法,可以解决大规模智能优化问题-Parallel genetic algorithm to solve large-scale intelligent optimization problem
-
-
1下载:
遗传算法提供了求解非线性规划的通用框架,它不依赖于问题的具体领域。遗传算法的优点是将问题参数编码成染色体后进行优化, 而不针对参数本身, 从而不受函数约束条件的限制; 搜索过程从问题解的一个集合开始, 而不是单个个体, 具有隐含并行搜索特性, 可大大减少陷入局部最小的可能性。而且优化计算时算法不依赖于梯度信息,且不要求目标函数连续及可导,使其适于求解传统搜索方法难以解决的大规模、非线性组合优化问题。(Genetic algorithm provides a general framework f
-