登录
首页 » matlab » Toolbox_all_algorithms

Toolbox_all_algorithms

于 2019-03-27 发布 文件大小:64KB
0 360
下载积分: 1 下载次数: 91

代码说明:

  这是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 个回复

  • yiqunsuanfa
    说明:  蚁群算法的一个函数寻优案例 带约束条件 可运行出来(A function optimization case of ant colony algorithm with constraints can be run out)
    2019-01-13 11:38:18下载
    积分:1
  • 混合蚁群优(HBACA)
    说明:  蚁群算法的改进,提出四个种类的蚂蚁选择城市的四种不同方式,(The improvement of ant colony algorithm proposes four different ways for four kinds of ants to select cities,)
    2020-07-28 19:05:08下载
    积分:1
  • BAS在3D路径规划中的应用
    说明:  天牛须BAS在3D路径规划中的应用,天牛须BAS是新型算法,求解速度快,算法代码简单。(The application of Longhorn whisker BAS in 3D path planning, Longhorn whisker BAS is a new algorithm with fast solving speed and simple algorithm code.)
    2021-01-31 19:08:34下载
    积分:1
  • 精英_变异遗传
    说明:  基于精英变异算法的电动汽车充电优化策略以及结果的可视化(EV charging optimization strategy based on elite mutation algorithm and the visualization of results)
    2019-12-26 14:46:08下载
    积分: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
  • flowshop-master(GA)
    说明:  利用遗传算法求解柔性车间调度问题,采用Python编程实现(Using Genetic Algorithm to Solve Flexible Workshop Scheduling Problem)
    2020-07-01 20:20:01下载
    积分:1
  • 灰狼优源代码
    说明:  灰狼算法,一种新型群体智能优化算法,将改进的灰狼算法优化神经网络模型,提高收敛速度,避免陷入局部最优解(The grey wolf algorithm (GWO), which is inspired by the predatory behavior of the gray wolf group, is a new group intelligent optimization algorithm that imitates the leadership of gray wolf population and hunting mechanism in nature)
    2020-03-07 14:14:59下载
    积分:1
  • ALO
    matlab实现蚁狮优化(ALO)算法,用于最优化计算(Matlab implements ant lion optimization (ALO) algorithm for optimization calculation)
    2020-12-23 21:19:06下载
    积分:1
  • 粒子群的寻优机制 pso
    说明:  粒子群算法的寻优机制,另附十余个测试函数。主程序为test_basic(Particle Optimization Algorithm)
    2020-06-24 00:40:02下载
    积分:1
  • CEC 2017 bound constrained benchmarks
    说明:  CEC2017前几名的MATLAB算法实现 有EBOwithCMAR; jSO; LSHADE_SPACMA; LSHADE-cnEpSin 各种参数都可以调整,包括种群数量、F因子、变异率、交叉率等(The realization of MATLAB algorithm for the top few of cec217. There are ebowithcmar; JSO; lshade_spacma; lshade cnepsin. Various parameters can be adjusted, including population number, F factor, mutation rate, crossover rate, etc.)
    2021-04-21 15:08:49下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载