搜索资源列表
SFLA
- 一种基于Visual C++的混合蛙跳算法程序,希望对各位学习者提供一点帮助-Visual C++ based on the shuffled frog leaping algorithm program you want to provide learners with a little help
SFLA_testfuntion_lt
- 这个代码为我写的混合蛙跳程序,大概有4个高维测试函数。有力的说明蛙跳程序是一个有效的程序,希望提供给研究蛙跳的朋友。-I wrote this code mixed leapfrog procedure, there are about four high-dimensional test function. Strong that leapfrog procedure is an effective procedure availab
SHufftlefrog
- 混合蛙跳算法c源代码,采用c++实现的混合蛙跳算法的程序,有详细的注释和说明-Mixed leapfrog algorithm c source code, mixed leapfrog algorithm to achieve c++ program, detailed notes and descr iptions
rkf45
- 龙格库塔算法程序,比起蛙跳法具有较高的精度-Runge-Kutta algorithm has higher precision than the leapfrog method
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
henonheiles
- 包含两个程序,以蛙跳积分法绘制henon-heiles演化方程的时间演化图,x-y,x-vx,y-vy相图和三维庞加莱截面图.- Contains two procedures to leapfrog integration time evolution plotted in Figure henon-heiles evolution equations, xy, x-vx, y-vy phase diagram and three
Duffing
- 蛙跳积分法数值模拟Duffing方程和单摆运动的matlab程序-Numerical simulation leapfrog integration Duffing equation and pendulum motion
LeapFrogOfFirstOrderHyperbolic
- 本程序功能为计算一阶双曲型偏微分方程的初值问题,采用蛙跳格式计算。-The program features to calculate the first order hyperbolic partial differential equations of the initial value problem, calculated using the leapfrog format.
sflo
- 混合蛙跳算法的matlab程序,对初学者非常有帮助。-This is the program of SFLO,and it is helpful for the beginner.
SFLA
- 用C++实现混合蛙跳算法(SFLA),程序可以运行,并有仿真图。-suffled frog leaping algorithm(SFLA)
SFLA_testfuntion
- 混合蛙跳算法的基本程序,测试用例,给出测试结果-SFLA of basic procedures, test cases, test results are given
basic-SFLO
- 基本的蛙跳算法程序,用于MATLAB环境,操作简便,清楚易懂。-This is the basic program of SFLO,It applys to the MATLAB, and it is very convenient to operate and easy to understand.
蛙跳程序
- 蛙跳算法(SFLA)是一种全新的启发式群体进化算法,具有高效的计算性能和优良的全局搜索能力。对混合蛙跳算法的基本原理进行了阐述,针对算法局部更新策略引起的更新操作前后个体空间位置变化较大,降低收敛速度这一问题,提出了一种基于阈值选择策略的改进蛙跳算法。通过不满足阈值条件的个体分量不予更新的策略,减小了个体空间差异,从而改善了算法的性能。数值实验证明了该改进算法的有效性,并对改进算法的阈值参数进行了率定。(Leapfrog algorit
xw_SFLA_forwater
- 基本蛙跳算法计算water函数的最大值,其中water函数可以根据需求自己建立,运行这个程序,就能求出water函数的最大值(This is a matlab code for shuffed frog leading algorithm which can get a max for function named water. The water function you can build based on the need of
211730210811347
- 基本蛙跳的简单介绍和程序,,,,,,,,,,,(Basic frog jump introduction and program.)
蛙跳程序
- 实现蛙跳算法,对一系列的高维复杂函数,利用蛙跳算法求其最优值(To achieve the frog leaping algorithm, we use frog leaping algorithm to find the optimal value for a series of high-dimensional complex functions.)
DEPSO求极值
- 改进的差分粒子群算法,并用于求函数极值,程序中分别于DE PSO 蛙跳进行对比,结果显示,改进的差分粒子群更好(The improved Differential Particle Swarm Optimization (DPSO) algorithm is used to find the function extremum. The program is compared with DE PSO frog jump, and the