【正版保证团购优惠】柔性作业车间调度问题及其智能优化算法(英文版) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线

【正版保证团购优惠】柔性作业车间调度问题及其智能优化算法(英文版)精美图片
》【正版保证团购优惠】柔性作业车间调度问题及其智能优化算法(英文版)电子书籍版权问题 请点击这里查看《

【正版保证团购优惠】柔性作业车间调度问题及其智能优化算法(英文版)书籍详细信息

  • ISBN:9787030593672
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2018-11
  • 页数:暂无页数
  • 价格:87.60
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:16开
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看
  • 更新时间:2025-01-19 20:34:29

寄语:

618正品图书限时直降!6.13-6.20全场叠加满49-5,99-10,149-15!


内容简介:

  《中国制造2025》把绿色智能制造作为重点实施的五大工程之一. 柔性作业车间调度问题广泛存在于工业生产中, 属于智能制造领域的一类典型调度问题. 本书针对单目标、多目标柔性作业车间调度问题, 分别建立了混合整数规划模型, 研究了问题的先验知识和结构特性, 探索禁忌搜索、变邻域搜索、多目标人工蜂群、多目标蛙跳算法、多目标局部搜索等算法求解该类问题的关键理论与技术, 提出了一系列具有创新性的优化调度理论,并设计了多种高效的调度方法. 本书是作者近年来在多项国家和省部级科研项目资助下取得的一系列研究成果的总结.


书籍目录:

Contents

Preface

Chapter 1 A hybrid tabu search algorithm for FJSP 1

1.1 Introduction 1

1.2 Problem deion and formulation 4

1.3 Related algorithm and theory 6

1.3.1 Tabu search algorithm 6

1.3.2 Critical path theory 7

1.4 The hybrid algorithm framework 8

1.4.1 Coding 8

1.4.2 Initialization of solutions 9

1.4.3 Public critical blocks 11

1.4.4 Neighborhood for machine assignment component 12

1.4.5 Neighborhood for operation scheduling component 14

1.4.6 The hybrid algorithm framework 16

1.5 Experimental results 17

1.5.1 Experimental setup 18

1.5.2 Test instances of the Kacem instances 19

1.5.3 Test instances of the BRdata 21

1.6 Conclusion 24

References 25

Chapter 2 A hybrid tabu search for multi-objective FJSP 28

2.1 Introduction 28

2.2 Problem formulation 30

2.3 Framework of the hybrid algorithm 32

2.4 Assignment algorithm: tabu search algorithm 35

2.4.1 Tabu search algorithm 35

2.4.2 Encoding 35

2.4.3 Parameter settings 36

2.4.4 Local search 38

2.5 Scheduling algorithm: variable neighborhood search 39

2.5.1 Left-shift based decoding 39

2.5.2 Public critical block 41

2.5.3 Variable neighborhood search 42

2.6 Experimental results 44

2.6.1 Results of Kacem instances 44

2.6.2 Results of BRdata 51

2.7 Conclusion 57

References 57

Chapter 3 A hybrid VNS algorithm for multi-objective FJSP 60

3.1 Introduction 60

3.2 Problem formulation 62

3.3 Framework of the hybrid algorithm 64

3.4 Machine assignment algorithm: the genetic algorithm 65

3.4.1 Genetic algorithm 65

3.4.2 Encoding 66

3.4.3 Initialization of machine assignment component 67

3.4.4 Crossover operation 67

3.4.5 Mutation operation 68

3.5 Operation sequencing algorithm: variable neighborhood search algorithm 68

3.5.1 Initialization of the operation sequencing component 68

3.5.2 Public critical block theory 69

3.5.3 Effective neighborhood structure 72

3.6 Experimental results 73

3.6.1 Setting parameters 74

3.6.2 Results of the Kacem instances 74

3.7 Conclusion 80

References 81

Chapter 4 Pareto-based ABC for multi-objective FJSP 83

4.1 Introduction 83

4.2 Problem formulation 84

4.3 Artificial bee colony algorithm 86

4.3.1 The basic concept of ABC algorithm 86

4.3.2 Initialization of the parameters 87

4.3.3 Initialization of the population 87

4.3.4 Local search operator 87

4.3.5 Global search operator 87

4.3.6 Random search operator 88

4.4 The hybrid algorithm P-DABC 88

4.4.1 Food source representation 88

4.4.2 Local search approaches 88

4.4.3 Employed bee phase 89

4.4.4 Crossover operator 89

4.4.5 Onlooker bee phase 90

4.4.6 Scout bee phase 90

4.4.7 Multi-objective optimizer 91

4.5 Experimental results 94

4.5.1 Setting parameters 94

4.5.2 Results comparisons 94

4.6 Conclusion 99

References 100

Chapter 5 An effective shu2ed frog-leaping algorithm for multi-objective FJSP 103

5.1 Introduction 103

5.2 Literature review 105

5.3 Problem formulation 106

5.4 Shuffled flog-leaping algorithm 106

5.5 The hybrid algorithm HSFLA 108

5.5.1 Solution representation 109

5.5.2 Population initialization 110

5.5.3 Multi-objective SFLA 112

5.5.4 The framework of HSFLA 118

5.6 Experimental results 119

5.6.1 Setting parameters 119

5.6.2 Results comparisons 120

5.6.3 The three Kacem instances 120

5.6.4 The three Kacem instances with release dates 123

5.6.5 The BRdata instances 124

5.7 Conclusion 133

References 133

Chapter 6 A hybrid Pareto-based local search algorithm for multi-objective FJSP 137

6.1 Introduction 137

6.2 Problem deion 139

6.3 Related theory 140

6.3.1 Variable neighbourhood search 140

6.3.2 Critical path theory 140

6.4 The hybrid algorithm 142

6.4.1 Coding 142

6.4.2 Population initialization 142

6.4.3 Neighboring approaches 145

6.4.4 VNS based self-adaptive strategy 147

6.4.5 Pareto archive set 149

6.4.6 The framework of PLS 152

6.5 Experimental results 153

6.5.1 Setting parameters 153

6.5.2 Results comparisons 153

6.6 Conclusion 159

References 160


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!



原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

暂无其它内容!


书籍真实打分

  • 故事情节:8分

  • 人物塑造:5分

  • 主题深度:4分

  • 文字风格:4分

  • 语言运用:4分

  • 文笔流畅:7分

  • 思想传递:7分

  • 知识深度:8分

  • 知识广度:7分

  • 实用性:3分

  • 章节划分:7分

  • 结构布局:6分

  • 新颖与独特:8分

  • 情感共鸣:8分

  • 引人入胜:8分

  • 现实相关:8分

  • 沉浸感:8分

  • 事实准确性:9分

  • 文化贡献:5分


网站评分

  • 书籍多样性:6分

  • 书籍信息完全性:6分

  • 网站更新速度:5分

  • 使用便利性:3分

  • 书籍清晰度:6分

  • 书籍格式兼容性:4分

  • 是否包含广告:8分

  • 加载速度:3分

  • 安全性:7分

  • 稳定性:3分

  • 搜索功能:6分

  • 下载便捷性:3分


下载点评

  • 字体合适(282+)
  • 赚了(344+)
  • 四星好评(81+)
  • 盗版少(653+)
  • 下载快(443+)
  • 已买(546+)
  • 推荐购买(171+)
  • pdf(84+)
  • txt(235+)

下载评价

  • 网友 孔***旋: ( 2025-01-16 11:08:33 )

    很好。顶一个希望越来越好,一直支持。

  • 网友 家***丝: ( 2025-01-16 08:43:39 )

    好6666666

  • 网友 国***芳: ( 2024-12-29 02:31:09 )

    五星好评

  • 网友 冯***丽: ( 2025-01-04 08:45:21 )

    卡的不行啊

  • 网友 孙***夏: ( 2025-01-18 23:20:20 )

    中评,比上不足比下有余

  • 网友 詹***萍: ( 2024-12-21 01:29:21 )

    好评的,这是自己一直选择的下载书的网站

  • 网友 益***琴: ( 2024-12-22 08:14:14 )

    好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。

  • 网友 潘***丽: ( 2025-01-16 17:05:10 )

    这里能在线转化,直接选择一款就可以了,用他这个转很方便的

  • 网友 曾***玉: ( 2024-12-30 13:56:46 )

    直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!

  • 网友 曾***文: ( 2024-12-24 05:34:50 )

    五星好评哦

  • 网友 丁***菱: ( 2025-01-01 23:01:51 )

    好好好好好好好好好好好好好好好好好好好好好好好好好

  • 网友 冯***卉: ( 2025-01-09 11:05:51 )

    听说内置一千多万的书籍,不知道真假的

  • 网友 郗***兰: ( 2024-12-20 09:24:09 )

    网站体验不错

  • 网友 步***青: ( 2024-12-25 17:33:23 )

    。。。。。好


随机推荐