登录
首页 » Python » GA-FJSP-master

GA-FJSP-master

于 2020-06-16 发布 文件大小:36KB
0 175
下载积分: 1 下载次数: 0

代码说明:

  采用改进的遗传算法,对柔性车间调度问题进行求解(Solving flexible shop scheduling problem with improved genetic algorithm)

文件列表:

GA-FJSP-master\Activity.py, 2908 , 2019-01-12
GA-FJSP-master\CNCMachine.py, 2337 , 2019-01-12
GA-FJSP-master\data\data_con2_g1.txt, 11597 , 2019-01-12
GA-FJSP-master\data\data_con2_g1.txt.log.csv, 152 , 2019-01-12
GA-FJSP-master\data\data_con2_g1.txt.result.csv, 10052 , 2019-01-12
GA-FJSP-master\data\data_con2_g2.txt, 11597 , 2019-01-12
GA-FJSP-master\data\data_con2_g2_improved.txt, 11597 , 2019-01-12
GA-FJSP-master\data\data_con2_g2_improved.txt.log.csv, 17680 , 2019-01-12
GA-FJSP-master\data\data_con2_g2_improved.txt.result.csv, 10062 , 2019-01-12
GA-FJSP-master\data\data_con2_g3.txt, 11597 , 2019-01-12
GA-FJSP-master\data\data_con2_g3_improved.txt, 11597 , 2019-01-12
GA-FJSP-master\data\data_con2_g3_improved.txt.log.csv, 8688 , 2019-01-12
GA-FJSP-master\data\data_con2_g3_improved.txt.result.csv, 10025 , 2019-01-12
GA-FJSP-master\data\data_con3_g1.txt, 11602 , 2019-01-12
GA-FJSP-master\data\data_con3_g2.txt, 11602 , 2019-01-12
GA-FJSP-master\data\data_con3_g3.txt, 11602 , 2019-01-12
GA-FJSP-master\data\small.txt, 265 , 2019-01-12
GA-FJSP-master\data\small.txt.log.csv, 137 , 2019-01-12
GA-FJSP-master\data\small.txt.result.csv, 203 , 2019-01-12
GA-FJSP-master\DataReader.py, 5923 , 2019-01-12
GA-FJSP-master\GA.py, 20102 , 2019-01-12
GA-FJSP-master\GraphDrawer.py, 3189 , 2019-01-12
GA-FJSP-master\Heuristics.py, 3836 , 2019-01-12
GA-FJSP-master\Job.py, 2154 , 2019-01-12
GA-FJSP-master\main.py, 2698 , 2019-01-12
GA-FJSP-master\Operation.py, 1631 , 2019-01-12
GA-FJSP-master\README.md, 1754 , 2019-01-12
GA-FJSP-master\RGVSystemConfig.py, 855 , 2019-01-12
GA-FJSP-master\Scheduler.py, 2872 , 2019-01-12
GA-FJSP-master\data, 0 , 2019-08-09
GA-FJSP-master, 0 , 2019-08-09

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

发表评论

0 个回复

  • GA
    说明:  经典遗传算法案例,利用遗传算法求解铁罐问题(genetic algorithm optimization)
    2020-06-16 04:00:01下载
    积分:1
  • 求解多目标问题,业内最经典的多目标之一 NSGA-II
    求解多目标问题,业内最经典的多目标算法之一(to solve multi-object problem)
    2020-06-25 06:40:01下载
    积分:1
  • levy
    用matlab实现levy概率分布,并作图,用于进化算法中调整步长(Using MATLAB to realize levy probability distribution and make a map for adjusting step size in evolutionary algorithm)
    2021-04-07 18:09:01下载
    积分:1
  • 原BBO程序包
    能实现原生BBO算法,以及与其他进化算法进行对比(The native BBO algorithm can be implemented and compared with other evolutionary algorithms)
    2021-04-23 14:18:47下载
    积分:1
  • 哈里斯鹰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
  • pso
    粒子群算法的寻优机制,另附十余个测试函数。主程序为test_basic(Particle Optimization Algorithm)
    2020-06-24 00:40:02下载
    积分:1
  • minmin
    minmin算法,适用于任务调度,可以与GA以及PSO等进行比较,是最基础的算法。(Minmin algorithm is suitable for task scheduling.)
    2020-12-22 10:19:07下载
    积分:1
  • 蚁群
    用蚁群算法来解决TSP问题的matlab代码,用的蚁周模型,参数为实验选择的最优参数(Ant arithmetic and TSP problem)
    2018-01-19 14:29:02下载
    积分: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
  • 萤火虫
    多个萤火虫算法基础算例,为萤火虫算法通用算例(benchmark problem for firefly algorithm)
    2020-10-18 12:17:27下载
    积分:1
  • 696524资源总数
  • 103913会员总数
  • 34今日下载