搜索资源列表
pso_stand_nn_ids
- 标准粒子群优化算法源码,结合人工神经网络的一个基准函数测试程序
griewank
- 基准测试函数中的griewank函数代码-Griewank test function in the function code
ga
- 遗传算法,用 matlab 实现,用于基准函数测试优化,精彩不可错过-genetic algorithm, using matlab realize, is extremely exciting. Not to be missed
cpp-zhengli
- 《C++语言程序设计案例教程 郑莉著》源代码 本书基于C++语言的基本语法设计了数百个经典语法案例,以综合性和实用性为基准设计了十几个大型综合案例。通过这些精心设计的案例深入浅出地介绍了C++语言程序设计的特点,循序渐进地介绍了面向对象程序设计思想和方法。全书共分为13章,内容包括:C++程序设计和面向对象程序设计的概念,基础知识和函数,类与对象,数据的存储和访问属性,数组、指针与字符串,继承与派生,多态性,群体类和群体数据的组织,泛型程序设计与STL,流类库与输入输出,异常处理和Wind
SPSO2011
- 老外写的PSO算法,含基准测试函数,内容丰富-PSO algorithm written by foreigners, including the benchmark function, rich in content
FilterAverage
- 函数:滑动均值滤波--analog signals 优点:可重用,代码量小,数据实时无间断 缺点:边沿平滑,不适合突变检测 要求:使用前,必须先初始化 案例:sum的初值为基准值;buff[]不能大于sum-Function: sliding mean filter- analog signals advantages: reusability, a small amount of code and data in real time without interruption D
xiaoqiu
- matlab动画——小球以正弦函数为基准的运动-the matlab Animation- ball movement sine function basis
SQPSO
- 基于物种形成的PSO算法(SQPSO),里面含有量子粒子的思想。主要参考Blackwell的论文。采用的动态环境是MPB函数---移动峰基准函数10个峰-PSO algorithm based on the formation of species (SQPSO), which contains the idea of quantum particles. Blackwell main reference papers. Using a dynamic environ
fitness
- 优化算法的20个基准函数benchmark,仅供参考,内含说明-20 benchmark functions benchmark optimization algorithm, for reference, containing instructions
cec13matlab
- cec2013基准测试函数 matlab源程序-cec2013benchmark functions matlab source code
ABC.c
- 人工蜂群ABC算法的VC++源代码,在四个基准目标函数下,经仿真测试可成功运行,对刚接触ABC的初学者很有帮助-ABC VC++ artificial bee colony algorithm source code, in the four benchmark objective function, the simulation tests can be run successfully, very helpful for beginners new to ABC
ABC.m
- 人工蜂群ABC算法在Matlab下的源代码,在四种基准目标函数下,经仿真测试均可成功运行,适合初学ABC算法的人参考-Artificial bee colony ABC algorithm in Matlab source code in four benchmark objective function, the simulation can be run successfully tested, suitable for beginners ABC algorithm Reference
Gravitational-Search-algorithm
- 力搜索算法”Mathlab代码23基准函数最小化。- This is the Gravitational Search Algorithm Mathlab code for minimizing 23 benchmark functions. change test_functions.m and test_functions_range.m for your own applications. change Gconstant.m for your own f
branke moving peaks benchmark
- 1999年branke提出的移动山峰基准测试函数,用于测试动态优化算法的性能。可以正常运行。
lsgo_benchmark-matlab_version
- 利用matlab编程,实现对基准函数的全局优化。-Use Matlab programming, the reference function global optimization.
ABC
- 标准人工蜂群算法详细代码,含20个基准函数(The standard artificial bee colony algorithm contains 20 benchmark functions)
GWO
- 灰狼算法源代码,包括初始化灰狼种群,29种基准函数的测试(grey wolf optimizer code)
test benchmarks
- 总共56个测试的基准函数,用于智能算法测试所用。(Totally 56 benchmark functions for testing, they are used for intelligence algorithm testing.)
烟花算法
- 这是关于烟花算法的matlab程序,可以修改目标函数,包括很多基准函数(This is a matlab program about fireworks algorithm)
简易萤火虫算法
- 这是一个简单的萤火虫算法,可以通过改变基准函数求取全局最优值,画出收敛图。