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

GA-FJSP-master

于 2020-06-16 发布
0 259
下载积分: 1 下载次数: 10

代码说明:

说明:  采用改进的遗传算法,对柔性车间调度问题进行求解(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 个回复

  • 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
  • CodeF1(解压密码见源链接)
    说明:  能够规划三维环境下的最优路径,能够满足多约束条件的目标规划(optimal path planning in three-dimensional enviroment)
    2019-09-20 12:49:31下载
    积分:1
  • Hybrid-GWOPSO-optimization
    灰狼算法和粒子群算法的结合,是两种种群算法的结合,值得一看(The combination of grey Wolf algorithm and particle swarm optimization is a combination of two population algorithms, which is worth a look)
    2021-04-23 02:18:48下载
    积分:1
  • XPSO
    说明:  基于多样本和遗忘能力的扩展粒子群算法,关于粒子群改进的代码,提供给大家学习。(An expanded particle swarm optimization based on multi-exemplar and forgetting ability)
    2021-01-31 18:58:36下载
    积分: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
  • 蚁群
    用蚁群算法来解决TSP问题的matlab代码,用的蚁周模型,参数为实验选择的最优参数(Ant arithmetic and TSP problem)
    2018-01-19 14:29:02下载
    积分:1
  • CEC2017函数测试工具
    说明:  最新的进化算法的测试函数,可运行,供30个函数,以及包括一个标准pso代码(The test function of the latest evolutionary algorithm, which can run for 30 functions, and includes a standard PSO code)
    2020-05-17 18:03:00下载
    积分:1
  • ALO
    matlab实现蚁狮优化(ALO)算法,用于最优化计算(Matlab implements ant lion optimization (ALO) algorithm for optimization calculation)
    2020-12-23 21:19:06下载
    积分:1
  • GWO
    用matlab实现灰狼优化算法,用于最优化计算(Gray Wolf Optimization Algorithms with MATLAB for Optimal Computing)
    2020-06-22 07:00:01下载
    积分:1
  • matlab实现蝙蝠优(BA) bat_algorithm
    说明:  matlab实现蝙蝠优化(BA)算法,用于最优化计算(Bat optimization (BA) algorithm implemented by MATLAB for optimization calculation)
    2020-06-22 06:00:01下载
    积分:1
  • 696518资源总数
  • 106265会员总数
  • 10今日下载