登录
首页 » Java » 蜂群算法

蜂群算法

于 2020-08-27 发布
0 220
下载积分: 1 下载次数: 8

代码说明:

说明:  多目标柔性作业车间调度问题(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)是复杂的 NP-hard 问题,相较于基础的车间调度问题更符合实际情况,求解难度也相对较高。,该算法主要通过模拟蜜蜂的觅食来解决实际问题。由于 ABC 算法具有搜索速度快、精度高、鲁棒性强等优点,在车间调度领域得到广泛应用。(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)

文件列表:

蜂群算法\ABC\.idea\compiler.xml, 734 , 2019-08-05
蜂群算法\ABC\.idea\description.html, 97 , 2019-08-05
蜂群算法\ABC\.idea\encodings.xml, 196 , 2019-08-05
蜂群算法\ABC\.idea\misc.xml, 409 , 2019-08-05
蜂群算法\ABC\.idea\modules.xml, 253 , 2019-08-05
蜂群算法\ABC\.idea\uiDesigner.xml, 8915 , 2019-08-09
蜂群算法\ABC\.idea\vcs.xml, 173 , 2019-08-05
蜂群算法\ABC\.idea\workspace.xml, 4047 , 2019-08-20
蜂群算法\ABC\ABC.iml, 437 , 2019-08-05
蜂群算法\ABC\out\production\ABC\ABC.class, 4609 , 2019-08-20
蜂群算法\ABC\out\production\ABC\FileRead.class, 4450 , 2019-08-11
蜂群算法\ABC\out\production\ABC\Food.class, 6325 , 2019-08-11
蜂群算法\ABC\out\production\ABC\learn\beeColony.class, 4938 , 2019-08-11
蜂群算法\ABC\out\production\ABC\Main.class, 1624 , 2019-08-20
蜂群算法\ABC\out\production\ABC\util\Mtime.class, 281 , 2019-08-11
蜂群算法\ABC\out\production\ABC\util\Pro.class, 278 , 2019-08-11
蜂群算法\ABC\src\ABC.java, 6564 , 2019-08-20
蜂群算法\ABC\src\FileRead.java, 3998 , 2019-08-06
蜂群算法\ABC\src\Food.java, 7644 , 2019-08-11
蜂群算法\ABC\src\learn\beeColony.java, 13986 , 2019-08-11
蜂群算法\ABC\src\Main.java, 769 , 2019-08-20
蜂群算法\ABC\src\util\Mtime.java, 83 , 2019-07-31
蜂群算法\ABC\src\util\Pro.java, 67 , 2019-07-31
蜂群算法\Data\Mk01.fjs, 635 , 1998-07-16
蜂群算法\Data\mk01.txt, 632 , 2019-06-01
蜂群算法\Data\Mk02.fjs, 1136 , 1998-07-16
蜂群算法\Data\mk02.txt, 1132 , 2019-06-01
蜂群算法\Data\Mk03.fjs, 2600 , 1998-07-23
蜂群算法\Data\mk03.txt, 2598 , 2019-06-01
蜂群算法\Data\Mk04.fjs, 953 , 1998-07-16
蜂群算法\Data\mk04.txt, 951 , 2019-06-01
蜂群算法\Data\Mk05.fjs, 1030 , 1998-07-16
蜂群算法\Data\mk05.txt, 1026 , 2019-06-01
蜂群算法\Data\Mk06.fjs, 2365 , 1998-07-16
蜂群算法\Data\mk06.txt, 2363 , 2019-06-01
蜂群算法\Data\Mk07.fjs, 1565 , 1998-07-16
蜂群算法\Data\mk07.txt, 1563 , 2019-06-01
蜂群算法\Data\Mk08.fjs, 2126 , 1998-07-16
蜂群算法\Data\mk08.txt, 2122 , 2019-06-01
蜂群算法\Data\Mk09.fjs, 3468 , 1998-07-16
蜂群算法\Data\mk09.txt, 3466 , 2019-06-01
蜂群算法\Data\Mk10.fjs, 3994 , 1998-07-16
蜂群算法\Data\mk10.txt, 3992 , 2019-06-01
蜂群算法\Data\优解.txt, 203 , 2019-08-03
蜂群算法\ABC\out\production\ABC\learn, 0 , 2019-08-11
蜂群算法\ABC\out\production\ABC\util, 0 , 2019-08-20
蜂群算法\ABC\out\production\ABC, 0 , 2019-08-20
蜂群算法\ABC\out\production, 0 , 2019-08-20
蜂群算法\ABC\src\learn, 0 , 2019-08-11
蜂群算法\ABC\src\util, 0 , 2019-08-20
蜂群算法\ABC\.idea, 0 , 2019-08-20
蜂群算法\ABC\out, 0 , 2019-08-20
蜂群算法\ABC\src, 0 , 2019-08-20
蜂群算法\ABC, 0 , 2019-08-20
蜂群算法\Data, 0 , 2019-08-20
蜂群算法, 0 , 2019-08-20

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

发表评论

0 个回复

  • gnuboy源代码:任天堂掌机游戏模拟器源代码,Linux环境…
    gnuboy source code: 任天堂gameboy游戏模拟器源码,linux环境-gnuboy source code : Nintendo gameboy game simulator source code, linux environment
    2022-08-09 05:24:25下载
    积分:1
  • 本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等...
    本代码主要讲述了多个排序算法之间的比较,具体包括时间复杂度等-Comparison between the number of sorting algorithms
    2022-02-03 07:06:51下载
    积分:1
  • polarMUSIC.rar
    极化敏感阵列的MUSIC算法,包含四元数和长矢量(The MUSIC algorithm of polarization sensitive array contains four elements and long vectors.)
    2020-12-17 11:19:11下载
    积分:1
  • pycharm激活+汉化包
    说明:  将解压后文件夹中的jetbrains-agent.jar文件放到你所安装的pycharm目录下的lib文件夹中,然后打开pycharm,在License Activation激活界面,选择Active,选择Activation code,粘贴文件夹中所提供的激活码,点击ok,激活成功!解压后有Word教程(Put the jetbrains-agent.jar file in the unzipped folder into the Lib folder under the pycharm directory you installed, then open pycharm, in the license activation activation interface, select active, select activation code, paste the activation code provided in the folder, and click OK to activate successfully!Word tutorial after decompression)
    2020-04-02 10:58:58下载
    积分:1
  • 这个开源的H323。
    This the H323 open source.
    2022-02-11 14:26:19下载
    积分:1
  • Testing
    Read this to understand basics about software testing.
    2009-09-26 23:20:13下载
    积分:1
  • ModeShape_v2_1h
    该程序用于计算和可视化Lamb波的传播模式(The Mode shape program is a tool for the calculation and visualization of Lamb wave propagating modes.)
    2020-09-07 17:38:07下载
    积分:1
  • tiaohefenxi
    用给定的水位数据,选取73个分潮,利用潮汐调和分析,计算分潮的调和常数,利用调和常数结果选取4个主要分潮和2个浅水分潮,对实测水位进行回报,计算余水位,平均潮差,高低潮的潮时潮高并精确到min和cm,最后计算该站的潮汐类型。(By using the given water level data, 73 tides are selected, and the harmonic constants of the tide are calculated by the harmonic analysis of the tides. 4 main tides and 2 shallow water tides are selected by the result of the harmonic constant. The measured water level is returned, the residual water level, the average tidal range, the high tide tide and the high tide height are calculated to min and cm. Finally, the calculation is made. The tidal type of the station.)
    2018-04-29 09:53:34下载
    积分:1
  • 领取礼物动画特效
    一款漂亮的jQuery微信打开红包领取礼物动画特效,适合于手机移动端微信送礼活动。(A beautiful jQuery Wechat opens the red envelope to receive the gift animation special effects, suitable for mobile terminal Wechat gift delivery activities.)
    2018-09-21 10:34:15下载
    积分:1
  • halcon_object_tracking-master
    说明:  vision 3d tracking learning example
    2020-06-15 22:22:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载