CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 群智能

搜索资源列表

  1. Matlab

    3下载:
  2. 各类人工智能算法源代码哦,包括蚁群、粒子群、遗传、神经网络-The source code of various artificial intelligence algorithms Oh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-24
    • 文件大小:20.74kb
    • 提供者:fcy
  1. SIALAB

    0下载:
  2. 此代码是有关群智能优化算法的集合平台,集成了遗传算法、微粒群算法和蚁群算法的BenchMark优化问题以及TSP问题的求解。-This code is related to group a collection of intelligent optimization algorithm platform, integrating the genetic algorithm, particle swarm optimization and ant colony optimization algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-15
    • 文件大小:4.23mb
    • 提供者:王巍
  1. DEPSO

    0下载:
  2. pso,paritcle swarm optimization,粒子群,群智能优化算法-paritcle swarm optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:93.9kb
    • 提供者:lew
  1. 蚁群算法

    1下载:
  2. 通过蚁群算法,来实现智能路径规划,是练笔制作。
  3. 所属分类:matlab例程

  1. 粒子群优化算法

    0下载:
  2. 几种常见的智能算法代码示例,如clsPSO算法的MATLAB代码(PSO algorithm in intelligent algorithms MATLAB code)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2kb
    • 提供者:cjq0624
  1. MATLAB智能算法(遗传_神经网络_蚁群_免疫)

    1下载:
  2. 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1.43mb
    • 提供者:李乃双
  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:6.72mb
    • 提供者:pursh
  1. [智能] 粒子群优化算法演示(PSO)-PSO_Wael

    4下载:
  2. 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:136kb
    • 提供者:yangyifei
  1. pso

    0下载:
  2. 用粒子群优化算法求解函数最大值问题,有收敛曲线图,自己编的程序,附带一个常用的函数(Particle swarm optimization algorithm to solve the problem of maximum function, a convergence curve)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:redeemer
  1. MATLAB智能算法30个案例分析——源代码

    1下载:
  2. 算法优化,包括粒子群算法,遗传算法以及多种神经网络(optimization algrithm,include PSO algrithm GA and other kind algrithm ,and many kinds of Nural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1.5mb
    • 提供者:挖宝额
  1. 基于粒子群算法的PID控制器优化设计

    2下载:
  2. matlab智能算法,基于粒子群算法的PID控制器优化设计(Matlab intelligent algorithm, particle swarm optimization based PID controller optimization design)
  3. 所属分类:matlab例程

  1. 改进蚁群

    3下载:
  2. 将蚁群算法应用于三维路径规划问题上,算法编程完整,注释详细,是初学者宝贵的学习材料。(The ant colony algorithm is applied to the three-dimensional path planning problem, the algorithm programming is complete, detailed notes, is a valuable learning material for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:11kb
    • 提供者:赵小乙
  1. 蚁群算法matlab程序代码

    0下载:
  2. 用于配套学习智能算法,属于蚁群智能算法的例子(An intelligent algorithm for learning)
  3. 所属分类:数值算法/人工智能

  1. ★标准粒子群优化算法

    0下载:
  2. 标准的粒子群智能优化算法源程序,赶紧拿走吧!(particle swarm optimization)
  3. 所属分类:其他

  1. 数学建模算法大全

    1下载:
  2. 数学建模算法大全,包括群智能,贪婪算法,神经网络等(Mathematical modeling algorithm, including swarm intelligence, greedy algorithm, neural network and so on.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-02
    • 文件大小:7.98mb
    • 提供者:摇头晃脑
  1. SSA

    4下载:
  2. 最新的群智能优化算法,比粒子群算法好很多,方便在基础上进行修改,并且还有文档可以查看原理,略经修改,可以用在任何优化问题上,很好的算法,实在难得(The latest swarm intelligence optimization algorithm is much better than particle swarm optimization algorithm. It is convenient to modify on the basis of it. There are also doc
  3. 所属分类:书籍源码

    • 发布日期:2021-03-14
    • 文件大小:103kb
    • 提供者:护手霜
  1. 新颖群智能算法合集

    8下载:
  2. 新颖群算法(烟花,灰狼,鲸鱼,布谷鸟......)的合集,包括论文及代码,(A collection of novel group algorithms, including papers and codes)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-08
    • 文件大小:20.15mb
    • 提供者:18679167927
  1. 全局群智能优化算法改进ELM

    2下载:
  2. 利用全局优化算法改进群智能算法从而改进ELM(Global group intelligence optimization algorithm improves ELM)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-07-13
    • 文件大小:10.36mb
    • 提供者:M-min
  1. CEC2014测试函数及PDF文件解释说明

    1下载:
  2. 里面是群智能算法的相关测试函数,可以用于测试算法性能。(Inside is the related test function of swarm intelligence algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-10-18
    • 文件大小:10.68mb
    • 提供者:洛水书
  1. 鲸鱼群智能优化神经网络(WOA-NN)

    4下载:
  2. 利用鲸鱼群智能优化算法实现对神经网络的优化,实验结果能够有效避免传统神经网络过拟合的问题,有效提高模型识别精度。内容包含:woa主函数,woa-nn优化主函数;以及三个分类原始数据可供优化模型验证。
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com