登录
首页 » matlab » Toolbox_all_algorithms

Toolbox_all_algorithms

于 2019-03-27 发布
0 384
下载积分: 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 个回复

  • 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
  • GA-FJSP-master
    说明:  采用改进的遗传算法,对柔性车间调度问题进行求解(Solving flexible shop scheduling problem with improved genetic algorithm)
    2020-06-16 11:20:02下载
    积分:1
  • GA
    说明:  经典遗传算法案例,利用遗传算法求解铁罐问题(genetic algorithm optimization)
    2020-06-16 04:00:01下载
    积分:1
  • jmetal5.3集成多种
    JMetal是一个集成的可以更方便地比较各种算法的平台,包括的算法是流行的,常用的多目标进化算法,包括NSGA2,SPEA2,NSGA3等。
    2023-08-03 00:10:11下载
    积分:1
  • myAntBp
    采用蚁群算法对BP神经网络进行优化,并结合实例进行应用验证。(The ant colony algorithm is used to optimize the BP neural network, and an example is used to validate it.)
    2020-10-28 13:19:58下载
    积分:1
  • NSGA-III
    说明:  NSGA-III evolutionary algorithm using MATLAB
    2021-04-21 21:38:49下载
    积分:1
  • 阿里天池比赛数据
    说明:  阿里天池最后一公里所采用的数据集: 网点数据集、配送点、商户、快递信息、配送路径表、配送人员(Data sets adopted for the last kilometer of alitanchi: Network data set, distribution points, merchants, express delivery information, distribution path table, distribution personnel)
    2019-12-30 16:41:44下载
    积分:1
  • GA优PID参数
    利用GA遗传算法优化PID控制器中的参数,实现对对控制器的改善,以求稳准快(GA genetic algorithm is used to optimize the parameters in the PID controller, so that the controller can be improved so as to stabilize the system quickly.)
    2018-07-03 14:22:01下载
    积分: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
  • 遗传MATLAB编程
    对传统遗传算法进行了改进,简单易懂可运行(The traditional genetic algorithm is improved, which is simple, easy to understand and run)
    2018-04-03 16:33:08下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载