登录
首页 » matlab » 单目标BSO

单目标BSO

于 2021-04-16 发布
0 210
下载积分: 1 下载次数: 6

代码说明:

说明:  单目标头脑风暴优化算法,用来对生产调度等进行优化的新型群体智能优化算法(Single-objective brainstorming optimization algorithm, a new group intelligence optimization algorithm used to optimize production scheduling, etc.)

文件列表:

单目标BSO, 0 , 2019-12-05
单目标BSO\BSOS.m, 7984 , 2019-01-16
单目标BSO\BSOS1.m, 9343 , 2020-10-15
单目标BSO\BSO_Griewank_10.mat, 44870 , 2019-01-16
单目标BSO\BSO_Griewank_100.mat, 219807 , 2019-01-16
单目标BSO\BSO_Rastrigin_10.mat, 37958 , 2019-01-16
单目标BSO\BSO_Rastrigin_100.mat, 249225 , 2019-01-16
单目标BSO\BSO_Sphere_10.mat, 193826 , 2019-01-16
单目标BSO\BSO_Sphere_100.mat, 402729 , 2019-01-16
单目标BSO\cluste_os.m, 1444 , 2018-10-08
单目标BSO\DE_mutation.m, 775 , 2018-10-08
单目标BSO\function, 0 , 2019-12-05
单目标BSO\function\Ackley.m, 192 , 2018-10-08
单目标BSO\function\griewank.m, 166 , 2018-10-08
单目标BSO\function\Minima.m, 151 , 2018-10-08
单目标BSO\function\rastrigin.m, 147 , 2018-10-08
单目标BSO\function\Rosenbrock.m, 151 , 2018-10-08
单目标BSO\function\Sphere.m, 115 , 2018-10-08
单目标BSO\function\Styblinski_Tang.m, 154 , 2018-10-08
单目标BSO\fun_shift.m, 1479 , 2018-10-11
单目标BSO\mains.m, 4237 , 2019-01-16
单目标BSO\SGM.m, 570 , 2018-10-08
单目标BSO\Untitled.m, 714 , 2018-10-10

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

发表评论

0 个回复

  • sequence given by the symmetry Chebyshev filter design. Attention : grammar rule...
    乘序给出了对称Chebyshev滤波器的设计.注意:语法规则 cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design (specify ws1,ws2) chebdiff.m lowpass differentiator design-sequence given by the symmetry Chebyshev filter design. Attention : grammar rules cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design ( specify ws1, WS2) chebdiff.m lowpass design differentiator
    2022-06-26 09:15:01下载
    积分:1
  • Information content, if something wrong, please help to correct, a message to me...
    资料内容中,如果有不妥之处,请帮忙更正,留言给我,谢谢合作-Information content, if something wrong, please help to correct, a message to me, thank co-operation
    2022-01-26 05:32:29下载
    积分:1
  • VC++生成示波器波形类文件以及应用实例
    VC++生成示波器波形类文件以及应用实例,如截图所示的,分别显示电压波形、温度波形、以及角度小型,类型于正弦余弦曲线的波形生成绘制类,在VC++中使用方便,自带有类代码和应用实例,便于参考上手。
    2023-07-24 14:05:02下载
    积分:1
  • 实现公司考勤管理、登记每个员工的作息时间。
    实现公司考勤管理、登记每个员工的作息时间。-achievement appraisal management companies to register each employee"s work schedule.
    2022-02-05 16:04:15下载
    积分:1
  • 不错的c程序啊,下载看看,代码函数也不是很复杂,仔细看看能看明白,我的一点心血!
    不错的c程序啊,下载看看,代码函数也不是很复杂,仔细看看能看明白,我的一点心血!-good procedures ah, download see, code function is not very complicated, and to look carefully Naikanmengbai, my point effort!
    2022-07-19 19:25:00下载
    积分:1
  • 基本蚁群聚类算法及改进算法[带Matlab源代码]
    基本蚁群聚类算法及其改进算法,附带Matlab源代码,该算法,解决了不收敛的问题,聚类效果非常好(The basic ant colony clustering algorithm and its improved algorithm, with Matlab source code, solve the problem of non-convergence, the clustering effect is very good)
    2018-05-31 15:37:24下载
    积分:1
  • 字幕合并的好动西1 热爱英语的同学可以在看电影的时候同时悬着两个字幕了!...
    字幕合并的好动西1 热爱英语的同学可以在看电影的时候同时悬着两个字幕了!-subtitles merger of the West a hyperactive love English students can watch a movie in the time when 266 two subtitles!
    2022-01-24 15:10:19下载
    积分:1
  • lessgo-master
    Lessgo 是一款 Go 语言编写的简单、稳定、高效、灵活的 web 完全开发框架。它的项目组织形式经过精心设计,实现前后端分离、系统与业务分离,完美兼容MVC与MVVC等多种开发模式,非常利于企业级应用与API接口的开发。当然,最值得关注的是它突破性地支持了运行时路由重建,开发者可在Admin后台轻松实现启用/禁用模块与操作,添加/移除中间件等功能!同时,它推荐以HandlerFunc与MiddlewareFunc为基础的函数式编程,也令开发变得更加灵活富有趣味性。 此外它也博采众长,核心架构改写自echo v2,数据库内置为xorm,模板引擎内置为pongo2,其他某些功能模块改写自beego以及其他优秀开源项目。(Lessgo is a simple, stable, efficient and flexible web development framework written in Go language. Its project organization form is carefully designed to achieve front-end and back-end separation, system and business separation, perfect compatibility with MVC and MVVC and other development modes, which is very conducive to the development of enterprise application and API interface. Of course, the most notable thing is its breakthrough support for runtime routing reconstruction. Developers can easily enable/disable modules and operations, add/remove middleware and other functions in the Admin background. At the same time, it recommends functional programming based on Handler Func and Middleware Func, which makes development more flexible and interesting.)
    2020-06-22 22:00:01下载
    积分:1
  • A string of hexadecimal for summary (including md5 and sha
    一款将十六进制串进行摘要(包括md5和sha-1),非常好用。-A string of hexadecimal for summary (including md5 and sha-1), very handy.
    2023-04-02 13:50:03下载
    积分:1
  • 这是一个段式lcd显示,利用OKI单片机的外部时钟直接分频,得到0.5秒的时钟,进而利用段式lcd显示时钟。...
    这是一个段式lcd显示,利用OKI单片机的外部时钟直接分频,得到0.5秒的时钟,进而利用段式lcd显示时钟。-This is a piece lcd shows that the use of OKI MCU directly external clock frequency, the 0.5 seconds of the clock, and the use of struts lcd display clock.
    2022-07-09 05:18:52下载
    积分:1
  • 696516资源总数
  • 106936会员总数
  • 1今日下载