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

搜索资源列表

  1. cuckoo_search

    0下载:
  2. 布谷鸟搜索(Cuckoo Search,缩写 CS),也叫杜鹃搜索,是由剑桥大学杨新社(音译自:Xin-She Yang)教授和S.戴布(S.Deb)于2009年提出的一种新兴启发算法[1]。 CS算法是通过模拟某些种属布谷鸟的寄生育雏(Brood Parasitism) [2],来有效地求解最优化问题的算法[3]。同时,CS也采用相关的Levy飞行搜索机制。研究表明,布谷鸟搜索比其他群体优化算法更有效-Cuckoo search (Cuckoo Search, acronym CS)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2734
    • 提供者:了了
  1. Optimizer-master

    0下载:
  2. cuckoo search using levy flight - evolving agents using cuckoo search algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2123377
    • 提供者:manaladham
  1. levy

    0下载:
  2. 基于matlab的 levy 飞行程序,可以有广泛的应用!-levy flight matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1904
    • 提供者:aibq
  1. levy_flight

    0下载:
  2. 基于fortran的levy 飞行并行模拟程序,可以用于大型活性粒子的模拟。-fortran, levy flight.
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:aibq
  1. SphereLFOA

    2下载:
  2. 具有Levy飞行特征的foa算法,对果蝇优化算法的改进-Levy flight characteristics of foa algorithm
  3. 所属分类:matlab

    • 发布日期:2017-02-14
    • 文件大小:1024
    • 提供者:白露
  1. pso-path-plan

    2下载:
  2. 基于莱维飞行粒子群算法的点焊机器人路径规划-Spot welding robot Levy flight path planning based on particle swarm algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:26306
    • 提供者:路婷
  1. Cuckoo-search-algorithm

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4046
    • 提供者:文文山
  1. matlab

    0下载:
  2. 模拟levy飞行的3个基础函数,分别用于模拟levy曲线迭代次数,存储数组,及两端点的坐标-Flight simulation levy of three basis functions are used to coordinate the analog levy curve iterations, storage arrays, and the two end points
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:835
    • 提供者:
  1. levy_2D_demo

    0下载:
  2. levy飞行的2D演示,求解一个2维的方程,2万次迭代可以搜索到最优解。可对levy飞行有直观的了解(plot绘图显示)。自己编写的代码,初学者可以借鉴。-Levy flight of the 2D demo, solving a 2-dimensional equation, 2 million iterations can search for the optimal solution. Levy flight can have an intuitive understanding (plo
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:704
    • 提供者:刘辉
  1. Levy flight

    0下载:
  2. Levy flight using Matlab with some papers
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:15069184
    • 提供者:Achrafchen
  1. 布谷鸟算法

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:苏叶777
  1. LevyDistribution

    0下载:
  2. 实现levy-flight算法,可以应用到布谷鸟搜索算法,其中参数为(3,1)(levy-flight algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:panpanli
  1. bat-布谷鸟-萤火虫-levy

    0下载:
  2. 介绍levy-flight的文章,可以从中找到使用该算法的各个情况(some paper to introduce the levy-flight algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:24073216
    • 提供者:panpanli
  1. LWOA

    9下载:
  2. 鲸鱼算法的基础上 加上levy飞行算法!!!!优化了速度 学习用(The whale algorithm is based on the Levy flight algorithm!!!! Optimized for speed learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:亡魂法神
  1. CA_Tustin_301025_1962_24000_geo.tif

    0下载:
  2. levy flight在智能算法上的应用(levy flight Applications in intelligent algorithms.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:10340352
    • 提供者:xiliu401
  1. cuckoo_search_new2013

    2下载:
  2. 布谷鸟搜索算法Cuckoo Search(CS),也叫杜鹃搜索,是由剑桥大学Xin-She Yang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(Cuckoo Species)的寄生育雏(Brood Parasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(The cuckoo search algorithm Cuckoo Search (CS), also called the azalea search,
  3. 所属分类:matlab例程

    • 发布日期:2020-04-07
    • 文件大小:8192
    • 提供者:兔子aa
  1. GBO加了柯西莱维

    3下载:
  2. 利用柯西突变策略和莱维飞行策略来提高GBO算法的开发和探索能力(The Cauchy mutation strategy and Levy flight strategy are used to improve the development and exploration ability of GBO algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-27
    • 文件大小:7168
    • 提供者:Larissa-11
  1. matlab量子粒子群算法levy飞行的改进可执行算法

    5下载:
  2. 改进粒子群算法,在粒子群优化算法中融合莱维飞行机制(Particle swarm optimization algorithm is improved and Levy flight mechanism is integrated into particle swarm optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-27
    • 文件大小:2048
    • 提供者:团子zzzz
搜珍网 www.dssz.com