搜索资源列表

  1. ch11soft

    0下载:
  2. 蛙跳差分方法,精华分(ˇˍ ˇ) 想~ 蛙跳差分方法,精华分(ˇˍ ˇ) 想~-leap forg
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:44032
    • 提供者:李大才
  1. sanweilj

    0下载:
  2. 计算1000个氩原子,初始位型为面心立方格式,限制在一个立方体盒子中,采用的是LJ势,边界条件采用的弹性反射边界,差分格式采用速度形势的蛙跳格式 -Calculation of 1000 argon atoms, the initial position for the face-centered cubic-type format, limited to a cubic box, using the LJ potential, t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:邢文安
  1. TSP

    0下载:
  2. 混合蛙跳文章 混合蛙跳算法求解TSP问题.pdf-Articles Hybrid Hybrid Leapfrog Leapfrog algorithm to solve TSP problems. Pdf
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:139264
    • 提供者:lenovo
  1. SolvingTSPwithShuffledFrogLeapingAlgorithm

    0下载:
  2. 运用蛙跳算法解决TSP问题的IEEE英文文献,帮助学习算法改进-Solving TSP with Shuffled Frog-Leaping Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:214016
    • 提供者:xsx
  1. ColorImage

    0下载:
  2. 彩色图像分割使用克隆选择的蛙跳算法英文文献-Color image segmentation using the clonal selection algorithm for the English literature Leapfrog
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-14
    • 文件大小:265216
    • 提供者:xsx
  1. AModifiedShuffledFrogLeapingAlgorithm

    0下载:
  2. 优化的蛙跳算法,是IEE中的文章,很有参考价值-Optimized leapfrog algorithm is IEE in the article, of great reference value to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:125952
    • 提供者:huang
  1. Mixed-leapfrog-algorithm-to-solve-multi-knapsack-p

    0下载:
  2. 混合蛙跳算法解决多背包问题,此算法是在vs2005下编写,语法为基本的c语言(可以直接复制源码到vc中运行)-Mixed leapfrog algorithm to solve multi-knapsack problem, this algorithm is prepared in vs2005, the syntax for basic c language (can copy the source code to run vc)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:11092992
    • 提供者:yangfei
  1. SFLA

    0下载:
  2. 一种基于Visual C++的混合蛙跳算法程序,希望对各位学习者提供一点帮助-Visual C++ based on the shuffled frog leaping algorithm program you want to provide learners with a little help
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:孟庆莹
  1. SFLA

    0下载:
  2. 混合蛙跳算法(Shuffled Frogleaping Algorithm)是进化计算领域新发展起来的一种优化算法,由Eusuff和Lansey与2003年为解决组合优化问题而最先提出-shuffled frogleaping Algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:陈昊
  1. dataSFLA

    1下载:
  2. 通过现实数据集对混合蛙跳算法SFLA聚类性能进行评测,得到图示说明算法性能。-Real data set by clustering performance evaluation of SFLA to get illustrates algorithm performance.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:徐星宇
  1. 蛙跳聚类算法

    5下载:
  2. 用matlab编写的蛙跳聚类算法,蛙跳算法特点:简单,计算速度快,搜索能力强,容易实现等特点,用在聚类方面,效果相当显著。
  3. 所属分类:matlab例程

    • 发布日期:2013-03-13
    • 文件大小:4093
    • 提供者:xufengbird
  1. 混合蛙跳算法在聚类分析中的应用

    5下载:
  2. 《群体智能与仿生计算--Matlab技术实现》书中混合蛙跳算法在聚类分析中的应用一章的代码
  3. 所属分类:matlab例程

  1. 蛙跳程序

    0下载:
  2. 蛙跳算法(SFLA)是一种全新的启发式群体进化算法,具有高效的计算性能和优良的全局搜索能力。对混合蛙跳算法的基本原理进行了阐述,针对算法局部更新策略引起的更新操作前后个体空间位置变化较大,降低收敛速度这一问题,提出了一种基于阈值选择策略的改进蛙跳算法。通过不满足阈值条件的个体分量不予更新的策略,减小了个体空间差异,从而改善了算法的性能。数值实验证明了该改进算法的有效性,并对改进算法的阈值参数进行了率定。(Leapfrog algorit
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:xdw0421
  1. 混合蛙跳C语言

    0下载:
  2. 用C语言编程实现的混合蛙跳算法(SFLA),该算法于2003年首次提出~!(The shuffled frog leaping algorithm with C language programming (SFLA), the algorithm is put forward for the first time in 2003!)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2629632
    • 提供者:燃烧男孩
  1. 基于混合蛙跳算法的舰船电力系统网络重构_刘光梅

    0下载:
  2. 基于混合蛙跳算法的舰船电力系统网络重构_刘光梅 matlab构筑(SFLA network reconfiguration of shipboard power system based on MATLAB architecture _ Liu Guangmei)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:198656
    • 提供者:dam91
  1. 211730210811347

    0下载:
  2. 基本蛙跳的简单介绍和程序,,,,,,,,,,,(Basic frog jump introduction and program.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:123441324wqeq
  1. 蛙跳程序

    0下载:
  2. 实现蛙跳算法,对一系列的高维复杂函数,利用蛙跳算法求其最优值(To achieve the frog leaping algorithm, we use frog leaping algorithm to find the optimal value for a series of high-dimensional complex functions.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:老大吴
  1. PPNGA+SFLA_V3.0

    0下载:
  2. 这个是混合蛙跳算法做流水车间调度问题,能够很好的解决该类问题,此代码比较简单,适合初学者。(This is a shuffled frog leaping algorithm for flow shop scheduling problem. It can solve this problem very well. This code is relatively simple and suitable for beginners.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:94208
    • 提供者:RenJocky
  1. Flow_Shop_Scheduling_Problem

    0下载:
  2. 利用蛙跳算法求解流水车间调度问题,算法上做了相应改进(Using the leapfrog algorithm to solve the flow shop scheduling problem, the algorithm has been improved accordingly.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:30720
    • 提供者:may_云朵
  1. 蛙跳算法

    1下载:
  2. 蛙跳算法,基于蛙跳算法实现优化变分模态分解的K和a.(Frog jump algorithm, based on the frog jump algorithm to achieve optimal variational mode decomposition K and A.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:qazplm123oop
« 12 3 4 »

源码中国 www.ymcn.org