CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 进化算法

搜索资源列表

  1. Animprovedquantumevolutionaryalgorithm

    0下载:
  2. 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是 设计了基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快和全局搜索能力强 的特点.通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法和传统进化算法.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:371549
    • 提供者:xq
  1. DE.python

    0下载:
  2. Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4103
    • 提供者:谷琼
  1. software

    0下载:
  2. 该算法详细介绍了进化过程,实验结果表明,该算法具有良好的性能。-The algorithm described in detail the evolution of the experimental results show that the algorithm has good performance.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:648759
    • 提供者:花自飘零
  1. Differential-Evolution-Algorithm

    0下载:
  2. 本文讨论了一个叫做差分进化进化优化算法停滞。 -This article discusses the stagnation of an evolutionary optimization algorithm called Differential Evolution.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:134618
    • 提供者:王博雅
  1. evolutionary].tar

    0下载:
  2. 一个基于文化算法的进化程序C语言编写实现-A program based on cultural evolution algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7254
    • 提供者:your name
  1. lala

    0下载:
  2. 用遗传算法求解最短路径问题求解的遗传算法的参数设定如下: 种群大小:M = 50 最大代数:G = 1000 交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。 变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parameter settings are as follows: p
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3978
    • 提供者:zhouyanghua
  1. QAniimprovedqu

    0下载:
  2. 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm performance is directly affected by
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:371352
    • 提供者:
  1. QQUBBIT4MATLAu

    1下载:
  2. 量子信息科学使用的源码和量子进化算法,包含量子状态等等,而且附有详细的说明文档 可直接使用。 已通过测试。 -Source of quantum information science and quantum evolutionary algorithm, including the quantum state, and accompanied by detailed documentation can be used directly. Has been tested.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:255219
    • 提供者:
  1. MAGA

    1下载:
  2. MAGA多智能体进化算法源码,已经调好,直接可以运行。-MAGA multi agent evolutionary algorithm source code, have a good tune, you can directly run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3259
    • 提供者:王朋
  1. jwod

    0下载:
  2. 基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考-Multi-objective optimization based on evolutionary algorithm, using matlab programs are written, please refer to
  3. 所属分类:Data structs

    • 发布日期:2017-12-15
    • 文件大小:357376
    • 提供者:serialrze
  1. SimpleGA-master

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:pambassador
  1. 6108541

    0下载:
  2. 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现()
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:KYJrlha%5F075
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:687104
    • 提供者:ZJN27
  1. 6339172

    0下载:
  2. 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:kymaythf
  1. bwjja

    0下载:
  2. 遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术 遗传()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:7168
    • 提供者:yxrw_0931
搜珍网 www.dssz.com