CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parallel Genetic Algorithms

搜索资源列表

  1. fencen

    0下载:
  2. 用分层实现遗传算法,高、低两个层次并行运行,自主选择种群规模、变异率及两层的交叉率,结果以文本方式输出。-layered with Genetic algorithms, low - and high-level parallel operations, choosing their own population size, mutation rate and the two-tier cross-rates, the results in text mode output.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6730
    • 提供者:flying840310
  1. 遗传算法和模拟退火算法相结合的并行实现

    2下载:
  2. 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11474
    • 提供者:刘雨
  1. PGA

    0下载:
  2. 本文详细介绍了并行遗传算法的定义,应用等等,不失为一篇好论文-This paper introduces in detail the definition of parallel genetic algorithms, applications, etc., may be a good thesis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:126390
    • 提供者:yuboyushui
  1. proj2_fun1_parallel

    0下载:
  2. Parallel Processing Message Passing Genetic Algorithms-Parallel ProcessingMessage PassingGenetic Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2909
    • 提供者:cheng
  1. conf043

    0下载:
  2. A Genetic Algorithm Approach to Scheduling Communications for a Class of Parallel Space-Time Adaptive Processing Algorithms
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:67511
    • 提供者:mohamed
  1. Thenumericalalgorithmofparallelgeneticalgorithms.r

    0下载:
  2. 遗传算法基本理论 经典应用实例 非数值并行算法:遗传算法-The basic theory of classical genetic algorithm application examples The numerical algorithm of parallel genetic algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:4089331
    • 提供者:chenchun
  1. A_Genetic_Algorithm_Tutorial

    0下载:
  2. 遗传算法指南(A Genetic Algorithm Tutorial):经典的遗传算法文献-This tutorial covers the canonical genetic algorithm as well as more experimental forms of genetic algorithms, including parallel island models and parallel cellular genetic algorithms.
  3. 所属分类:File Formats

    • 发布日期:2017-05-10
    • 文件大小:2241213
    • 提供者:columbia
  1. Parallel.Processing.Neural.Networks.And.Genetic.Al

    0下载:
  2. Parallel Processing, Neural Networks And Genetic Algorithms.djvu-Parallel Processing, Neural Networks And Genetic Algorithms
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1746707
    • 提供者:bpodq
  1. Parallel_Artificial_Immune_Algorithm_for_Large_Sca

    0下载:
  2. 为求解大规模TSP 问题, 提出了并行人工免疫系统的塔式主从模型(TMSM), 和基于TMSM 的并行免疫记忆克隆选择算法(PIMCSA) TMSM 是粗粒度的两层并行人工免疫模型, 其设计体现了分布式的免疫响应和免疫记忆机制. PIMCSA 用疫苗的迁移代替了抗体的迁移, 兼顾了种群多样性的保持和算法的收敛速度. 与其他算法相比, PIMCSA 在求解精度和运行时间上都更具优势, 而且问题规模越大优势越明显. TMSM 很好地体现了免疫系统的特性, PIMCSA 是适合求解大规模复杂优化问
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:435688
    • 提供者:崔冰
  1. Non-numerical-parallel-algorithms-Ga

    0下载:
  2. 非数值并行算法:遗传算法,遗传算法的一个教程,很适合初学者-Non-numerical parallel algorithms: Genetic algorithm, genetic algorithm tutorial, very suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:4089036
    • 提供者:zhx
  1. ga-PID

    0下载:
  2. 遗传算法是1962年由美国Michigan大学的Holland教授提出的模拟自然界遗传机制和生物进化论而形成的一种并行随机搜索最优化方法[1-3], 在自动控制领域中得到了越来越广泛的应用。该文引入了“稳定区域算法”求取闭环系统稳定的PID控制器参数区间,并以此算法的计算结果限定进 化算法的参数寻优区间,通过仿真试验取得了令人满意的控制效果。-Genetic Algorithms is proposed by the University of Michigan’s Professor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:888756
    • 提供者:baijiaxuan
  1. MyGaMpiII_1.0

    0下载:
  2. 这是一个基于实数编码的Fortran语言的遗传算法,并用MPI并行实现,里面提供了丰富的选择算子,交叉算子,变异算子可供选择,如选择算子有基于赌盘选择算子,无回放余数随机选择算子,变异算子有高斯变异,自适应变异等,此外还实行了一种策略可以有效地降低早熟的概率,本人还有一份非MPI版本的遗传算法,需要者可以联系。-This is a real-coded in Fortran language of genetic algorithms, and use MPI parallel implemen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:11201
    • 提供者:彭鑫
  1. MyGa_1.0

    0下载:
  2. 基于Fortran语言的实数编码的遗传算法,非并行版本,里面有多种常见的选择算子,交叉算子,变异算子可选,并加入了小生境技术,最佳个体保存技术。对学习遗传算法的朋友们很有帮助。-Fortran-based language for real-coded genetic algorithm, non-parallel version, there are many common selection operator, crossover operator, mutation operator is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:454155
    • 提供者:彭鑫
  1. jiashu

    0下载:
  2. 遗传算法是一类借鉴生物自然选择和自然遗传机制的随机化搜索算法,由于其本身 具有很强的鲁棒性和并行处理功能,因而特别适用于传统优化方法难以解决的最优化问 题-Genetic algorithms are a class of reference biological mechanism of natural selection and random genetic-based search algorithm, due to its robust and highly parallel p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:983
    • 提供者:aa
  1. PGA

    0下载:
  2. 简单的主从式并行遗传算法,使得实现速度更快-Simple master-slave parallel genetic algorithms, making implementation faster
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1380
    • 提供者:童小武
  1. Non-numerical-parallel-algorithms

    0下载:
  2. 非数值并行算法:遗传算法 适用于需要在遗传领域进行研究的程序员-Non-numerical parallel algorithms: genetic algorithm applied to the research needs in the field of genetics programmers
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:4089675
    • 提供者:张嘉城
  1. A1

    0下载:
  2. 非数值并行算法:遗传算法 本书系统的叙述了非数值并行算法之一的遗传算法的基本原理及最新进展,同时为了便于读者解决实际问题,书中对具体算法步骤做了详细介绍-Non-numerical parallel algorithms: genetic algorithms book describes the system of non-numerical parallel algorithms basic principles of genetic algorithms and the latest
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4104596
    • 提供者:123
  1. my_matlab

    0下载:
  2. 由于遗传算法较以往传统的搜索算法具有使用方便、鲁棒性强、便于并行处理等特点,因而广泛应用于组合优化、结构设计、人工智能等领域。-Than in the past due to genetic algorithms traditional search algorithms with easy to use, robustness, ease of parallel processing, etc., which are widely used in combinatorial optimizat
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1022
    • 提供者:Jobs
  1. 智能优化算法

    3下载:
  2. 优化技术是一种以数学为基础,用于求解各种工程问题优化解的应用技术。作为一个重要的科学分支,它一直受到人们的广泛重视,并在诸多工程领域得到迅速推广和应用,如系统控制、人工智能、模式识别、生产调度、VLSI技术和计算机工程等。鉴于实际工程问题的复杂性、约束性、非线性、多极小、建模困难等特点,寻求一种适合于大规模并行且具有智能特征的算法已成为有关学科的一个主要研究目标和引人注目的研究方向。 20世纪80年代以来,一些新颖的优化算法,如人工神经网络、混沌、遗传算法、进化。(Optimization te
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2027520
    • 提供者:韬文
  1. TFE001031

    0下载:
  2. research of genetic algorithms using openmp and parallel programing
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:1538048
    • 提供者:ulises009
« 12 »
搜珍网 www.dssz.com