登录
首页 » matlab » Toolbox_all_algorithms

Toolbox_all_algorithms

于 2019-03-27 发布
0 352
下载积分: 1 下载次数: 143

代码说明:

说明:  这是MATLAB中最新的优化工具箱,它利用最近提出的7种算法来优化您的问题。 此工具箱中提供的算法包括: 灰狼优化器(GWO),蚂蚁狮子优化器(ALO),多功能优化器(MVO),蜻蜓算法(DA),蛾火焰算法(MFO),正弦余弦算法(SCA)和鲸鱼优化算法(WOA) 。(This is the latest optimization toolbox in MATLAB, which optimizes your problem using seven algorithms recently proposed. The algorithms provided in this toolbox include: GWO, ALO, MVO, DA, MFO, SCA and WOA.)

文件列表:

Toolbox_all_algorithms\ALO\ALO.m, 6130 , 2018-05-22
Toolbox_all_algorithms\ALO\initialization.m, 1881 , 2018-05-22
Toolbox_all_algorithms\ALO\Random_walk_around_antlion.m, 2932 , 2018-05-22
Toolbox_all_algorithms\ALO\RouletteWheelSelection.m, 2199 , 2018-05-22
Toolbox_all_algorithms\CostFunction.m, 2213 , 2018-05-22
Toolbox_all_algorithms\DA\DA.m, 8184 , 2018-05-22
Toolbox_all_algorithms\DA\distance.m, 1535 , 2018-05-22
Toolbox_all_algorithms\DA\initialization.m, 2045 , 2018-05-22
Toolbox_all_algorithms\DA\Levy.m, 1866 , 2018-05-22
Toolbox_all_algorithms\GWO\GWO.m, 4597 , 2018-05-22
Toolbox_all_algorithms\GWO\initialization.m, 1703 , 2018-05-22
Toolbox_all_algorithms\MFO\initialization.m, 2266 , 2018-05-22
Toolbox_all_algorithms\MFO\MFO.m, 6144 , 2018-05-22
Toolbox_all_algorithms\MVO\initialization.m, 2353 , 2018-05-22
Toolbox_all_algorithms\MVO\MVO.m, 6874 , 2018-05-22
Toolbox_all_algorithms\MVO\RouletteWheelSelection.m, 2671 , 2018-05-22
Toolbox_all_algorithms\Optimization_toolbox.fig, 37749 , 2018-05-22
Toolbox_all_algorithms\Optimization_toolbox.m, 17737 , 2018-05-22
Toolbox_all_algorithms\SCA\initialization.m, 2088 , 2018-05-22
Toolbox_all_algorithms\SCA\SCA.m, 5533 , 2018-05-22
Toolbox_all_algorithms\WOA\initialization.m, 1953 , 2018-05-22
Toolbox_all_algorithms\WOA\WOA.m, 5315 , 2018-05-22
license.txt, 1318 , 2018-05-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 哈里斯鹰HHO的一个java版本
    说明:  哈里斯鹰算法HHO的一个java版本 , 作者来自 Dr. Oguz Emrah Turgut(Dr. Oguz Emrah Turgut comes from Department of Mechanical Engineering, Faculty of Engineering, Ege University, 35100 Bornova, Izmir, Turkey)
    2020-04-28 18:13:03下载
    积分:1
  • CS
    说明:  这是群智能优化算法,布谷鸟搜索算法,用matlab实现,用函数优化进行测试,简单易懂(This is swarm intelligence optimization algorithm, cuckoo search algorithm, implemented in matlab, test with function optimization, easy to understand)
    2018-10-10 12:24:20下载
    积分:1
  • group algorithm
    说明:  通过群算法(BSO和CSO),实现寻优的功能。(Through group algorithm (BSO and CSO), the optimization function is realized.)
    2019-05-12 13:13:14下载
    积分:1
  • 例4.2
    说明:  基于遗传算法的稀步平面阵列,用于平面阵列的稀步优化。可以有效的减少平面阵列的阵元。从而降低阵列天线的成本。(The sparse step linear array based on genetic algorithm is used to optimize the sparse step linear array. It can effectively reduce the array elements of linear array.)
    2020-08-26 08:57:15下载
    积分:1
  • FPA
    基于变异策略的改进型花朵授粉算法,里边集成了粒子群算法、蝙蝠算法以及定向变异策略,进行对比(An improved flower pollination algorithm based on mutation strategy, which integrates particle swarm optimization, bat algorithm and directional mutation strategy, is compared.)
    2020-11-18 16:09:38下载
    积分:1
  • RWGWO-PE
    说明:  单目标带约束的随机漫步灰狼算法带初始化源代码(Single target grey wolf algorithm with constraint random walk source code)
    2020-01-07 21:17:43下载
    积分:1
  • Toolbox_all_algorithms
    这是MATLAB中最新的优化工具箱,它利用最近提出的7种算法来优化您的问题。 此工具箱中提供的算法包括: 灰狼优化器(GWO),蚂蚁狮子优化器(ALO),多功能优化器(MVO),蜻蜓算法(DA),蛾火焰算法(MFO),正弦余弦算法(SCA)和鲸鱼优化算法(WOA) 。(This is the latest optimization toolbox in MATLAB, which optimizes your problem using seven algorithms recently proposed. The algorithms provided in this toolbox include: GWO, ALO, MVO, DA, MFO, SCA and WOA.)
    2019-03-27 14:54:43下载
    积分:1
  • TSP-ASrank(基于排序(或列)的蚂蚁系统)
    说明:  对于蚁群算法做出的改进,按信息素大小进行排序(For the improvement of ant colony algorithm, it is sorted by pheromone size)
    2021-04-21 15:18:49下载
    积分:1
  • ALO
    说明:  蚁狮优化算法是一种群智能优化算法,调节参数少,易于实现。(Ant lion algorithm is a new meta heuristic swarm intelligence algorithm proposed by mirjalili in 2015)
    2021-02-17 09:47:37下载
    积分:1
  • 基于人群搜索的函数优
    说明:  包含人群搜索算法源程序,和rastrigin、Schaffer和Spher三个函数的优化,并与PSO比较(Including the source program of crowd search algorithm, and the optimization of rastrigin, Schaffer and Sphere functions, and comparing with PSO)
    2019-06-27 01:37:39下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载