搜索资源列表
TSP
- 混合蛙跳文章 混合蛙跳算法求解TSP问题.pdf-Articles Hybrid Hybrid Leapfrog Leapfrog algorithm to solve TSP problems. Pdf
Mixed-leapfrog-algorithm-to-solve-multi-knapsack-p
- 混合蛙跳算法解决多背包问题,此算法是在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)
SFLA
- 一种基于Visual C++的混合蛙跳算法程序,希望对各位学习者提供一点帮助-Visual C++ based on the shuffled frog leaping algorithm program you want to provide learners with a little help
SFLA
- 混合蛙跳算法(Shuffled Frogleaping Algorithm)是进化计算领域新发展起来的一种优化算法,由Eusuff和Lansey与2003年为解决组合优化问题而最先提出-shuffled frogleaping Algorithm,
SFLA(C)
- 混合蛙跳算法是人工智能优化领域新兴的计算技术,具有全局寻优能力强,简单易懂的特点!-Hybrid leapfrog algorithm is the emerging field of artificial intelligence to optimize computing technology, with global optimization capability, easy to understand the character
hhwt(1.0)
- 用于解决离散优化问题的混合蛙跳算法,用其求解TSP问题-For solving mixed discrete optimization problems leapfrog algorithm for solving TSP problems with its
dataSFLA
- 通过现实数据集对混合蛙跳算法SFLA聚类性能进行评测,得到图示说明算法性能。-Real data set by clustering performance evaluation of SFLA to get illustrates algorithm performance.
SHufftlefrog
- 混合蛙跳算法c源代码,采用c++实现的混合蛙跳算法的程序,有详细的注释和说明-Mixed leapfrog algorithm c source code, mixed leapfrog algorithm to achieve c++ program, detailed notes and descr iptions
SFLA_Func01
- 这是一个改进的SFLA(混合蛙跳算法),使用MATLAB 实现,代码简单并且实用,欢迎下载。-This is an improved the SFLA (shuffled frog leaping algorithm), using MATLAB to achieve, the code is simple and practical, welcome to download.
Flow_Shop_Scheduling_Problem
- 混合蛙跳算法程序,采用1、若干次运行取最优 2、增加进化代数maxgen 3、加大种群规模popsize。三种方法来可有效克服随机初始化带来的局部极小问题-Shuffled frog leaping algorithm, using one, several runs to take the best two, increasing evolution algebra maxgen 3, to increase the popu
SFLA
- 经测试可以运行的MATLAB编程实现混合蛙跳算法-After the test you can run MATLAB programming realize SFLA
sflo
- 混合蛙跳算法的matlab程序,对初学者非常有帮助。-This is the program of SFLO,and it is helpful for the beginner.
SFLA
- 群体智能与仿生计算--Matlab技术实现 混合蛙跳算法代码-SFLA Code
混合蛙跳算法在聚类分析中的应用
- 《群体智能与仿生计算--Matlab技术实现》书中混合蛙跳算法在聚类分析中的应用一章的代码
SFLA-(2)
- 智能算法,混合蛙跳算法,一种模拟生物属性的寻优算法-The shuffled frog leaping algorithm
SFLA
- 用C++实现混合蛙跳算法(SFLA),程序可以运行,并有仿真图。-suffled frog leaping algorithm(SFLA)
蛙跳程序
- 蛙跳算法(SFLA)是一种全新的启发式群体进化算法,具有高效的计算性能和优良的全局搜索能力。对混合蛙跳算法的基本原理进行了阐述,针对算法局部更新策略引起的更新操作前后个体空间位置变化较大,降低收敛速度这一问题,提出了一种基于阈值选择策略的改进蛙跳算法。通过不满足阈值条件的个体分量不予更新的策略,减小了个体空间差异,从而改善了算法的性能。数值实验证明了该改进算法的有效性,并对改进算法的阈值参数进行了率定。(Leapfrog algorit
混合蛙跳C语言
- 用C语言编程实现的混合蛙跳算法(SFLA),该算法于2003年首次提出~!(The shuffled frog leaping algorithm with C language programming (SFLA), the algorithm is put forward for the first time in 2003!)
基于混合蛙跳算法的舰船电力系统网络重构_刘光梅
- 基于混合蛙跳算法的舰船电力系统网络重构_刘光梅 matlab构筑(SFLA network reconfiguration of shipboard power system based on MATLAB architecture _ Liu Guangmei)
PPNGA+SFLA_V3.0
- 这个是混合蛙跳算法做流水车间调度问题,能够很好的解决该类问题,此代码比较简单,适合初学者。(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.)