搜索资源列表

  1. POL-localization

    0下载:
  2. 基于差分进化和粒子群优化算法的混合优化算法,并且有查分算法的原理介绍。-Based on differential evolution and the particle swarm optimization algorithm hybrid optimization algorithm, and the principle of grey or algorithm is introduced.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:505856
    • 提供者:张大热
  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,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1310720
    • 提供者:张大热
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1314816
    • 提供者:张大热
  1. DE(rand1)

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

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:hongyun
  1. devcpp-(1)

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

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

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

    • 发布日期:2024-04-29
    • 文件大小:57344
    • 提供者: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例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:小风
  1. JADE

    0下载:
  2. JADE差分进化的变异算法,针对不同的规模,差分进化算法的性能是不同的,这是另一个变异,有需要的请下载-Variation of differential evolution algorithm, for different scale, the performance of the differential evolution algorithm is different, this is another variation, the
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:3351552
    • 提供者:小风
  1. de-LDPC

    0下载:
  2. 该算法时LDPC码优化的好帮手。通过差分进化(DE)实现LDPC码度分布优化。给定码率,自动搜索最佳度分布。算法运算量较小,可以得到次优解。-The algorithm of LDPC code optimization is a good helper. Through differential evolution ( DE ) to realize LDPC code degree distribution optimization
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:chenziqiang
  1. Constrained-Engineering-Optimization

    0下载:
  2. 将离散约束优化问题转化为非负整数约束规划问题,开发求解该问题的离散差分进化算法。该算法采用基于混沌映射 的种群初始化、双版本变异和带随机扰动项的取整运算等新策略。针对非线性约束条件,给出惩罚基数的计算方法和连续映 射基函数的表达式,在此基础上设计处理非线性约束的自适应惩罚因子。提出一种刻画种群多样性的新测度——种群二次平 均基因距离及基于新测度的依概率混沌移民算子。将自适应罚函数法、依概率混沌移民操作与离散差分进化算法有机融
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:927744
    • 提供者:吴胜亮
  1. DE

    0下载:
  2. 编写改进的差分进化算法,并对神经网络进行优化-improved differential evolution algorithm to optimization the neural network
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:28672
    • 提供者:ouyanghaibin
  1. My_run_DE

    0下载:
  2. 完整的差分进化优化算法程序例子,可用用函数优化等多种优化问题。-The complete differential evolution optimization algorithm program examples, can be used to optimize the function optimization problem.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:LQ
  1. DIWO

    0下载:
  2. 差分进化算法与杂草优化算法的结合,利用简单的测试函数,验证算法的有效性-Differential evolution algorithm and the weeds optimization algorithm combined,which use simple test function to verify the effectiveness of the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:lvna
  1. de_1

    0下载:
  2. 实现差分进化算法的源代码,希望对大家有帮助。算法实现方程可以通过手动修改,实现自己的方程求解。-Calculation test calculation test calculation test calculation test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:957440
    • 提供者:叶江楠
  1. FDGPSOo

    0下载:
  2. 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。-Algorithm for solving constrained optimization problems, algorithms, differential evolution/genetic algorithm/particle swarm algorithm fusion.
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:37888
    • 提供者:jxjj609
  1. IDE-pso

    0下载:
  2. 改进的差分进化算法优化粒子群优化算法的混合智能优化算法的源程序-Improved differential evolution algorithm to optimize the hybrid particle swarm optimization intelligent optimization algorithm source code! ! ! !
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:47104
    • 提供者:dw
  1. TRosenbrockh

    0下载:
  2. 利用差分进化算法(Differential Evollution)实现对经典函数rosenblock的验证 -Differential evolution algorithm (Differential Evollution) validation of the classical function rosenblock
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:空白
  1. TGriewangkh

    0下载:
  2. 利用差分进化算法(Differential Evoolution)实现对经典函数girewangk的验证 -Differential evolution algorithm (Differential Evoolution) validation of the classical function girewangk
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:偏见
  1. TSphereh

    0下载:
  2. 利用差分进化算法(Differential Evolutioon)实现对经典函数sphere的验证,已通过测试。 -The differential evolution algorithm (Differential Evolutioon) verification of the classic function of the sphere, and has been tested.
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:guhaih
  1. DEalgothrim

    0下载:
  2. 可执行的差分进化算法代码,根据需要可以求得一个表达式的最大或最小值-The DE algorithm code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1746944
    • 提供者:daixiaoying
« 1 2 3 4 5 67 8 9 10 11 12 13 »

源码中国 www.ymcn.org