项目名称: 带冲突装箱问题的高性能优化算法研究

项目编号: No.11201333

项目类型: 青年科学基金项目

立项/批准年度: 2013

项目学科: 数理科学和化学

项目作者: 盖玲

作者单位: 上海大学

项目金额: 22万元

中文摘要: 装箱问题是经典的组合最优化问题之一,传统的装箱问题考虑的是对于给定的一组(序列)物品,如何安排装箱方式使得所用箱子数目最少。在设计装箱时,主要的难点是如何协调安排不同尺寸的物品,使箱子的容量限制得到满足并尽可能装满。1999年Klaus Jansen提出的"带冲突装箱问题"(Bin Packing with Conflicts)模型,更加贴近生活生产实际,考虑到物品之间可能存在"冲突"关系,如何避免冲突同时使用箱子数目尽可能少,是近年来装箱问题研究领域的重要分支之一。在带冲突装箱问题中,物品间的冲突关系一般由图给定,称为冲突图。到目前为止,文献中考虑的冲突图基本都限制在可以多项式时间求解色数的图上。本项目的研究重点,是把冲突图进行推广,主要考虑赋权图、有向图及在线情形下的带冲突装箱问题,对问题计算复杂性进行分析,并设计新算法,通过分析近似比(竞争比)来保证优化算法的高性能表现。

中文关键词: 带冲突装箱;排序;近似算法;在线算法;组合优化

英文摘要: Given a set of items of known sizes and a set of bins of fixed capacity, the bin packing problem seeks to find the minimum number of bins to pack all the items without exceeding the capacity of the bins. The problem is well known in the optimization literature where a number of algorithms, exact and approximate, have been proposed. It also has a number of extensions, including variable capacities and multiple dimensions. The problem treated in this project is one such extension that arises in scheduling and timetabling, where it often occurs that items have conflicts and cannot be packed in the same bin, giving rise to the bin packing problem with conflicts (BPC). Bin packing problem with conflicts was first introduced by Professor Klaus Jansen in 1999. Given a set of items V={1,…n} with sizes s1,…, sn∈(0, 1] and a conflict graph G=(V, E), they considered the problem to find a packing for the items into bins of size one such that adjacent items (i, j)∈E are assigned to different bins. The goal is to find an assignment with a minimum number of bins. This problem is a natural generalization of the classical bin packing problem with E being an empty set. Furthermore, if ∑si<1 then the problem turns to be computing the chromatic number χ(G) of the conflict graph G. From the previous results of these two classical p

英文关键词: bin packing problem;conflict;approximation algorithms;online algorithms;combinatorial optimization

成为VIP会员查看完整内容
0

相关内容

排序是计算机内经常进行的一种操作,其目的是将一组“无序”的记录序列调整为“有序”的记录序列。分内部排序和外部排序。若整个排序过程不需要访问外存便能完成,则称此类排序问题为内部排序。反之,若参加排序的记录数量很大,整个序列的排序过程不可能在内存中完成,则称此类排序问题为外部排序。内部排序的过程是一个逐步扩大记录的有序序列长度的过程。
机器学习必读新书-《凸优化算法原理详解》,334页pdf
专知会员服务
94+阅读 · 2022年1月4日
专知会员服务
101+阅读 · 2021年8月23日
专知会员服务
34+阅读 · 2021年8月1日
【硬核书】基于单调算子的大规模凸优化,306页pdf
专知会员服务
31+阅读 · 2021年7月8日
【开放书】《矩阵流形优化算法》,241页pdf
专知会员服务
93+阅读 · 2021年7月3日
专知会员服务
12+阅读 · 2021年3月13日
最新《非凸优化理论》进展书册,79页pdf
专知会员服务
104+阅读 · 2020年12月18日
专知会员服务
81+阅读 · 2020年12月11日
专知会员服务
41+阅读 · 2020年7月29日
基于深度学习的金融指数基金设计
专知
3+阅读 · 2022年2月26日
Java依赖冲突高效解决之道
阿里技术
0+阅读 · 2022年1月14日
CUDA高性能计算经典问题:归约
极市平台
1+阅读 · 2022年1月13日
CUDA 并行计算优化策略总结
极市平台
2+阅读 · 2021年12月27日
基于多目标优化的推荐系统综述
机器学习与推荐算法
6+阅读 · 2021年12月27日
道路网的高效分区
TensorFlow
2+阅读 · 2021年11月22日
基于数据的分布式鲁棒优化算法及其应用【附PPT与视频资料】
人工智能前沿讲习班
26+阅读 · 2018年12月13日
国家自然科学基金
0+阅读 · 2014年12月31日
国家自然科学基金
0+阅读 · 2013年12月31日
国家自然科学基金
0+阅读 · 2013年12月31日
国家自然科学基金
0+阅读 · 2013年12月31日
国家自然科学基金
1+阅读 · 2012年12月31日
国家自然科学基金
2+阅读 · 2012年12月31日
国家自然科学基金
0+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2009年12月31日
Principal Neighbourhood Aggregation for Graph Nets
Arxiv
17+阅读 · 2020年6月7日
Financial Time Series Representation Learning
Arxiv
10+阅读 · 2020年3月27日
Arxiv
12+阅读 · 2018年1月20日
小贴士
相关VIP内容
机器学习必读新书-《凸优化算法原理详解》,334页pdf
专知会员服务
94+阅读 · 2022年1月4日
专知会员服务
101+阅读 · 2021年8月23日
专知会员服务
34+阅读 · 2021年8月1日
【硬核书】基于单调算子的大规模凸优化,306页pdf
专知会员服务
31+阅读 · 2021年7月8日
【开放书】《矩阵流形优化算法》,241页pdf
专知会员服务
93+阅读 · 2021年7月3日
专知会员服务
12+阅读 · 2021年3月13日
最新《非凸优化理论》进展书册,79页pdf
专知会员服务
104+阅读 · 2020年12月18日
专知会员服务
81+阅读 · 2020年12月11日
专知会员服务
41+阅读 · 2020年7月29日
相关资讯
基于深度学习的金融指数基金设计
专知
3+阅读 · 2022年2月26日
Java依赖冲突高效解决之道
阿里技术
0+阅读 · 2022年1月14日
CUDA高性能计算经典问题:归约
极市平台
1+阅读 · 2022年1月13日
CUDA 并行计算优化策略总结
极市平台
2+阅读 · 2021年12月27日
基于多目标优化的推荐系统综述
机器学习与推荐算法
6+阅读 · 2021年12月27日
道路网的高效分区
TensorFlow
2+阅读 · 2021年11月22日
基于数据的分布式鲁棒优化算法及其应用【附PPT与视频资料】
人工智能前沿讲习班
26+阅读 · 2018年12月13日
相关基金
国家自然科学基金
0+阅读 · 2014年12月31日
国家自然科学基金
0+阅读 · 2013年12月31日
国家自然科学基金
0+阅读 · 2013年12月31日
国家自然科学基金
0+阅读 · 2013年12月31日
国家自然科学基金
1+阅读 · 2012年12月31日
国家自然科学基金
2+阅读 · 2012年12月31日
国家自然科学基金
0+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2009年12月31日
微信扫码咨询专知VIP会员