搜索资源列表
griewank
- 基准测试函数中的griewank函数代码-Griewank test function in the function code
xiaoqiu
- matlab动画——小球以正弦函数为基准的运动-the matlab Animation- ball movement sine function basis
fitness
- 优化算法的20个基准函数benchmark,仅供参考,内含说明-20 benchmark functions benchmark optimization algorithm, for reference, containing instructions
cec13matlab
- cec2013基准测试函数 matlab源程序-cec2013benchmark functions matlab source code
l1-algorithm
- 该软件包包含了合并执行在MATLAB9升-1的最小化算法。每个函数都使用一组参数是一致的(如停止准则和公差)与我们的基准脚本接口。 正交匹配追踪:SolveOMP.m 原对偶内点法:SolvePDIPA.m 梯度投影:SolveL1LS.m 同伦:SolveHomotopy.m 迭代阈值:SolveSpaRSA.m 近梯度:SolveFISTA.m TFOCS:SolveTFOCS.m SesopPCD:SolveSesopPCD.m 原始增强拉格朗日乘子:S
branke moving peaks benchmark
- 1999年branke提出的移动山峰基准测试函数,用于测试动态优化算法的性能。可以正常运行。
lsgo_benchmark-matlab_version
- 利用matlab编程,实现对基准函数的全局优化。-Use Matlab programming, the reference function global optimization.
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)
简易萤火虫算法
- 这是一个简单的萤火虫算法,可以通过改变基准函数求取全局最优值,画出收敛图。