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

搜索资源列表

  1. fishB2.rar

    0下载:
  2. 一个人工鱼开源程序。适用于人工鱼群算法等的研究,有详细的英文注释,是研究人工生命,人工智能的有用参考资料。 A open source code of artificial fish. It is helpful to research on artificial swarm algorithm, and it's also useful to study artificial life and artificial intellegence.
  3. 所属分类:DirextX编程

    • 发布日期:2011-02-28
    • 文件大小:900403
    • 提供者:goyisking
  1. PID

    3下载:
  2. PID类的仿生算法文章。有遗传算法、粒子群算法、细菌觅食算法、鱼群算法。-PID class bionic algorithm article. A genetic algorithm, particle swarm optimization, bacteria foraging algorithm, fish algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-08
    • 文件大小:23826432
    • 提供者:郭学会
  1. pso.py

    1下载:
  2. Particle swarm optimization (PSO) is a form of swarm intelligence. Imagine a swarm of insects or a school of fish.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1754
    • 提供者:rod
  1. PSO_CPP

    0下载:
  2. 微粒群优化算法(PSO)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。微粒群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。-Particle Swarm Optimization (PSO) is a population based stochastic optimization technique by Eberhart and Kennedy ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:10253
    • 提供者:王健
  1. psovsafsa-

    0下载:
  2. 一个完整Matlab程序,实现了粒子群算法与人工鱼群算法的比较,体现了两种算法各自的优缺点-A complete Matlab program to achieve a particle swarm optimization and artificial fish school algorithm, two algorithms reflects the advantages and disadvantages of each
  3. 所属分类:matlab

    • 发布日期:2017-01-11
    • 文件大小:2048
    • 提供者:杨莉弘
  1. psopt20130502b

    0下载:
  2. Particle swarm optimization is a derivative-free global optimum search algorithm based on the collective intelligence of a large group of intercommunicating entities. The individual particles are simple and primitive, knowing only their own current l
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:34111
    • 提供者:ouchi
  1. AFSA

    0下载:
  2. 使用人工鱼群算法求解多维复杂寻优问题,用于matlab平台。(The artificial fish swarm algorithm is used to solve the multidimensional complex optimization problem.)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:lily1083797729
  1. 基于鱼群算法的函数寻优算法

    0下载:
  2. 基于鱼群算法的函数寻优算法的matlab代码示例。(Function optimization algorithm based on fish swarm algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:8192
    • 提供者:qiu@qiu
  1. 人工鱼群算法的仿真程序-matlab

    2下载:
  2. 人工鱼群算法优化的实例,实测可用,真实有效果(An example of artificial fish swarm optimization,It is practical and effective.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:14336
    • 提供者:人类雷人
  1. chapter18

    0下载:
  2. 鱼群算法主要利用鱼的三大基本行为:觅食、聚群和追尾行为,采用自上而下的寻优模式从构造个体的底层行为开始,通过鱼群中各个体的局部寻优,达到全局最优值在群体中凸显出来的目的。(The three basic behavior of fish swarm algorithm mainly use the fish: foraging, clusters and rear end behavior, top-down optimization model from the bottom structur
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:7168
    • 提供者:天雨磷寒
  1. rengongyuqun

    0下载:
  2. 在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食、聚群及追尾行为,从而实现寻优。(Simple artificial fish swarm algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:狂野博士
  1. 人工鱼群算法源代码

    0下载:
  2. 鱼群算法源代码的说明和主要内容。基于分解协调的人工鱼群优化算法研究(Source code of the fish swarm algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:14336
    • 提供者:llalal
  1. 30个智能算法模型

    1下载:
  2. 1-8遗传算法,9 多目标Pareto最优解搜索算法,10 基于多目标Pareto的二维背包搜索算法,11-12免疫算法,13-17粒子群算法,18鱼群算法,19-21模拟退火算法,22-24蚁群算法,25-27神经网络,28 支持向量机的分类,29 支持向量机的回归拟合,30 极限学习机的回归拟合及分类(1-8 genetic algorithm, 9 multi-objective Pareto optimal solution search algorithm, 10 multi-obje
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:1562624
    • 提供者:C131027
  1. AFSA

    0下载:
  2. 人工鱼群算法的matlab代码实现,优化函数(AFSA,Matlab code implementation and optimization function of artificial fish swarm algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-11
    • 文件大小:3072
    • 提供者:gjxgu
  1. 鱼群优化BP神经网络

    4下载:
  2. 利用鱼群算法优化BP神经网络权值,该代码可以直接运行。(Fish swarm algorithm is used to optimize the weight of BP neural network, and the code can run directly.)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-11
    • 文件大小:8192
    • 提供者:ty0218
  1. 基于遗传算法的小波神经网络在股票预测中的应用

    2下载:
  2. 动态粒子算法,适合适合科研人员和学生进行优化和调参。新手理解鱼群算法,希望大家可以认真学习其中的道理。(Dynamic particle algorithm is suitable for scientific researchers and students to optimize and participate. Novice understands Fish Swarm Algorithms, I hope you can seriously learn the truth.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-06-26
    • 文件大小:1309696
    • 提供者:zuoren
  1. 改进版的bp神经网络算法编程(pso)

    1下载:
  2. 神经网络算法,适合适合科研人员和学生进行优化和调参。新手理解鱼群算法,希望大家可以认真学习其中的道理。(Neural network algorithm is suitable for scientific researchers and students to optimize and participate. Novice understands Fish Swarm Algorithms, I hope you can seriously learn the truth.)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-16
    • 文件大小:2048
    • 提供者:zuoren
  1. 人工鱼群算法求解VRP问题

    4下载:
  2. 使用matlab语言实现人工鱼群算法求解车辆调度问题(Using MATLAB language to implement artificial fish swarm algorithm to solve vehicle scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-30
    • 文件大小:13312
    • 提供者:程小蛮
  1. 人工鱼群求解TSP问题

    2下载:
  2. 用matlab解决人工鱼群算法处理TSP问题(Solving TSP Problem by Artificial Fish Swarm Algorithms with MATLAB)
  3. 所属分类:其他

    • 发布日期:2020-05-22
    • 文件大小:9216
    • 提供者:程小蛮
  1. 配送中心选址分配问题的DNA鱼群算法研究

    1下载:
  2. 配送中心选址分配问题的DNA鱼群算法研究(Research on DNA fish swarm algorithm for distribution center location and distribution)
  3. 所属分类:matlab例程

« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com