搜索资源列表
parallel_GA
- 主从式并行遗传算法,这个项目是关于视野覆盖给导师做的实验,关于这方面国内国外很少有研究。-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.
遗传算法和模拟退火算法相结合的并行实现
- 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
GA
- 遗传算法的应用,包含了普通的遗传算法、该进的遗传算法及并行遗传算法
c语音遗传算法程序包
- 遗传算法原程序,并行算法,原代码,随机搜索算法-GA original program, parallel algorithm, the original code, random search algorithm
并行遗传算法文章大收集
- 国内并行遗传算法文章大收集,研究并行遗传算法必备学习资料-Internal parallel genetic algorithm papers .It is essential learning material for donging research on Parallel genetic algorithm .
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
用GA(遗传算法)推算下期开奖号码
- 根据双色球历史开奖记录,用GA(遗传算法)推算下期开奖号码.主要是用于学习遗传算法,推算下期开奖号码只是一个乐趣.并不能真正的正确.,Loans lottery in accordance with historical records, using GA (genetic algorithm) the projection period under the lottery numbers. Mainly for learning genetic algorithm, the next phas
parallelgenetic
- 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
sd22
- 粗粒度并行遗传算法,用于流域梯级水电站群的优化调度。-Coarse-grained parallel genetic algorithm for the watershed of Cascade Hydropower Stations optimization.
PGA
- 本文详细介绍了并行遗传算法的定义,应用等等,不失为一篇好论文-This paper introduces in detail the definition of parallel genetic algorithms, applications, etc., may be a good thesis
quantum2
- 遗传算法并行性好,不易陷入早熟,是目前在遗传算法方面一个比较新研究,该压缩包里包含了大量了一些优秀的遗传算法的一些优秀文章-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
fga-1.4.tar
- 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed descr iption of the document, use the interface function is passed the fitness functi
insulargenetica-win32-qt4.5-1.18beta
- 这是并行遗传算法的实现与“环”狭隘的拓扑结构。算法在进化提供了一个动态的遗传算子的选择。该库支持的26个遗传算子。这是跨平台的遗传算法用C+ +编写的。-This is implementation of parallel genetic algorithm with "ring" insular topology. Algorithm provides a dynamic choice of genetic operators in the evolution of. The library
bingxingsuanfa
- 遗传算法并行算法(经典的遗传算法20本之一)-Genetic algorithm parallel algorithm (the classical one of the genetic algorithm 20)
MyGa_1.0
- 基于Fortran语言的实数编码的遗传算法,非并行版本,里面有多种常见的选择算子,交叉算子,变异算子可选,并加入了小生境技术,最佳个体保存技术。对学习遗传算法的朋友们很有帮助。-Fortran-based language for real-coded genetic algorithm, non-parallel version, there are many common selection operator, crossover operator, mutation operator is
CGPA
- 基于三个子种群的粗粒度并行遗传算法用于解决函数优化问题-The coarse-grained parallel genetic algorithm for sloving the function optimization based on three sub-popolations.
43680500GA
- 遗传算法:非数值并行算法遗传算法.非数值并行算法遗传算法.遗传算法:非数值并行算法遗传算法.非数值并行算法遗传算法.(Genetic algorithm: non numerical parallel algorithm, genetic algorithm, non numerical parallel algorithm, genetic algorithm. Genetic algorithm: non numerical parallel algorithm, genetic algor
09 遗传算法(Genetic Algorithm, GA)
- 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
paper-program4
- 遗传算法等智能算法只需要利用目标取值作为搜索信息无需目标函数梯度等高阶信息,适于并行处理等优点,尤其适用于处理传统搜索方法难于处理的非线性问题,因此,被许多学者引入并应用到阵列天线波束赋形领域.(Intelligent algorithms, such as genetic algorithm, only need to use the target value as the high order information of the search information without the
粒子群算法
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"