期刊文献+
共找到542篇文章
< 1 2 28 >
每页显示 20 50 100
Quantum-inspired ant algorithm for knapsack problems 被引量:3
1
作者 Wang Honggang Ma Liang Zhang Huizhen Li Gaoya 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第5期1012-1016,共5页
The knapsack problem is a well-known combinatorial optimization problem which has been proved to be NP-hard. This paper proposes a new algorithm called quantum-inspired ant algorithm (QAA) to solve the knapsack prob... The knapsack problem is a well-known combinatorial optimization problem which has been proved to be NP-hard. This paper proposes a new algorithm called quantum-inspired ant algorithm (QAA) to solve the knapsack problem. QAA takes the advantage of the principles in quantum computing, such as qubit, quantum gate, and quantum superposition of states, to get more probabilistic-based status with small colonies. By updating the pheromone in the ant algorithm and rotating the quantum gate, the algorithm can finally reach the optimal solution. The detailed steps to use QAA are presented, and by solving series of test cases of classical knapsack problems, the effectiveness and generality of the new algorithm are validated. 展开更多
关键词 knapsack problem quantum computing ant algorithm quantum-inspired ant algorithm.
在线阅读 下载PDF
A Weight-Coded Evolutionary Algorithm for the Multidimensional Knapsack Problem 被引量:2
2
作者 Quan Yuan Zhixin Yang 《Advances in Pure Mathematics》 2016年第10期659-675,共17页
A revised weight-coded evolutionary algorithm (RWCEA) is proposed for solving multidimensional knapsack problems. This RWCEA uses a new decoding method and incorporates a heuristic method in initialization. Computatio... A revised weight-coded evolutionary algorithm (RWCEA) is proposed for solving multidimensional knapsack problems. This RWCEA uses a new decoding method and incorporates a heuristic method in initialization. Computational results show that the RWCEA performs better than a weight-coded evolutionary algorithm pro-posed by Raidl (1999) and to some existing benchmarks, it can yield better results than the ones reported in the OR-library. 展开更多
关键词 Weight-Coding Evolutionary algorithm Multidimensional knapsack Problem (MKP)
在线阅读 下载PDF
An Algorithm of 0-1 Knapsack Problem Based on Economic Model
3
作者 Yingying Tian Jianhui Lv Liang Zheng 《Journal of Applied Mathematics and Physics》 2013年第4期31-35,共5页
In order to optimize the knapsack problem further, this paper proposes an innovative model based on dynamic expectation efficiency, and establishes a new optimization algorithm of 0-1 knapsack problem after analysis a... In order to optimize the knapsack problem further, this paper proposes an innovative model based on dynamic expectation efficiency, and establishes a new optimization algorithm of 0-1 knapsack problem after analysis and research. Through analyzing the study of 30 groups of 0-1 knapsack problem from discrete coefficient of the data, we can find that dynamic expectation model can solve the following two types of knapsack problem. Compared to artificial glowworm swam algorithm, the convergence speed of this algorithm is ten times as fast as that of artificial glowworm swam algorithm, and the storage space of this algorithm is one quarter that of artificial glowworm swam algorithm. To sum up, it can be widely used in practical problems. 展开更多
关键词 0-1 knapsack ECONOMIC Model Optimization algorithm STORAGE SPACE
在线阅读 下载PDF
An Optimal Parallel Algorithm for the Knapsack Problem Based on EREW
4
作者 李肯立 蒋盛益 +1 位作者 王卉 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2003年第2期131-137,共7页
A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε ... A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε processors, 0≤ ε ≤1, and O(2 n/2 ) memory to find a solution for the n -element knapsack problem in time O(2 n/4 (2 n/4 ) ε) . The cost of the proposed parallel algorithm is O(2 n/2 ) , which is an optimal method for solving the knapsack problem without memory conflicts and an improved result over the past researches. 展开更多
关键词 knapsack problem NP-COMPLETE parallel algorithm divide and conquer
在线阅读 下载PDF
SEMI-DEFINITE RELAXATION ALGORITHM OF MULTIPLE KNAPSACK PROBLEM
5
作者 Chen Feng Yao EnyuDept.ofMath.,ZhejiangUniv.,Hangzhou310027,China 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2002年第2期241-250,共10页
The multiple knapsack problem denoted by MKP (B,S,m,n) can be defined as fol- lows.A set B of n items and a set Sof m knapsacks are given such thateach item j has a profit pjand weightwj,and each knapsack i has a ca... The multiple knapsack problem denoted by MKP (B,S,m,n) can be defined as fol- lows.A set B of n items and a set Sof m knapsacks are given such thateach item j has a profit pjand weightwj,and each knapsack i has a capacity Ci.The goal is to find a subset of items of maximum profit such that they have a feasible packing in the knapsacks.MKP(B,S,m,n) is strongly NP- Complete and no polynomial- time approximation algorithm can have an approxima- tion ratio better than0 .5 .In the last ten years,semi- definite programming has been empolyed to solve some combinatorial problems successfully.This paper firstly presents a semi- definite re- laxation algorithm (MKPS) for MKP (B,S,m,n) .It is proved that MKPS have a approxima- tion ratio better than 0 .5 for a subclass of MKP (B,S,m,n) with n≤ 1 0 0 ,m≤ 5 and maxnj=1{ wj} minmi=1{ Ci} ≤ 2 3 . 展开更多
关键词 multiple knapsack problem semi- definite relaxation approximation algorithm combina- torial optimization.
在线阅读 下载PDF
Improved Parallel Three-List Algorithm for the Knapsack Problem without Memory Conflicts
6
作者 潘军 李肯立 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2006年第1期7-14,共8页
Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging withou... Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging without memory conflicts are adopted. To find a solution for the n-element knapsack problem, the proposed algorithm needs O(2^3n/8) time when O(2^3n/8) shared memory units and O(2^n/4) processors are available. The comparisons between the proposed algorithm and 10 existing algorithms show that the improved parallel three-fist algorithm is the first exclusive-read exclusive-write (EREW) parallel algorithm that can solve the knapsack instances in less than O(2^n/2) time when the available hardware resource is smaller than O(2^n/2) , and hence is an improved result over the past researches. 展开更多
关键词 knapsack problem NP-HARD Parallel algorithm Memory conflicts Hardware-time tradeoff
在线阅读 下载PDF
基于超像素与颜色背包算法的点画生成方法
7
作者 李军 同乐 +1 位作者 钮焱 王子壬 《计算机应用与软件》 北大核心 2025年第8期219-226,共8页
点画是图像风格化的重要分支之一,主要通过点的密度改变来表现出图像中色彩亮度的变化,是目前图像风格迁移领域的研究热点。常见的深度学习方法未能用于点画的主要原因在于点画维度低,损失函数难以构造。提出一种基于超像素和颜色背包... 点画是图像风格化的重要分支之一,主要通过点的密度改变来表现出图像中色彩亮度的变化,是目前图像风格迁移领域的研究热点。常见的深度学习方法未能用于点画的主要原因在于点画维度低,损失函数难以构造。提出一种基于超像素和颜色背包算法选点的点画生成算法,该算法采用超像素预处理图像,采用基于K-means二分子聚类的颜色均值生成采样半径,泊松圆盘依据采样半径来生成点画的初始采样点,使用基于颜色背包算法的随机选点算法来提高局部SSIM值。实验证明,该算法在视觉效果和SSIM、PSNR评分等方面均优于现有方法,并且具有良好的实时性。 展开更多
关键词 点画 超像素 颜色背包算法 泊松圆盘采样
在线阅读 下载PDF
A Hybrid Parallel Multi-Objective Genetic Algorithm for 0/1 Knapsack Problem 被引量:3
8
作者 Sudhir B. Jagtap Subhendu Kumar Pani Ganeshchandra Shinde 《Journal of Software Engineering and Applications》 2011年第5期316-319,共4页
In this paper a hybrid parallel multi-objective genetic algorithm is proposed for solving 0/1 knapsack problem. Multi-objective problems with non-convex and discrete Pareto front can take enormous computation time to ... In this paper a hybrid parallel multi-objective genetic algorithm is proposed for solving 0/1 knapsack problem. Multi-objective problems with non-convex and discrete Pareto front can take enormous computation time to converge to the true Pareto front. Hence, the classical multi-objective genetic algorithms (MOGAs) (i.e., non- Parallel MOGAs) may fail to solve such intractable problem in a reasonable amount of time. The proposed hybrid model will combine the best attribute of island and Jakobovic master slave models. We conduct an extensive experimental study in a multi-core system by varying the different size of processors and the result is compared with basic parallel model i.e., master-slave model which is used to parallelize NSGA-II. The experimental results confirm that the hybrid model is showing a clear edge over master-slave model in terms of processing time and approximation to the true Pareto front. 展开更多
关键词 Multi-Objective Genetic algorithm PARALLEL Processing Techniques NSGA-II 0/1 knapsack Problem TRIGGER MODEL CONE Separation MODEL Island MODEL
在线阅读 下载PDF
加性组合在若干经典组合优化问题中的应用
9
作者 陈林 《运筹学学报(中英文)》 北大核心 2025年第3期202-222,共21页
我们考察组合优化中的若干基础问题,包括背包问题、子集和问题以及卷积问题。我们希望探索这些问题运行时间最优的算法,即在某些广为接受的复杂性假设下该算法的运行时间应当是(几乎)最优的。最近几年,利用加性组合对经典组合优化问题... 我们考察组合优化中的若干基础问题,包括背包问题、子集和问题以及卷积问题。我们希望探索这些问题运行时间最优的算法,即在某些广为接受的复杂性假设下该算法的运行时间应当是(几乎)最优的。最近几年,利用加性组合对经典组合优化问题的算法研究取得了重要的进展,特别地,对背包与子集和问题的若干变种,研究者们得到了运行时间与复杂性下界几乎一致的伪多项式时间算法和多项式时间近似方案。本文将选择其中具有代表性的若干成果展开综述,旨在展示目前已经被研究者们所注意到的加性组合定理与离散优化问题间的联系。特别地,我们将探讨:(ⅰ)有限加和定理及其在背包问题与子集和问题中的应用;(ⅱ) S zemerédi-Vu和集定理及其在子集和问题中的应用;(ⅲ) Balog-Szemerédi-Gowers定理及其在有解单调卷积问题中的应用。 展开更多
关键词 伪多项式时间算法 多项式时间近似方案 背包 子集和 加性组合
在线阅读 下载PDF
求解多维背包问题的启发式算法研究
10
作者 马冯艳 《信息与电脑》 2025年第16期127-129,共3页
文章针对多维背包问题(Multi-Dimensional Knapsack Problem,MKP)的求解困难,提出了一种混合启发式算法(Hybrid Heuristic Algorithm for Multi-Dimensional Knapsack Problem,HHA-MKP)。该算法结合了改进的遗传算法(Genetic Algorithm,... 文章针对多维背包问题(Multi-Dimensional Knapsack Problem,MKP)的求解困难,提出了一种混合启发式算法(Hybrid Heuristic Algorithm for Multi-Dimensional Knapsack Problem,HHA-MKP)。该算法结合了改进的遗传算法(Genetic Algorithm,GA)与动态邻域搜索策略(Dynamic Neighborhood Search Strategy,DNS)。在OR-Library标准测试集上的实验表明,HHA-MKP在50个测试实例中取得45个最优解,平均求解时间较传统遗传算法缩短38.7%。在高维实例(样本数量为500,特征数量为10)的测试中,该算法的工程实用性得到了验证。 展开更多
关键词 多维背包问题 启发式算法 混合算法
在线阅读 下载PDF
融合盈亏拿取策略的改进遗传算法求解TTP
11
作者 江晓菊 谭代伦 冯世强 《计算机应用研究》 北大核心 2025年第8期2408-2415,共8页
旅行小偷问题(TTP)是由旅行商问题(TSP)和背包问题(KP)复合而成的一类新型组合优化问题,其优化模型涵盖了两类问题的约束条件,也继承了两类问题的计算难度。针对TTP,提出了一种融合盈亏拿取策略的改进遗传算法。对任意旅行商回路上的物... 旅行小偷问题(TTP)是由旅行商问题(TSP)和背包问题(KP)复合而成的一类新型组合优化问题,其优化模型涵盖了两类问题的约束条件,也继承了两类问题的计算难度。针对TTP,提出了一种融合盈亏拿取策略的改进遗传算法。对任意旅行商回路上的物品列表,定义了超值物品并采取必拿策略,对剩余物品定义了亏本物品并予以剔除,对剔除后的剩余物品引入了双评分计算公式,并按混合排序策略进行综合排序,再依序选入背包,整个处理过程构成盈亏拿取策略。对于遗传算法,设计近邻域搜索和截断交换的种群初始化策略以提升初始种群的质量;采用随机遍历抽样选择算子、部分匹配的交叉算子、二次变异算子以强化优胜劣汰和维护种群的多样性;增加重插入算子以保持种群稳定。仿真实验表明,改进策略明显提升了算法性能,对算例的求解结果达到预期,改进算法具有良好的寻优能力和稳定性。 展开更多
关键词 旅行商问题 背包问题 旅行小偷问题 改进遗传算法 盈亏拿取策略
在线阅读 下载PDF
基于新修复优化算子的改进环论优化算法求解多维背包问题
12
作者 张寒崧 贺毅朝 +2 位作者 孙菲 陈国新 陈炬 《计算机应用》 北大核心 2025年第5期1595-1604,共10页
为了利用环论优化算法(RTEA)高效求解多维背包问题(MKP),在分析已有修复优化算子——基于物品整体资源消耗伪效用比的修复优化算子RO1和基于物品各维度资源消耗价值密度的修复优化算子RO3不足的基础上,结合互补策略提出一种新的修复优... 为了利用环论优化算法(RTEA)高效求解多维背包问题(MKP),在分析已有修复优化算子——基于物品整体资源消耗伪效用比的修复优化算子RO1和基于物品各维度资源消耗价值密度的修复优化算子RO3不足的基础上,结合互补策略提出一种新的修复优化算子——加权修复优化算子RO4。随后,引入继承策略改进RTEA的全局进化算子,并基于Logistic模型提出适用于MKP的自适应反向变异算子,由此提出了求解MKP的算法IRTEA-RO4。为验证IRTEA-RO4的高效性,利用它求解MKP的114个国际通用基准实例,并与已有求解MKP的6个较先进算法进行比较,结果表明:对于小规模MKP实例,IRTEA-RO4的求解精度和求解速度均为最佳;对于大规模MKP实例,IRTEARO4求得的最好结果比6个对比算法的最好结果提高了21%~125%,而且平均性能与稳定性更优,计算速度更快。 展开更多
关键词 环论优化算法 多维背包问题 加权伪效用比 继承策略 LOGISTIC模型
在线阅读 下载PDF
自适应复合转换函数的二进制电鳗觅食优化算法
13
作者 李牧元 刘建华 +1 位作者 力尚龙 吴炳南 《计算机工程与应用》 北大核心 2025年第12期107-119,共13页
电鳗觅食优化算法是近年提出的元启发式优化算法,用于求解连续优化问题,并且应用在各种工程问题中。然而现实中许多优化问题是离散的,这就需要提出算法的二进制版本。研究者通常使用转换函数将连续解转换为离散解,用于求解离散优化问题... 电鳗觅食优化算法是近年提出的元启发式优化算法,用于求解连续优化问题,并且应用在各种工程问题中。然而现实中许多优化问题是离散的,这就需要提出算法的二进制版本。研究者通常使用转换函数将连续解转换为离散解,用于求解离散优化问题,但传统的S型转换函数易于发散难以收敛,而V型转换函数易于陷入局部最优难以跳出。针对上述问题,设计出一种自适应的V型转换函数,并利用电鳗能量因子将S型与自适应V型转换函数融合,提出一种自适应复合型转换函数用于电鳗算法的二值化。此外由于电鳗算法在休息和狩猎阶段缺乏局部多样性,及其在交互和迁徙阶段存在过早收敛,进一步对电鳗优化算法进行了改进。算法在交互阶段增加权重控制因子,发挥S型转换函数的发散特性,增强全局搜索能力;在迁徙阶段施加鞭策因子,约束电鳗的行为,避免过早收敛陷入局部最优;在休息、狩猎阶段增加随机因子提高局部多样性。通过35个背包问题数据实例上的收敛、均值及消融等实验,其结果证明了提出的二进制电鳗觅食优化算法的有效性。 展开更多
关键词 二进制电鳗觅食优化算法 转换函数 复合型转换函数 背包问题
在线阅读 下载PDF
Simulated Annealing for the 0/1 Multidimensional Knapsack Problem
14
作者 Fubin Qian Rui Ding 《Numerical Mathematics A Journal of Chinese Universities(English Series)》 SCIE 2007年第4期320-327,共8页
In this paper a simulated annealing(SA)algorithm is presented for the 0/1 mul- tidimensional knapsack problem.Problem-specific knowledge is incorporated in the algorithm description and evaluation of parameters in ord... In this paper a simulated annealing(SA)algorithm is presented for the 0/1 mul- tidimensional knapsack problem.Problem-specific knowledge is incorporated in the algorithm description and evaluation of parameters in order to look into the perfor- mance of finite-time implementations of SA.Computational results show that SA per- forms much better than a genetic algorithm in terms of solution time,whilst having a modest loss of solution quality. 展开更多
关键词 模拟退火 运算法则 静态冷却表 执行时间
在线阅读 下载PDF
Uncertain bilevel knapsack problem and its solution
15
作者 Junjie Xue Ying Wang Jiyang Xiao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2017年第4期717-724,共8页
This paper aims at providing an uncertain bilevel knapsack problem (UBKP) model, which is a type of BKPs involving uncertain variables. And then an uncertain solution for the UBKP is proposed by defining PE Nash equil... This paper aims at providing an uncertain bilevel knapsack problem (UBKP) model, which is a type of BKPs involving uncertain variables. And then an uncertain solution for the UBKP is proposed by defining PE Nash equilibrium and PE Stackelberg Nash equilibrium. In order to improve the computational efficiency of the uncertain solution, several operators (binary coding distance, inversion operator, explosion operator and binary back learning operator) are applied to the basic fireworks algorithm to design the binary backward fireworks algorithm (BBFWA), which has a good performance in solving the BKP. As an illustration, a case study of the UBKP model and the P-E uncertain solution is applied to an armaments transportation problem. 展开更多
关键词 UNCERTAINTY bilevel programming knapsack problem binary backward fireworks algorithm
在线阅读 下载PDF
A Novel Method for Solving Unbounded Knapsack Problem
16
作者 CHEN Rung-Ching LIN Ming-Hsian 《中国管理信息化》 2009年第15期57-60,共4页
Knapsack problem is one kind of NP-Complete problem. Unbounded knapsack problems are more complex and harder than general knapsack problem. In this paper,we apply QGAs (Quantum Genetic Algorithms) to solve unbounded k... Knapsack problem is one kind of NP-Complete problem. Unbounded knapsack problems are more complex and harder than general knapsack problem. In this paper,we apply QGAs (Quantum Genetic Algorithms) to solve unbounded knapsack problem and then follow other procedures. First,present the problem into the mode of QGAs and figure out the corresponding genes types and their fitness functions. Then,find the perfect combination of limitation and largest benefit. Finally,the best solution will be found. Primary experiment indicates that our method has well results. 展开更多
关键词 背包问题 信息化建设 遗传算法 量子学
在线阅读 下载PDF
多维背包问题的启发式算法研究探讨 被引量:3
17
作者 王丽娜 陆芷 《软件》 2024年第2期34-36,共3页
多维背包问题是NP难组合优化问题,其模型及算法近年来在众多领域得到了广泛应用。本文主要探讨多维背包问题的启发式求解算法,通过对相关文献进行研究,阐述现有算法的优缺点,针对多维背包问题设计更高效的启发式求解算法,为其提供新的... 多维背包问题是NP难组合优化问题,其模型及算法近年来在众多领域得到了广泛应用。本文主要探讨多维背包问题的启发式求解算法,通过对相关文献进行研究,阐述现有算法的优缺点,针对多维背包问题设计更高效的启发式求解算法,为其提供新的思路和参考。 展开更多
关键词 多维背包问题 组合优化 启发式算法
在线阅读 下载PDF
Multi-Knapsack Model of Collaborative Portfolio Configurations in Multi-Strategy Oriented
18
作者 Shujuan Luo Sijun Bai Suike Li 《American Journal of Operations Research》 2015年第5期401-408,共8页
Aiming at constructing the multi-knapsack model of collaborative portfolio configurations in multi-strategy oriented, the hybrid evolutionary algorithm was designed based on greedy method, combining with the organizat... Aiming at constructing the multi-knapsack model of collaborative portfolio configurations in multi-strategy oriented, the hybrid evolutionary algorithm was designed based on greedy method, combining with the organization of the multiple strategical guidance and multi-knapsack model. Furthermore, the organizing resource utility and risk management of portfolio were considered. The experiments were conducted on three main technological markets which contain communication, transportation and industry. The results demonstrated that the proposed model and algorithm were feasible and reliable. 展开更多
关键词 MULTI knapsack Model MULTI STRATEGY COLLABORATIVE PORTFOLIO Evolutionary algorithm
暂未订购
一种基于差异演化算法求解折扣{0-1}背包问题的应用研究
19
作者 张光桃 梅妍玭 《扬州职业大学学报》 2024年第3期42-46,共5页
折扣{0-1}背包问题(Discounted(0-1)Knapsack Problem,D{0-1}KP)是一个经典的组合优化问题。将差异演化算法中实数编码映射为整数编码,进一步完善约束条件,求得D{0-1}KP最优解,并使用动态规划算法对改进算法进行验证,验证结果表明,改进... 折扣{0-1}背包问题(Discounted(0-1)Knapsack Problem,D{0-1}KP)是一个经典的组合优化问题。将差异演化算法中实数编码映射为整数编码,进一步完善约束条件,求得D{0-1}KP最优解,并使用动态规划算法对改进算法进行验证,验证结果表明,改进后的差异演化算法能够用于求解数据规模大的D{0-1}KP,并能够得到适应度最高的最优个体,即最优解。在验证之后对差异演化算法中两个重要参数进行测试取值,得出使用差异演化算法求解D{0-1}KP收敛速度快、稳定性好的参数取值范围。 展开更多
关键词 背包问题 差异演化算法 编码映射 适应度
在线阅读 下载PDF
增强型群论优化算法求解折扣{0-1}背包问题 被引量:1
20
作者 张寒崧 贺毅朝 +2 位作者 王静红 孙菲 李明亮 《计算机科学与探索》 CSCD 北大核心 2024年第6期1526-1542,共17页
群论优化算法(GTOA)是基于群论方法提出的一个离散演化算法,非常适于求解以整型向量为可行解的组合优化问题。为了进一步提高GTOA求解折扣{0-1}背包问题(D{0-1}KP)的性能,首先指出了它的随机线性组合算子(RLCO)未能充分考虑当前个体位... 群论优化算法(GTOA)是基于群论方法提出的一个离散演化算法,非常适于求解以整型向量为可行解的组合优化问题。为了进一步提高GTOA求解折扣{0-1}背包问题(D{0-1}KP)的性能,首先指出了它的随机线性组合算子(RLCO)未能充分考虑当前个体位置信息的不足,基于个体基因保留策略对其进行改进。然后,在随机反向变异算子(IRMO)中引入增强0分量变异策略,用于处理因个体0分量无法及时变异而导致的解的质量下降、种群多样性降低等问题。在改进上述两个算子的基础上,提出了增强型GTOA(EGTOA),并基于它给出求解D{0-1}KP的新方法。随后,将改进策略应用于二进制GTOA(GTOA-2),提出了增强型GTOA-2(EGTOA-2)及其求解D{0-1}KP的新方法。为了验证EGTOA和EGTOA-2的性能提高程度与优异性,分别利用它们求解四类大规模D{0-1}KP实例,通过与GTOA、GTOA-2以及求解D{0-1}KP的已有8个最先进算法的比较表明:EGTOA和EGTOA-2求得最优解的能力比GTOA和GTOA-2提高了至少1.14倍,比8个最先进算法提高了5%~60%,它们的平均性能比GTOA、GTOA-2以及8个最先进算法的性能更佳。因此,EGTOA和EGTOA-2是当前求解D{0-1}KP的最佳算法。 展开更多
关键词 群论优化算法 组合优化问题 折扣{0-1}背包问题 随机变异
在线阅读 下载PDF
上一页 1 2 28 下一页 到第
使用帮助 返回顶部