CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传 粒子群

搜索资源列表

  1. PSO

    0下载:
  2. 粒子群算法源代码,属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解。-Particle swarm algorithm source code, is a kind of evolutionary algorithm, and genetic algorithm are similar, it is also starting from the random solutions, through the iterative search for the optimal
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:9260
    • 提供者:毛铭瑄
  1. LZQYHSF

    0下载:
  2. 粒子群算法源代码,属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解。-Particle swarm algorithm source code, is a kind of evolutionary algorithm, and genetic algorithm are similar, it is also starting from the random solutions, through the iterative search for the optimal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9284
    • 提供者:毛铭瑄
  1. BreedPSO

    0下载:
  2. BreedPSO:用基于交叉遗传的粒子群优化算法求解无约束优化问-BreedPSO: Cross with genetic-based particle swarm optimization algorithm for solving unconstrained optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:778
    • 提供者:袁伟
  1. The-new-meta-heuristic-algorithm-bat

    1下载:
  2. 摘要:新型元启发式算法例如粒子群算法,萤火虫算法,和声搜索算法已经成为现今复杂的优化问题的有效解决方法。该文基于蝙 蝠的回声定位行为提出了一种新型的元启发式算法———蝙蝠算法,同时也将现有的一些算法的优点引入到该算法中。 改文对该算 法进行了详细的公式化表述并对其执行流程的作出了说明,并且将该算法与遗传算法、粒子群优化算法等算法进行了比较。仿真结 果表明,蝙蝠算法明显优于其他算法,并对进一步的研究作出了展望。-Summary: The new meta-heuristic algor
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:630209
    • 提供者:薛云强
  1. TSP

    0下载:
  2. 总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看-Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:453754
    • 提供者:肖鹏
  1. PSOBP502

    0下载:
  2. Parsopoulos等采用罚函数法,利用非固定多段映射函数对约束优化问题进行转化,再利用PSO算法求解转化后问题,仿真结果显示PSO算法相对遗传算法更具有优越性,但其罚函数的设计过于复杂,不利于求解;Hu等采用可行解保留政策处理约束,即一方面更新存储中所有粒子时仅保留可行解,另一方面在初始化阶段所有粒子均从可行解空间取值,然而初始可行解空间对于许多问题是很难确定的;Ray等提出了具有多层信息共享策略的粒子群原理来处理约束,根据约束矩阵采用多层Pareto排序机制来产生优良粒子,进而用一些优良的
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2283
    • 提供者:朱坤鸿
  1. EA-and-PSO

    0下载:
  2. 介绍了基础的遗传算法和粒子群算法。还有他们的基本实现。适合入门的同学做一下简单实验。-Introduces the basic genetic algorithm and particle swarm algorithm. And their basic realization. Students for entry to do something simple experiment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1086918
    • 提供者:fan lu
  1. inversion

    2下载:
  2. 王家映关于地球物理资料非线性反演理论的讲座系列,包括11个文档(地球物理反演问题概述,蒙特卡洛法,模拟退火法,遗传算法,人工神经网络,共轭梯度,同伦反演法,量子遗传算法,蚁群算法,粒子群反演算法,模拟原子跃迁反演法)-Wang Ying on the theory of nonlinear inversion of geophysical data lecture series, including 11 documents (geophysical inversion problems out
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:8039756
    • 提供者:Yzc
  1. BPSO-and-GA

    0下载:
  2. 使用粒子群算法和遗传算法求取简单函数的极值,代码将两个算法糅在一起写的,遗传算法又含有二进制码和格雷码编码方式。-The use of particle swarm optimization and genetic algorithm to strike a simple function of the extreme, the code will be melted together to write two algorithms, genetic algorithms and contain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:689685
    • 提供者:cc
  1. GAaPSO

    0下载:
  2. 粒子群算法和遗传算法在寻找函数最优值中的应用与比较-Particle swarm optimization and genetic algorithm in finding the optimal value function of the application and comparison
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:10260
    • 提供者:leroy
  1. GA-PSO

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

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:jun
  1. ACO-PID

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle s
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1503
    • 提供者:昊轩
  1. code

    2下载:
  2. 这是我自己编写的二进制频谱分配算法的代码,分别用粒子群算法和遗传算法实现.-spectrum allocation code for PSO and GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4595
    • 提供者:yehao
  1. Allocation-algorithm

    2下载:
  2. 基于遗传算法和粒子群算法的认知无线电频谱分配算法-Allocation algorithm based on genetic algorithm and particle swarm optimization of cognitive radio spectrum
  3. 所属分类:matlab

    • 发布日期:2016-03-07
    • 文件大小:7168
    • 提供者:刘晨
  1. 1

    0下载:
  2. .用遗传算法优化来求解无约束优化问题用粒子群算法优化来求解无约束优化问题-Using genetic algorithm optimization to solve unconstrained optimization problems with particle swarm optimization for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:23628
    • 提供者:飞飞
  1. GA_sheffield

    0下载:
  2. 本文件包含遗传算法,粒子群算法基本例子以及应用例子,采用MATLAB编写,希望对初学者有所帮助。如有不足,请多多见谅-This document contains genetic algorithms, particle swarm optimization and application examples of the basic examples using MATLAB to prepare, and I hope to help beginners. If insufficient, p
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:686027
    • 提供者:abc
  1. cfir

    0下载:
  2. 他的文档中包含的遗传算法,粒子群优化和用MATLAB编写的基本范例应用实例,希望对初学者有所帮助。如果insuffic -This document contains genetic algorithms, particle swarm optimization and application examples of the basic examples using MATLAB to prepare, and I hope to help beginners. If insufficien
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11217
    • 提供者:abc
  1. tsp_pso

    0下载:
  2. : 针对粒子群优化算法易陷入局部极值的缺点, 提 出一种改进粒子群算法, 该算法借鉴贪婪算法的思想初始化种群, 利用两 个种群同时寻优, 并将遗传算法中交叉和变异操作引入其 中, 实现种群间的信息共享。-I n a l l u s i o n t o p a r t i c l e s wa r m o p t i mi z a t i o n b ei n g pr on e t o g e t i n t o l oc a l mi n i mu m, a n
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:570052
    • 提供者:xiaowei
  1. npso

    0下载:
  2. 分析粒子群算法在求解组合优化问题中的运行原理并与遗传算法和 改进的粒子群算法仿真比较. 结果表明 混合优化算法在收敛速度和精度上均有明显的提高-The   mechanism   of   p article   swarm   o p timization PSO in   solvin g   combinatorial   o p timization p roblems   was   anal y zed.Simulations   com p arison with  
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1874
    • 提供者:xiaowei
  1. genetic

    0下载:
  2. 用MATlab实现的遗传算法,i比较简单,适用于刚学习粒子群算法的人,大家可以交流一下-MATlab genetic algorithm, relatively simple, suitable for people new to the study of the particle swarm optimization (pso) algorithm, we can discuss
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:217867
    • 提供者:wanglin
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com