CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - genetic pso

搜索资源列表

  1. PSO-for-TSP-of-51-city

    0下载:
  2. 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:9.74kb
    • 提供者:lin
  1. 112

    0下载:
  2. 粒子群算法和遗传算法两种优化算法 《精通MATLAB最优化计算》中的部分代码-Two optimization algorithm of PSO and genetic algorithm Part of the code in the 《proficient MATLAB optimization calculation》
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:14.63kb
    • 提供者:
  1. PSO

    1下载:
  2. 遗传算法,用于资源优化问题,如果需要,可以下载-Genetic algorithms for resource optimization problems, if needed, can be downloaded to see
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:4.52kb
    • 提供者:宋玉
  1. 6

    0下载:
  2. dg placement using genetic algorithm and pso
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:884.97kb
    • 提供者:peddu
  1. Performance-comparison-of-G-A--Pso-and-He-in-beam

    1下载:
  2. Performance comparison of Genetic Algorithm, Particle swarm optimization and Hybrid evolutionary algorithm in beamforming
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:5.06kb
    • 提供者:venu
  1. PSOPC

    0下载:
  2. 粒子群算法的智能优化,PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解-Particle swarm intelligence optimization, PSO algorithm is an evolutionary algorithm, and genetic algorithm similarity, it is also starting from a random solution, find the optimal solution by it
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:1.14kb
    • 提供者:王艳琴
  1. The-Multi-user-Detection-ALGORITHM

    0下载:
  2. 联合智能(JI-MUD)多用户检测算法是由粒子群优化(PSO)算法,遗传算法(GA)和模拟退火(SA)算法-the joint intelligent multi-user detection (JI-MUD) algorithm which was composed by particle swarm optimization (PSO) algorithm, genetic algorithm (GA) and simulated annealing (SA) algorithm was p
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:905.92kb
    • 提供者:杜大鲲
  1. GA-PSO

    0下载:
  2. 基于粒子群的遗传算法实现。改代码是将粒子群的算法的有点和遗传算法的有点结合起来做的一种优化。-PSO based on genetic algorithm to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:jun
  1. PID-Tuning-using-PSO

    0下载:
  2. PID+genetic algoritm PSO
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:mor
  1. GA(PSO)

    0下载:
  2. 遗传算法改进的粒子群算法,分享出来,希望对大家有用!-Genetic algorithm, the improved particle swarm algorithm, sharing, the hope that useful to everybody!
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.26kb
    • 提供者:liu
  1. PSO

    1下载:
  2. 粒子群优化算法与遗传算法结合,实现PID控制-PSO and genetic algorithm combined to achieve PID control
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:141.28kb
    • 提供者:王君
  1. ga-pso

    0下载:
  2. genetic and pso couple code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:3.57kb
    • 提供者:javad
  1. 38430124GA_BP-pso_bp

    0下载:
  2. 这是一种遗传算法和BP网络结合的算法,粒子群和BP网络,这两种算法进行结果比对。(This is a genetic algorithm and BP network combination algorithm, particle swarm and BP network, the two algorithms for results comparison.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3kb
    • 提供者:斯坦福01
  1. psopt20100414

    1下载:
  2. pso粒子群MATLAB工具箱直接 安装,类似于遗传算法工具箱。(PSO Particle Swarm MATLAB toolbox installed directly, similar to the genetic algorithm toolbox.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:26kb
    • 提供者:张智
  1. pso

    0下载:
  2. 通过对现有数据进行迭代,用粒子群遗传算法进行预测(By iterating over the existing data, the particle swarm genetic algorithm is used to predict the data)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:488kb
    • 提供者:youngstear
  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13kb
    • 提供者:胡萝卜须
  1. gepso

    0下载:
  2. genetic and pso for optimization
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:712kb
    • 提供者:usgaa
  1. pso

    0下载:
  2. 使用遗传算法对视电阻率进行校正,使用方便快捷结果准确。(Correction of apparent resistivity by genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:6kb
    • 提供者:碳酸盐岩
  1. 源码GAaPSO

    0下载:
  2. 遗传算法粒子群优化,代码通俗易懂,学习一下(Genetic algorithm particle swarm optimization, code is easy to understand, learn.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9kb
    • 提供者:z豪
  1. GA & PSO+BP

    3下载:
  2. 遗传算法与粒子群算法优化BP,有较好的分类效果(BP optimization based on Genetic Algorithm and particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2020-07-20
    • 文件大小:13kb
    • 提供者:galome
« 12 »
搜珍网 www.dssz.com