CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 遗传算法 粒子群

搜索资源列表

  1. psopt

    0下载:
  2. 另一个粒子群优化算法工具箱,具有与遗传算法工具箱相同的语法结构。-Implementation of a PSO algorithm with the same syntax as the Genetic Algorithm Toolbox.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:34003
    • 提供者:严达伟
  1. yichuansuanfa

    0下载:
  2. 一篇遗传算法和粒子群算法的比较,关于图像处理的-A genetic algorithm and particle swarm algorithm comparison, on the image processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3628187
    • 提供者:hx
  1. PSO

    1下载:
  2. 智能优化算法,有粒子群算法(matlab)和多岛遗传算法(C语言)-PSO optimization algorithm and nsga-II optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:770817
    • 提供者:李均衡
  1. InteligentOptimisationAlgorithms

    1下载:
  2. 介绍各种智能优化算法,包括遗传算法,模拟退火,粒子群算法等的一本好书-A good book for Intelligent optimization algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:4070563
    • 提供者:xuying
  1. PythonPSO

    1下载:
  2. 粒子群算法PSO 算法属于进化算法的一种,和遗传算法相似-particle swarm algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2363
    • 提供者:
  1. yichuanheliziqun

    0下载:
  2. 用matlab编写的遗传算法加上粒子群算法,求解最优配置问题的程序-Prepared by the genetic algorithm with matlab with PSO, the optimal configuration problem solving process
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:13312
    • 提供者:平哥
  1. SA_GA_PSO

    0下载:
  2. 模拟退火(SA)、遗传算法(GA)、粒子群优化(PSO)解决旅行商问题(TSP)实验 本文件包括源码,实验说明文档,实验总结PPT Have a happy experiment!-Simulated annealing (SA), genetic algorithms (GA), particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) experiment of this docum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:348476
    • 提供者:pu
  1. Particle-algorithm

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:10583
    • 提供者:天涯
  1. Optimization-Toolbox

    0下载:
  2. 优化工具箱,粒子群工具箱、美国北卡罗大学遗传算法工具箱、英国谢菲尔德大学遗传算法工具箱-Optimization Toolbox
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1671348
    • 提供者:yyq
  1. DeJong

    0下载:
  2. matlab平台下的测试函数DeJong,对于用来测试粒子群、遗传等智能算法的性能非常有用-matlab platform test function DeJong, used to test for the PSO, the performance of genetic algorithms and other useful intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1109
    • 提供者:王晋
  1. Griewank

    0下载:
  2. matlab平台下的测试函数Griewank,对于用来测试粒子群、遗传等智能算法的性能非常有用-matlab platform test function Griewank, used to test for the PSO, the performance of genetic algorithms and other useful intelligence
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1165
    • 提供者:王晋
  1. PSOGA

    0下载:
  2. 带交叉因子的粒子群遗传算法,寻找最优位置-Particle Swarm with cross-factor genetic algorithm to find the optimal position
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1757
    • 提供者:yinxuejiao
  1. DE

    0下载:
  2. 差分进化,智能计算的一种,和遗传算法,粒子群算法,蚁群算法是一类的。-Intelligent Computation , inspired and Autonomic Computing ;Intelligent Computation ;smart computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:939
    • 提供者:李继
  1. pso-simulation

    1下载:
  2. 粒子群优化算法的源程序代码,其中结合了遗传算法进行优化。-Particle swarm optimization algorithm source code, which combines the genetic algorithm optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:1024
    • 提供者:林说
  1. GA-PSO

    2下载:
  2. 遗传算法结合粒子群算法的例子,采用matlab编程-Particle swarm optimization with genetic algorithms example, using matlab programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1411
    • 提供者:文凡
  1. zhineng

    0下载:
  2. matlab中的智能算法,各种算法都有,遗传算法、粒子群、蚁群、杂草算法,希望对你有用-The wisdom of the matlab algorithm, all kinds of algorithm, genetic algorithm, particle swarm, ant algorithm, weeds, hope to be useful to you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2655
    • 提供者:sun
  1. Evolution-Computation

    1下载:
  2. 阐述演化计算的课件,包括遗传算法,粒子群优化,多峰优化,多目标优化等等,清华大学 于歆杰-Evolution Computation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5465806
    • 提供者:linyl07
  1. matlab-optimize

    0下载:
  2. matlab常见优化算法,如遗传算法,规划算法,粒子群算法-matlab optimize program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:35739
    • 提供者:梅声远
  1. The-artificial-neural

    0下载:
  2. 人工神经网络识别字符,并用遗传算法,粒子群算法优化了神经网络权值-Artificial neural network to recognize the characters, and using genetic algorithms, particle swarm optimization neural network weights
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:419407
    • 提供者:chenjinglong
  1. CPSO-FOR-function

    4下载:
  2. 小生境遗传粒子群混合算法及其测试函数,已经运行。-Niche Genetic Algorithm——PSO
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-29
    • 文件大小:233756
    • 提供者:bruce
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com