CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 差分进化算法

搜索资源列表

  1. DeMat

    1下载:
  2. 差分进化算法Matlab程序,包括多种进化策略
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2010-10-08
    • 文件大小:31593
    • 提供者:david_david
  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-04-01
    • 文件大小:4103
    • 提供者:谷琼
  1. Difference-Algorithm

    0下载:
  2. 用Matlab编程的差分算法实例,包含差分进化算法程序的基本程序,以及变异和竞争等操作-Difference algorithm in Matlab programming examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1097
    • 提供者:李文
  1. Python-for-DE--algorithm-

    0下载:
  2. Python实现的差分进化算法的源代码,供大家学习参考-Python implementation of the differential evolution algorithm source code for everyone to learn information
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:18796
    • 提供者:wang
  1. DE

    0下载:
  2. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:496683
    • 提供者:fanglingfen
  1. DE_ParameterEstimation

    0下载:
  2. 利用差分近进化算法求解代谢途径参数估计问题-The use of differential evolution algorithm for metabolic pathway in recent parameter estimation problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:332683
    • 提供者:余永红
  1. Two_papers_about_Differential_Evolution

    0下载:
  2. 两篇比较新的差分进化算法文章,对算法的搜索效率进了改进。-Two later papers about Differential Evolution improve the search fficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:554596
    • 提供者:Wang Yan
  1. DE

    0下载:
  2. 差分进化算法(Differential Evolution, DE)是一种新兴的进化计算技术。它是由Storn等人于1995年提出的,最初的设想是用于解决切比雪夫多项式问题,后来发现DE也是解决复杂优化问题的有效技术。本人实现了简单的DE-DE is used for multidimensional real-valued functions but does not use the gradient of the problem being optimized, which means DE
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:25499
    • 提供者:John Chen
  1. Knapsack

    0下载:
  2. 0/1背包问题,java差分进化算法实验-0/1 knapsack problem, java experimental differential evolution algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2317
    • 提供者:朱小峰
  1. DeMat

    0下载:
  2. matlab实现差分进化算法,为初级学者提供帮助-matlab differential evolution algorithm to achieve, to help junior scholars
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:8339
    • 提供者:马超
  1. differential-algorithm

    0下载:
  2. 差分进化算法(differential algorithm)-Differential evolution algorithm (differential algorithm)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:18408
    • 提供者:dwwd
  1. deopt

    0下载:
  2. 使用matlab中仿真实现差分进化算法,可在多目标优化的应用的使用-matlab differential evolution (DE) algorith
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3425
    • 提供者:liaoxianli
  1. DE

    0下载:
  2. 采用差分进化算法解决一个有理数方程在给定范围内的求解问题。-using differential evolution algorithm to solve an equation with a given range of x
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:5470
    • 提供者:林曦
  1. differentiale

    0下载:
  2. 差分进化算法的一部分,希望对人有用,这个算法在处理数值反方面比较实用-Differential evolution part of the algorithm, and I hope to people useful, this algorithm in dealing with values of the more practical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:79122
    • 提供者:tang
  1. the-simulation-examples

    0下载:
  2. 基于差分进化和粒子群优化算法的混合优化算法,基于差分进化算法的定位算法,及其仿真。-Based on differential evolution and the particle swarm optimization algorithm hybrid optimization algorithm, evolutionary algorithm based on difference of localization algorithm, and its simulation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1310932
    • 提供者:张大热
  1. the-simulation-and-examples

    0下载:
  2. 传感器网络的粒子群优化定位算法,及其基于差分进化算法的定位算法,带有2个simulink仿真。-Sensor network of particle swarm optimization localization algorithm, and its evolution algorithm based on difference of localization algorithm, with two simulink.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1314450
    • 提供者:张大热
  1. DE(rand1)

    0下载:
  2. 差分进化算法DE/rand1版本,用几组标准测试函数-Differential evolution algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5192
    • 提供者:hongyun
  1. devcpp-(1)

    0下载:
  2. 来自国外的标准差分进化算法的C++实现,简洁有用。-standard DE from abroad
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:173690
    • 提供者:郑凡
  1. artificial-immune-algorithm

    2下载:
  2. 智能优化算法程序代码集锦 包括:智能优化算法程序代码集锦 - 本文汇集 基因算法,差分进化算法,粒子群算法,蚂蚁克隆算法,上帝算法,人工免疫克隆算法,免疫粒子群算法的代码。-artificial immune algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-20
    • 文件大小:57200
    • 提供者:shifo
  1. GE

    0下载:
  2. 经典差分进化算法的MATLAB代码 毕业设计专用 每代的收缩代码 又要的请下载 求过-Classical differential evolution algorithm graduated from the MATLAB code design dedicated each generation of contraction of code have to download the begged
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1634
    • 提供者:小风
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com