期刊文献+
共找到450篇文章
< 1 2 23 >
每页显示 20 50 100
Non-Markovian dynamical solver for efficient combinatorial optimization
1
作者 Haijie Xu Zhe Yuan 《Chinese Physics B》 2026年第2期583-590,共8页
We incorporate a non-Markovian feedback mechanism into the simulated bifurcation method for dynamical solvers addressing combinatorial optimization problems.By reinjecting a portion of dissipated kinetic energy into e... We incorporate a non-Markovian feedback mechanism into the simulated bifurcation method for dynamical solvers addressing combinatorial optimization problems.By reinjecting a portion of dissipated kinetic energy into each spin in a history-dependent and trajectory-informed manner,the method effectively suppresses early freezing induced by inelastic boundaries and enhances the system's ability to explore complex energy landscapes.Numerical results on the maximum cut(MAX-CUT)instances of fully connected Sherrington–Kirkpatrick(SK)spin glass models,including the 2000-spin K_(2000)benchmark,demonstrate that the non-Markovian algorithm significantly improves both solution quality and convergence speed.Tests on randomly generated SK instances with 100 to 1000 spins further indicate favorable scalability and substantial gains in computational efficiency.Moreover,the proposed scheme is well suited for massively parallel hardware implementations,such as field-programmable gate arrays,providing a practical and scalable approach for solving large-scale combinatorial optimization problems. 展开更多
关键词 non-Markovian dynamics simulated bifurcation combinatorial optimization maximum cut(MAX-CUT)problem spin glass
原文传递
Quafu-Qcover:Explore combinatorial optimization problems on cloud-based quantum computers 被引量:1
2
作者 许宏泽 庄伟峰 +29 位作者 王正安 黄凯旋 时运豪 马卫国 李天铭 陈驰通 许凯 冯玉龙 刘培 陈墨 李尚书 杨智鹏 钱辰 靳羽欣 马运恒 肖骁 钱鹏 顾炎武 柴绪丹 普亚南 张翼鹏 魏世杰 增进峰 李行 龙桂鲁 金贻荣 于海峰 范桁 刘东 胡孟军 《Chinese Physics B》 SCIE EI CAS CSCD 2024年第5期104-115,共12页
We introduce Quafu-Qcover,an open-source cloud-based software package developed for solving combinatorial optimization problems using quantum simulators and hardware backends.Quafu-Qcover provides a standardized and c... We introduce Quafu-Qcover,an open-source cloud-based software package developed for solving combinatorial optimization problems using quantum simulators and hardware backends.Quafu-Qcover provides a standardized and comprehensive workflow that utilizes the quantum approximate optimization algorithm(QAOA).It facilitates the automatic conversion of the original problem into a quadratic unconstrained binary optimization(QUBO)model and its corresponding Ising model,which can be subsequently transformed into a weight graph.The core of Qcover relies on a graph decomposition-based classical algorithm,which efficiently derives the optimal parameters for the shallow QAOA circuit.Quafu-Qcover incorporates a dedicated compiler capable of translating QAOA circuits into physical quantum circuits that can be executed on Quafu cloud quantum computers.Compared to a general-purpose compiler,our compiler demonstrates the ability to generate shorter circuit depths,while also exhibiting superior speed performance.Additionally,the Qcover compiler has the capability to dynamically create a library of qubits coupling substructures in real-time,utilizing the most recent calibration data from the superconducting quantum devices.This ensures that computational tasks can be assigned to connected physical qubits with the highest fidelity.The Quafu-Qcover allows us to retrieve quantum computing sampling results using a task ID at any time,enabling asynchronous processing.Moreover,it incorporates modules for results preprocessing and visualization,facilitating an intuitive display of solutions for combinatorial optimization problems.We hope that Quafu-Qcover can serve as an instructive illustration for how to explore application problems on the Quafu cloud quantum computers. 展开更多
关键词 quantum cloud platform combinatorial optimization problems quantum software
原文传递
Optimization of Linear Sequence-controlled Copolymers for Maximizing Adsorption Capacity
3
作者 Sheng-Da Zhao Qiu-Ju Chen +2 位作者 Zhi-Xin Liu Quan-Xiao Dong Xing-Hua Zhang 《Chinese Journal of Polymer Science》 2025年第10期1739-1748,共10页
The optimization of polymer structures aims to determine an optimal sequence or topology that achieves a given target property or structural performance.This inverse design problem involves searching within a vast com... The optimization of polymer structures aims to determine an optimal sequence or topology that achieves a given target property or structural performance.This inverse design problem involves searching within a vast combinatorial phase space defined by components,se-quences,and topologies,and is often computationally intractable due to its NP-hard nature.At the core of this challenge lies the need to evalu-ate complex correlations among structural variables,a classical problem in both statistical physics and combinatorial optimization.To address this,we adopt a mean-field approach that decouples direct variable-variable interactions into effective interactions between each variable and an auxiliary field.The simulated bifurcation(SB)algorithm is employed as a mean-field-based optimization framework.It constructs a Hamiltonian dynamical system by introducing generalized momentum fields,enabling efficient decoupling and dynamic evolution of strongly coupled struc-tural variables.Using the sequence optimization of a linear copolymer adsorbing on a solid surface as a case study,we demonstrate the applica-bility of the SB algorithm to high-dimensional,non-differentiable combinatorial optimization problems.Our results show that SB can efficiently discover polymer sequences with excellent adsorption performance within a reasonable computational time.Furthermore,it exhibits robust con-vergence and high parallel scalability across large design spaces.The approach developed in this work offers a new computational pathway for polymer structure optimization.It also lays a theoretical foundation for future extensions to topological design problems,such as optimizing the number and placement of side chains,as well as the co-optimization of sequence and topology. 展开更多
关键词 combinatorial optimization Optimal design Sequence design copOLYMER Adsorption problem
原文传递
MODS: A Novel Metaheuristic of Deterministic Swapping for the Multi-Objective Optimization of Combinatorials Problems
4
作者 Elias David Nifio Ruiz Carlos Julio Ardila Hemandez +2 位作者 Daladier Jabba Molinares Agustin Barrios Sarmiento Yezid Donoso Meisel 《Computer Technology and Application》 2011年第4期280-292,共13页
This paper states a new metaheuristic based on Deterministic Finite Automata (DFA) for the multi - objective optimization of combinatorial problems. First, a new DFA named Multi - Objective Deterministic Finite Auto... This paper states a new metaheuristic based on Deterministic Finite Automata (DFA) for the multi - objective optimization of combinatorial problems. First, a new DFA named Multi - Objective Deterministic Finite Automata (MDFA) is defined. MDFA allows the representation of the feasible solutions space of combinatorial problems. Second, it is defined and implemented a metaheuritic based on MDFA theory. It is named Metaheuristic of Deterministic Swapping (MODS). MODS is a local search strategy that works using a MDFA. Due to this, MODS never take into account unfeasible solutions. Hence, it is not necessary to verify the problem constraints for a new solution found. Lastly, MODS is tested using well know instances of the Bi-Objective Traveling Salesman Problem (TSP) from TSPLIB. Its results were compared with eight Ant Colony inspired algorithms and two Genetic algorithms taken from the specialized literature. The comparison was made using metrics such as Spacing, Generational Distance, Inverse Generational Distance and No-Dominated Generation Vectors. In every case, the MODS results on the metrics were always better and in some of those cases, the superiority was 100%. 展开更多
关键词 METAHEURISTIC deterministic finite automata combinatorial problem multi - objective optimization metrics.
在线阅读 下载PDF
Graph Guide Diffusion Solvers with Noises for Travelling Salesman Problem
5
作者 Yan Kong Xinpeng Guo Chih-Hsien Hsia 《Computers, Materials & Continua》 2026年第3期689-707,共19页
With the development of technology,diffusion model-based solvers have shown significant promise in solving Combinatorial Optimization(CO)problems,particularly in tackling Non-deterministic Polynomial-time hard(NP-hard... With the development of technology,diffusion model-based solvers have shown significant promise in solving Combinatorial Optimization(CO)problems,particularly in tackling Non-deterministic Polynomial-time hard(NP-hard)problems such as the Traveling Salesman Problem(TSP).However,existing diffusion model-based solvers typically employ a fixed,uniform noise schedule(e.g.,linear or cosine annealing)across all training instances,failing to fully account for the unique characteristics of each problem instance.To address this challenge,we present GraphGuided Diffusion Solvers(GGDS),an enhanced method for improving graph-based diffusion models.GGDS leverages Graph Neural Networks(GNNs)to capture graph structural information embedded in node coordinates and adjacency matrices,dynamically adjusting the noise levels in the diffusion model.This study investigates the TSP by examining two distinct time-step noise generation strategies:cosine annealing and a Neural Network(NN)-based approach.We evaluate their performance across different problem scales,particularly after integrating graph structural information.Experimental results indicate that GGDS outperforms previous methods with average performance improvements of 18.7%,6.3%,and 88.7%on TSP-500,TSP-100,and TSP-50,respectively.Specifically,GGDS demonstrates superior performance on TSP-500 and TSP-50,while its performance on TSP-100 is either comparable to or slightly better than that of previous methods,depending on the chosen noise schedule and decoding strategy. 展开更多
关键词 combinatorial optimization problem diffusion model noise schedule traveling salesman problem
在线阅读 下载PDF
Hybrid Optimization Algorithm Based on Wolf Pack Search and Local Search for Solving Traveling Salesman Problem 被引量:13
6
作者 DONG Ruyi WANG Shengsheng +1 位作者 WANG Guangyao WANG Xinying 《Journal of Shanghai Jiaotong university(Science)》 EI 2019年第1期41-47,共7页
Traveling salesman problem(TSP) is one of the typical NP-hard problems, and it has been used in many engineering applications. However, the previous swarm intelligence(SI) based algorithms for TSP cannot coordinate wi... Traveling salesman problem(TSP) is one of the typical NP-hard problems, and it has been used in many engineering applications. However, the previous swarm intelligence(SI) based algorithms for TSP cannot coordinate with the exploration and exploitation abilities and are easily trapped into local optimum. In order to deal with this situation, a new hybrid optimization algorithm based on wolf pack search and local search(WPS-LS)is proposed for TSP. The new method firstly simulates the predatory process of wolf pack from the broad field to a specific place so that it allows for a search through all possible solution spaces and prevents wolf individuals from getting trapped into local optimum. Then, local search operation is used in the algorithm to improve the speed of solving and the accuracy of solution. The test of benchmarks selected from TSPLIB shows that the results obtained by this algorithm are better and closer to the theoretical optimal values with better robustness than those obtained by other methods. 展开更多
关键词 TRAVELING SALESMAN problem(TSP) SWARM intelligence(SI) WOLF PACK search(WPS) combinatorial optimization
原文传递
Application of the edge of chaos in combinatorial optimization
7
作者 Yanqing Tang Nayue Zhang +2 位作者 Ping Zhu Minghu Fang Guoguang He 《Chinese Physics B》 SCIE EI CAS CSCD 2021年第10期199-206,共8页
Many problems in science,engineering and real life are related to the combinatorial optimization.However,many combinatorial optimization problems belong to a class of the NP-hard problems,and their globally optimal so... Many problems in science,engineering and real life are related to the combinatorial optimization.However,many combinatorial optimization problems belong to a class of the NP-hard problems,and their globally optimal solutions are usually difficult to solve.Therefore,great attention has been attracted to the algorithms of searching the globally optimal solution or near-optimal solution for the combinatorial optimization problems.As a typical combinatorial optimization problem,the traveling salesman problem(TSP)often serves as a touchstone for novel approaches.It has been found that natural systems,particularly brain nervous systems,work at the critical region between order and disorder,namely,on the edge of chaos.In this work,an algorithm for the combinatorial optimization problems is proposed based on the neural networks on the edge of chaos(ECNN).The algorithm is then applied to TSPs of 10 cities,21 cities,48 cities and 70 cities.The results show that ECNN algorithm has strong ability to drive the networks away from local minimums.Compared with the transiently chaotic neural network(TCNN),the stochastic chaotic neural network(SCNN)algorithms and other optimization algorithms,much higher rates of globally optimal solutions and near-optimal solutions are obtained with ECNN algorithm.To conclude,our algorithm provides an effective way for solving the combinatorial optimization problems. 展开更多
关键词 edge of chaos chaotic neural networks combinatorial optimization travelling salesman problem
原文传递
An Adaptive Hybrid Metaheuristic for Solving the Vehicle Routing Problem with Time Windows under Uncertainty
8
作者 Manuel J.C.S.Reis 《Computers, Materials & Continua》 2025年第11期3023-3039,共17页
The Vehicle Routing Problem with Time Windows(VRPTW)presents a significant challenge in combinatorial optimization,especially under real-world uncertainties such as variable travel times,service durations,and dynamic ... The Vehicle Routing Problem with Time Windows(VRPTW)presents a significant challenge in combinatorial optimization,especially under real-world uncertainties such as variable travel times,service durations,and dynamic customer demands.These uncertainties make traditional deterministic models inadequate,often leading to suboptimal or infeasible solutions.To address these challenges,this work proposes an adaptive hybrid metaheuristic that integrates Genetic Algorithms(GA)with Local Search(LS),while incorporating stochastic uncertainty modeling through probabilistic travel times.The proposed algorithm dynamically adjusts parameters—such as mutation rate and local search probability—based on real-time search performance.This adaptivity enhances the algorithm’s ability to balance exploration and exploitation during the optimization process.Travel time uncertainties are modeled using Gaussian noise,and solution robustness is evaluated through scenario-based simulations.We test our method on a set of benchmark problems from Solomon’s instance suite,comparing its performance under deterministic and stochastic conditions.Results show that the proposed hybrid approach achieves up to a 9%reduction in expected total travel time and a 40% reduction in time window violations compared to baseline methods,including classical GA and non-adaptive hybrids.Additionally,the algorithm demonstrates strong robustness,with lower solution variance across uncertainty scenarios,and converges faster than competing approaches.These findings highlight the method’s suitability for practical logistics applications such as last-mile delivery and real-time transportation planning,where uncertainty and service-level constraints are critical.The flexibility and effectiveness of the proposed framework make it a promising candidate for deployment in dynamic,uncertainty-aware supply chain environments. 展开更多
关键词 Vehicle routing problem with time windows(VRPTW) hybrid metaheuristic genetic algorithm local search uncertainty modeling stochastic optimization adaptive algorithms combinatorial optimization transportation and logistics robust scheduling
在线阅读 下载PDF
基于分块策略的二维装箱问题求解
9
作者 赵向领 苏坛杰 +2 位作者 秦雪 李朝阳 陈晓刚 《包装工程》 北大核心 2026年第1期111-121,共11页
目的提升条带型容器二维装箱问题的空间利用率和算法效率,支持物流、制造等复杂装载场景下的资源优化。方法提出基于分块和分层叠加的两阶段优化算法。第1阶段为分块策略,以最小分块数量和最大所有分块长度之和为目标,依据条带型容器长... 目的提升条带型容器二维装箱问题的空间利用率和算法效率,支持物流、制造等复杂装载场景下的资源优化。方法提出基于分块和分层叠加的两阶段优化算法。第1阶段为分块策略,以最小分块数量和最大所有分块长度之和为目标,依据条带型容器长度,把容器分割成多块,并关联每块与某一待装物品的长度。第2阶段为单块组装策略,引入动态分层叠加机制,建立单块组装算法。结果采用17组经典Benchmark数据,与自适应分块策略、Gurobi求解器进行对比,所提算法的平均求解时间仅为0.10s,自适应分块策略需要0.97s,Gurobi需要1285.15s;所提算法的面积利用率为85.06%,自适应分块策略为72.96%,Gurobi为72.91%,可见效率显著提升。该算法以0.51s的平均运行时间实现了面积利用率84.70%,标准差为0.56,优于多数对比算法。测试了5组航空货运实际案例,最多有565件货物,规划时间仅为2.81s,满足工业实时性需求。结论所提出的分块、分层叠加两阶段算法兼顾了分配效果与效率,适用于实时性和可靠性要求较高的工业应用,可为复杂物流装载优化提供有效支持。 展开更多
关键词 二维装箱问题 分块策略 面积利用率 组合优化 启发式算法
在线阅读 下载PDF
混合粒子群优化算法求解带时间窗的车辆路径规划问题
10
作者 周璐辉 岳雪芝 《计算机应用》 北大核心 2026年第1期181-187,共7页
为了高效解决带时间窗的车辆路径规划问题(VRPTW),提出一种混合粒子群优化(HPSO)算法。该算法采用部分匹配交叉(PMX)替代传统粒子更新方式,结合最劣近邻粒子选择与轮盘赌机制增强多样性,并通过动态权重调整策略平衡全局探索与局部开发能... 为了高效解决带时间窗的车辆路径规划问题(VRPTW),提出一种混合粒子群优化(HPSO)算法。该算法采用部分匹配交叉(PMX)替代传统粒子更新方式,结合最劣近邻粒子选择与轮盘赌机制增强多样性,并通过动态权重调整策略平衡全局探索与局部开发能力;设计融合2-opt翻转、顺序插入和交换操作的变邻域搜索(VNS)优化解质量,并基于贪婪算法快速生成优质初始解。实验结果表明,在Solomon标准测试集上,HPSO算法在25和50个顾客的数据集中的69%的测试问题上的解与已知最优解差距保持在1%以内,在100个顾客的C类测试问题上几乎接近最优解结果,表明它在求解复杂VRPTW上的有效性和竞争力;在100个顾客的数据集上,相较于邻域综合学习粒子群(NCLPSO)算法,HPSO算法在RC102测试问题上标准差至少降低2.4%,在C101和R101测试问题上的收敛速度平均提升了41%(59%和23%)。HPSO算法通过多策略协同优化,能显著提升复杂VRPTW的求解精度、收敛效率与鲁棒性。 展开更多
关键词 粒子群优化算法 路径规划 时间窗 变邻域搜索 组合优化问题
在线阅读 下载PDF
基于myRIO-1900实现2704个自旋的伊辛机
11
作者 陈志乐 陆平平 +3 位作者 郝树宏 时培新 谢晨阳 王东 《量子电子学报》 北大核心 2026年第1期99-109,共11页
伊辛机是一种基于伊辛模型解决组合优化问题的计算机器,其中基于时分复用马赫-曾德尔调制器(MZM)的相干伊辛机其光学部分较为简单,但是反馈控制电路比较复杂。本文利用NI myRIO-1900模块,实现了MZM伊辛机电路系统中AD、DA和FPGA等硬件... 伊辛机是一种基于伊辛模型解决组合优化问题的计算机器,其中基于时分复用马赫-曾德尔调制器(MZM)的相干伊辛机其光学部分较为简单,但是反馈控制电路比较复杂。本文利用NI myRIO-1900模块,实现了MZM伊辛机电路系统中AD、DA和FPGA等硬件的集成,并用LabVIEW软件实现无线编程控制,使得MZM伊辛机变得更加易于使用。对反铁磁方格模型的实验结果表明,该伊辛机利用系统自身电路噪声可实现自旋分岔,找到100个自旋的基态时间为1.25 s,最高可找到1156个自旋的基态;加入随机噪声后,最高可实现2704个自旋的基态搜索。该伊辛机在解决实际组合优化问题方面具有潜在的应用价值。 展开更多
关键词 光计算 相干伊辛机 非线性动力学 组合优化问题 马赫曾德尔调制器 噪声
在线阅读 下载PDF
面向组合优化问题的图神经网络研究进展
12
作者 朱叶 丁苍峰 +1 位作者 曹博浩 陈科鑫 《计算机科学与探索》 北大核心 2026年第2期367-385,共19页
组合优化作为数学优化领域的重要分支,致力于在有限离散解空间中寻找最优解,其在计算机科学、数学、经济学等多个领域中广泛运用。然而,随着问题规模的扩大,传统求解方法面临巨大挑战。近年来,机器学习技术的迅猛发展为组合优化研究带... 组合优化作为数学优化领域的重要分支,致力于在有限离散解空间中寻找最优解,其在计算机科学、数学、经济学等多个领域中广泛运用。然而,随着问题规模的扩大,传统求解方法面临巨大挑战。近年来,机器学习技术的迅猛发展为组合优化研究带来新契机,尤其是图神经网络凭借其强大的结构建模能力与特征学习优势,成为解决组合优化问题的热门研究方向。为此,系统开展了图神经网络在组合优化问题中的应用研究。从组合优化问题的图表示出发,全面介绍了普通图神经网络、二部图神经网络、三部图神经网络以及超图神经网络等核心模型与算法,深入分析了其在解决具体组合优化问题场景中的应用策略与实际效果。对现有研究成果进行系统梳理与总结,客观评估了各类方法在实际应用中的优点与局限性。针对图神经网络在解决组合优化问题时存在的模型泛化性不足、可解释性差等问题,提出了未来可能的研究方向,期望为该领域的进一步发展提供新的思路与启发。 展开更多
关键词 组合优化问题 图神经网络 混合整数线性规划 旅行商问题
在线阅读 下载PDF
Programmable optoelectronic Ising machine foroptimization of real-world problems
13
作者 Zhewen Hu Yanbo Ren +6 位作者 Yao Meng Tiejun Wang Yanchen Jiang Miaomiao Wei Ye Xiao Zhentong Li Ming Li 《Light: Science & Applications》 2026年第1期231-241,共11页
Ising machines offer a paradigm shift from traditional computing methods, tackling complex combinatorialoptimization problems (COPs). Despite the proliferation of various Ising machine implementations, their applicati... Ising machines offer a paradigm shift from traditional computing methods, tackling complex combinatorialoptimization problems (COPs). Despite the proliferation of various Ising machine implementations, their application tosolve real-world COPs has been limited. Here, we introduce a high-performance optoelectronic Ising machine (OEIM),based on optoelectronic parametric oscillators, that represents a significant advancement in this field. With 4096 Isingspins, arbitrary coupling capabilities, and unparalleled long-term stability, our OEIM outperforms traditional computingapproaches in both accuracy and speed. By solving the benchmark maximum cut problem, we demonstrate itssuperior performance. More importantly, we apply the OEIM to a real-world traffic optimization problem, using realtraffic data and a classical traffic model, and achieve results that far surpass those of conventional computers. This worknot only validates the OEIM’s capability to solve complex practical challenges but also heralds a new era in real-timetraffic management, where high-performance optoelectronic Ising machines enable rapid and efficient solutions tocritical societal issues. 展开更多
关键词 combinatorial optimization problems traffic optimization optoelectronic parametric oscillators traditional computing methods isingspins ising machine optoelectronic ising machine
原文传递
Binary Fruit Fly Swarm Algorithms for the Set Covering Problem 被引量:1
14
作者 Broderick Crawford Ricardo Soto +7 位作者 Hanns de la Fuente Mella Claudio Elortegui Wenceslao Palma Claudio Torres-Rojas Claudia Vasconcellos-Gaete Marcelo Becerra Javier Pena Sanjay Misra 《Computers, Materials & Continua》 SCIE EI 2022年第6期4295-4318,共24页
Currently,the industry is experiencing an exponential increase in dealing with binary-based combinatorial problems.In this sense,metaheuristics have been a common trend in the field in order to design approaches to so... Currently,the industry is experiencing an exponential increase in dealing with binary-based combinatorial problems.In this sense,metaheuristics have been a common trend in the field in order to design approaches to solve them successfully.Thus,a well-known strategy consists in the use of algorithms based on discrete swarms transformed to perform in binary environments.Following the No Free Lunch theorem,we are interested in testing the performance of the Fruit Fly Algorithm,this is a bio-inspired metaheuristic for deducing global optimization in continuous spaces,based on the foraging behavior of the fruit fly,which usually has much better sensory perception of smell and vision than any other species.On the other hand,the Set Coverage Problem is a well-known NP-hard problem with many practical applications,including production line balancing,utility installation,and crew scheduling in railroad and mass transit companies.In this paper,we propose different binarization methods for the Fruit Fly Algorithm,using Sshaped and V-shaped transfer functions and various discretization methods to make the algorithm work in a binary search space.We are motivated with this approach,because in this way we can deliver to future researchers interested in this area,a way to be able to work with continuous metaheuristics in binary domains.This new approach was tested on benchmark instances of the Set Coverage Problem and the computational results show that the proposed algorithm is robust enough to produce good results with low computational cost. 展开更多
关键词 Set covering problem fruit fly swarm algorithm metaheuristics binarization methods combinatorial optimization problem
在线阅读 下载PDF
Algorithm for Solving Traveling Salesman Problem Based on Self-Organizing Mapping Network 被引量:1
15
作者 朱江辉 叶航航 +1 位作者 姚莉秀 蔡云泽 《Journal of Shanghai Jiaotong university(Science)》 EI 2024年第3期463-470,共8页
Traveling salesman problem(TSP)is a classic non-deterministic polynomial-hard optimization prob-lem.Based on the characteristics of self-organizing mapping(SOM)network,this paper proposes an improved SOM network from ... Traveling salesman problem(TSP)is a classic non-deterministic polynomial-hard optimization prob-lem.Based on the characteristics of self-organizing mapping(SOM)network,this paper proposes an improved SOM network from the perspectives of network update strategy,initialization method,and parameter selection.This paper compares the performance of the proposed algorithms with the performance of existing SOM network algorithms on the TSP and compares them with several heuristic algorithms.Simulations show that compared with existing SOM networks,the improved SOM network proposed in this paper improves the convergence rate and algorithm accuracy.Compared with iterated local search and heuristic algorithms,the improved SOM net-work algorithms proposed in this paper have the advantage of fast calculation speed on medium-scale TSP. 展开更多
关键词 traveling salesman problem(TSP) self-organizing mapping(SOM) combinatorial optimization neu-ral network
原文传递
Multi-Phase Meta-Heuristic for Multi-Depots Vehicle Routing Problem 被引量:1
16
作者 Jianping Luo Xia Li Min-Rong Chen 《Journal of Software Engineering and Applications》 2013年第3期82-86,共5页
In this work, we present a multi-phase hybrid algorithm based on clustering to solve the multi-depots vehicle routing problem (MDVRP). The proposed algorithm initially adopts K-means algorithm to execute the clusterin... In this work, we present a multi-phase hybrid algorithm based on clustering to solve the multi-depots vehicle routing problem (MDVRP). The proposed algorithm initially adopts K-means algorithm to execute the clustering analyses, which take the depots as the centroids of the clusters, for the all customers of MDVRP, then implements the local depth search using the Shuffled Frog Leaping Algorithm (SFLA) for every cluster, and then globally re-adjusts the solutions, i.e., rectifies positions of all frogs by the extremal optimization (EO). The processes will continue until the convergence criterions are satisfied. The results of experiments have shown that the proposed algorithm possesses outstanding performance to solve the MDVRP. 展开更多
关键词 combinatorial optimization VEHICLE ROUTING problem Shuffled FROG Leaping Algorithm
在线阅读 下载PDF
A Simulated Annealing-Based Algorithm for Traveling Salesman Problem
17
作者 郭茂祖 陈彬 洪家荣 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 1997年第4期35-38,共4页
This paper presents a simulated annealing based algorithm for traveling salesman problem (SATSP),which was applied to the symmetrical traveling salesman problem about 31 cities of China and proved to be the best of a... This paper presents a simulated annealing based algorithm for traveling salesman problem (SATSP),which was applied to the symmetrical traveling salesman problem about 31 cities of China and proved to be the best of all the algorithms at present. 展开更多
关键词 TRAVELING SALESMAN problem SIMULATED ANNEALING combinatorial optimization NPhard
在线阅读 下载PDF
A Genetic Algorithm for the Flowshop Scheduling Problem
18
作者 Qi Yuesheng Wang Baozhong Kang Lishan(State Key Laboratory of Software Engineering, Wuhan University, Wuhan 430072,China) 《Wuhan University Journal of Natural Sciences》 CAS 1998年第4期410-412,共3页
The flowshop scheduling problem is NP complete. To solve it by genetic algorithm, an efficient crossover operator is designed. Compared with another crossover operator, this one often finds a better solution within th... The flowshop scheduling problem is NP complete. To solve it by genetic algorithm, an efficient crossover operator is designed. Compared with another crossover operator, this one often finds a better solution within the same time. 展开更多
关键词 genetic algorithm crossover operator flowshop scheduling problem combinatorial optimization
在线阅读 下载PDF
Whale Optimization Algorithm Strategies for Higher Interaction Strength T-Way Testing
19
作者 Ali Abdullah Hassan Salwani Abdullah +1 位作者 Kamal Z.Zamli Rozilawati Razali 《Computers, Materials & Continua》 SCIE EI 2022年第10期2057-2077,共21页
Much of our daily tasks have been computerized by machines and sensors communicating with each other in real-time.There is a reasonable risk that something could go wrong because there are a lot of sensors producing a... Much of our daily tasks have been computerized by machines and sensors communicating with each other in real-time.There is a reasonable risk that something could go wrong because there are a lot of sensors producing a lot of data.Combinatorial testing(CT)can be used in this case to reduce risks and ensure conformance to specifications.Numerous existing metaheuristic-based solutions aim to assist the test suite generation for combinatorial testing,also known as t-way testing(where t indicates the interaction strength),viewed as an optimization problem.Much previous research,while helpful,only investigated a small number of interaction strengths up to t=6.For lightweight applications,research has demonstrated good fault-finding ability.However,the number of interaction strengths considered must be higher in the case of interactions that generate large amounts of data.Due to resource restrictions and the combinatorial explosion challenge,little work has been done to produce high-order interaction strength.In this context,the Whale Optimization Algorithm(WOA)is proposed to generate high-order interaction strength.To ensure that WOA conquers premature convergence and avoids local optima for large search spaces(owing to high-order interaction),three variants of WOA have been developed,namely Structurally Modified Whale Optimization Algorithm(SWOA),Tolerance Whale Optimization Algorithm(TWOA),and Tolerance Structurally Modified Whale Optimization Algorithm(TSWOA).Our experiments show that the third strategy gives the best performance and is comparable to existing state-of-thearts based strategies. 展开更多
关键词 Software testing optimization problem swarm intelligence algorithm combinatorial optimization IOT
在线阅读 下载PDF
Annealing Harmony Search Algorithm to Solve the Nurse Rostering Problem
20
作者 Mohammed Hadwan 《Computers, Materials & Continua》 SCIE EI 2022年第6期5545-5559,共15页
A real-life problem is the rostering of nurses at hospitals.It is a famous nondeterministic,polynomial time(NP)-hard combinatorial optimization problem.Handling the real-world nurse rostering problem(NRP)constraints i... A real-life problem is the rostering of nurses at hospitals.It is a famous nondeterministic,polynomial time(NP)-hard combinatorial optimization problem.Handling the real-world nurse rostering problem(NRP)constraints in distributing workload equally between available nurses is still a difficult task to achieve.The international shortage of nurses,in addition to the spread of COVID-19,has made it more difficult to provide convenient rosters for nurses.Based on the literature,heuristic-based methods are the most commonly used methods to solve the NRP due to its computational complexity,especially for large rosters.Heuristic-based algorithms in general have problems striking the balance between diversification and intensification.Therefore,this paper aims to introduce a novel metaheuristic hybridization that combines the enhanced harmony search algorithm(EHSA)with the simulated annealing(SA)algorithm called the annealing harmony search algorithm(AHSA).The AHSA is used to solve NRP from a Malaysian hospital.The AHSA performance is compared to the EHSA,climbing harmony search algorithm(CHSA),deluge harmony search algorithm(DHSA),and harmony annealing search algorithm(HAS).The results show that the AHSA performs better than the other compared algorithms for all the tested instances where the best ever results reported for the UKMMC dataset. 展开更多
关键词 Harmony search algorithm simulated annealing combinatorial optimization problems TIMETABLING metaheuristic algorithms nurse rostering problems
在线阅读 下载PDF
上一页 1 2 23 下一页 到第
使用帮助 返回顶部