期刊文献+
共找到129篇文章
< 1 2 7 >
每页显示 20 50 100
Dependent task assignment algorithm based on particle swarm optimization and simulated annealing in ad-hoc mobile cloud 被引量:3
1
作者 Huang Bonan Xia Weiwei +4 位作者 Zhang Yueyue Zhang Jing Zou Qian Yan Feng Shen Lianfeng 《Journal of Southeast University(English Edition)》 EI CAS 2018年第4期430-438,共9页
In order to solve the problem of efficiently assigning tasks in an ad-hoc mobile cloud( AMC),a task assignment algorithm based on the heuristic algorithm is proposed. The proposed task assignment algorithm based on pa... In order to solve the problem of efficiently assigning tasks in an ad-hoc mobile cloud( AMC),a task assignment algorithm based on the heuristic algorithm is proposed. The proposed task assignment algorithm based on particle swarm optimization and simulated annealing( PSO-SA) transforms the dependencies between tasks into a directed acyclic graph( DAG) model. The number in each node represents the computation workload of each task and the number on each edge represents the workload produced by the transmission. In order to simulate the environment of task assignment in AMC,mathematical models are developed to describe the dependencies between tasks and the costs of each task are defined. PSO-SA is used to make the decision for task assignment and for minimizing the cost of all devices,which includes the energy consumption and time delay of all devices.PSO-SA also takes the advantage of both particle swarm optimization and simulated annealing by selecting an optimal solution with a certain probability to avoid falling into local optimal solution and to guarantee the convergence speed. The simulation results show that compared with other existing algorithms,the PSO-SA has a smaller cost and the result of PSO-SA can be very close to the optimal solution. 展开更多
关键词 ad-hoc mobile cloud task assignment algorithm directed acyclic graph particle swarm optimization simulated annealing
在线阅读 下载PDF
Solving algorithm for TA optimization model based on ACO-SA 被引量:4
2
作者 Jun Wang Xiaoguang Gao Yongwen Zhu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第4期628-639,共12页
An ant colony optimization (ACO)-simulated annealing (SA)-based algorithm is developed for the target assignment problem (TAP) in the air defense (AD) command and control (C2) system of surface to air missi... An ant colony optimization (ACO)-simulated annealing (SA)-based algorithm is developed for the target assignment problem (TAP) in the air defense (AD) command and control (C2) system of surface to air missile (SAM) tactical unit. The accomplishment process of target assignment (TA) task is analyzed. A firing advantage degree (FAD) concept of fire unit (FU) intercepting targets is put forward and its evaluation model is established by using a linear weighted synthetic method. A TA optimization model is presented and its solving algorithms are designed respectively based on ACO and SA. A hybrid optimization strategy is presented and developed synthesizing the merits of ACO and SA. The simulation examples show that the model and algorithms can meet the solving requirement of TAP in AD combat. 展开更多
关键词 target assignment (TA) optimization ant colony optimization (ACO) algorithm simulated annealing (SA) algorithm hybrid optimization strategy.
在线阅读 下载PDF
Distributed Flexible Job-Shop Scheduling Problem Based on Hybrid Chemical Reaction Optimization Algorithm 被引量:4
3
作者 Jialei Li Xingsheng Gu +1 位作者 Yaya Zhang Xin Zhou 《Complex System Modeling and Simulation》 2022年第2期156-173,共18页
Economic globalization has transformed many manufacturing enterprises from a single-plant production mode to a multi-plant cooperative production mode.The distributed flexible job-shop scheduling problem(DFJSP)has bec... Economic globalization has transformed many manufacturing enterprises from a single-plant production mode to a multi-plant cooperative production mode.The distributed flexible job-shop scheduling problem(DFJSP)has become a research hot topic in the field of scheduling because its production is closer to reality.The research of DFJSP is of great significance to the organization and management of actual production process.To solve the heterogeneous DFJSP with minimal completion time,a hybrid chemical reaction optimization(HCRO)algorithm is proposed in this paper.Firstly,a novel encoding-decoding method for flexible manufacturing unit(FMU)is designed.Secondly,half of initial populations are generated by scheduling rule.Combined with the new solution acceptance method of simulated annealing(SA)algorithm,an improved method of critical-FMU is designed to improve the global and local search ability of the algorithm.Finally,the elitist selection strategy and the orthogonal experimental method are introduced to the algorithm to improve the convergence speed and optimize the algorithm parameters.In the experimental part,the effectiveness of the simulated annealing algorithm and the critical-FMU refinement methods is firstly verified.Secondly,in the comparison with other existing algorithms,the proposed optimal scheduling algorithm is not only effective in homogeneous FMUs examples,but also superior to existing algorithms in heterogeneous FMUs arithmetic cases. 展开更多
关键词 scheduling problem distributed flexible job-shop chemical reaction optimization algorithm heterogeneous factory simulated annealing algorithm
原文传递
Annealing Harmony Search Algorithm to Solve the Nurse Rostering Problem
4
作者 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
Combining deep reinforcement learning with heuristics to solve the traveling salesman problem
5
作者 Li Hong Yu Liu +1 位作者 Mengqiao Xu Wenhui Deng 《Chinese Physics B》 2025年第1期96-106,共11页
Recent studies employing deep learning to solve the traveling salesman problem(TSP)have mainly focused on learning construction heuristics.Such methods can improve TSP solutions,but still depend on additional programs... Recent studies employing deep learning to solve the traveling salesman problem(TSP)have mainly focused on learning construction heuristics.Such methods can improve TSP solutions,but still depend on additional programs.However,methods that focus on learning improvement heuristics to iteratively refine solutions remain insufficient.Traditional improvement heuristics are guided by a manually designed search strategy and may only achieve limited improvements.This paper proposes a novel framework for learning improvement heuristics,which automatically discovers better improvement policies for heuristics to iteratively solve the TSP.Our framework first designs a new architecture based on a transformer model to make the policy network parameterized,which introduces an action-dropout layer to prevent action selection from overfitting.It then proposes a deep reinforcement learning approach integrating a simulated annealing mechanism(named RL-SA)to learn the pairwise selected policy,aiming to improve the 2-opt algorithm's performance.The RL-SA leverages the whale optimization algorithm to generate initial solutions for better sampling efficiency and uses the Gaussian perturbation strategy to tackle the sparse reward problem of reinforcement learning.The experiment results show that the proposed approach is significantly superior to the state-of-the-art learning-based methods,and further reduces the gap between learning-based methods and highly optimized solvers in the benchmark datasets.Moreover,our pre-trained model M can be applied to guide the SA algorithm(named M-SA(ours)),which performs better than existing deep models in small-,medium-,and large-scale TSPLIB datasets.Additionally,the M-SA(ours)achieves excellent generalization performance in a real-world dataset on global liner shipping routes,with the optimization percentages in distance reduction ranging from3.52%to 17.99%. 展开更多
关键词 traveling salesman problem deep reinforcement learning simulated annealing algorithm transformer model whale optimization algorithm
在线阅读 下载PDF
Enhanced Heap-Based Optimizer Algorithm for Solving Team Formation Problem
6
作者 Nashwa Nageh Ahmed Elshamy +2 位作者 Abdel Wahab Said Hassan Mostafa Sami Mustafa Abdul Salam 《Computers, Materials & Continua》 SCIE EI 2022年第12期5245-5268,共24页
Team Formation(TF)is considered one of the most significant problems in computer science and optimization.TF is defined as forming the best team of experts in a social network to complete a task with least cost.Many r... Team Formation(TF)is considered one of the most significant problems in computer science and optimization.TF is defined as forming the best team of experts in a social network to complete a task with least cost.Many real-world problems,such as task assignment,vehicle routing,nurse scheduling,resource allocation,and airline crew scheduling,are based on the TF problem.TF has been shown to be a Nondeterministic Polynomial time(NP)problem,and high-dimensional problem with several local optima that can be solved using efficient approximation algorithms.This paper proposes two improved swarm-based algorithms for solving team formation problem.The first algorithm,entitled Hybrid Heap-Based Optimizer with Simulated Annealing Algorithm(HBOSA),uses a single crossover operator to improve the performance of a standard heap-based optimizer(HBO)algorithm.It also employs the simulated annealing(SA)approach to improve model convergence and avoid local minima trapping.The second algorithm is the Chaotic Heap-based Optimizer Algorithm(CHBO).CHBO aids in the discovery of new solutions in the search space by directing particles to different regions of the search space.During HBO’s optimization process,a logistic chaotic map is used.The performance of the two proposed algorithms(HBOSA)and(CHBO)is evaluated using thirteen benchmark functions and tested in solving the TF problem with varying number of experts and skills.Furthermore,the proposed algorithms were compared to well-known optimization algorithms such as the Heap-Based Optimizer(HBO),Developed Simulated Annealing(DSA),Particle SwarmOptimization(PSO),GreyWolfOptimization(GWO),and Genetic Algorithm(GA).Finally,the proposed algorithms were applied to a real-world benchmark dataset known as the Internet Movie Database(IMDB).The simulation results revealed that the proposed algorithms outperformed the compared algorithms in terms of efficiency and performance,with fast convergence to the global minimum. 展开更多
关键词 Team formation problem optimization problem genetic algorithm heap-based optimizer simulated annealing hybridization method chaotic local search
在线阅读 下载PDF
基于模拟退火算法的装备组合优化算法与仿真
7
作者 许洁林 张灏龙 +1 位作者 李静 杨仪菲 《计算机仿真》 2025年第1期13-18,共6页
联合作战是未来重要作战形式。伴随联合作战指挥控制系统中装备组合优化解空间的爆炸式增长,研究如何能够快速地从可调用装备库中抽取合适的装备组合方案,即装备组合优化问题,对未来指挥控制系统的建设有重要意义。首先,分析了装备组合... 联合作战是未来重要作战形式。伴随联合作战指挥控制系统中装备组合优化解空间的爆炸式增长,研究如何能够快速地从可调用装备库中抽取合适的装备组合方案,即装备组合优化问题,对未来指挥控制系统的建设有重要意义。首先,分析了装备组合优化模型及其求解算法的研究现状,发现存在优化方法主观性及忽略时间这一战场装备调用重要影响因素的不足。因此,文中构建了时间最小化、成本最小化、能力最大化的装备组合优化模型。同时,提出利用装备实际使用约束缩减解空间的新思路,并基于多目标模拟退火算法,根据装备组合优化问题的特点对新解生成方法进行改进,提出了新的装备组合优化算法。最后,利用小规模数据集实验及大规模数据集实验验证了算法的寻优能力及改进有效性。 展开更多
关键词 装备组合优化 多目标优化 多目标模拟退火算法
在线阅读 下载PDF
基于离散粒子群算法的管道保温结构优化研究
8
作者 富宇 范亚甜 卢羿州 《微型电脑应用》 2024年第2期6-9,共4页
针对目前管道保温结构优化算法不稳定、结果优化程度不高的问题,建立以经济效益为目标函数,以满足国家散热损失标准等条件为约束函数的离散型数学模型。以BPSO算法为基础改变其位置更新规则,防止种群进化失效;采用自适应权重增加粒子的... 针对目前管道保温结构优化算法不稳定、结果优化程度不高的问题,建立以经济效益为目标函数,以满足国家散热损失标准等条件为约束函数的离散型数学模型。以BPSO算法为基础改变其位置更新规则,防止种群进化失效;采用自适应权重增加粒子的全局和局部搜索能力;充分利用模拟退火算法的思想避免出现早熟现象。应用改进的算法分别对普通蒸汽管道和核电站的蒸汽管道进行系统仿真实验。结果表明,该算法能够在满足国家散热损失标准等条件下取得最优解,可以为管道保温结构提供合理的优化方案。 展开更多
关键词 组合优化问题 惯性权重 改进离散粒子群算法 模拟退火算法 约束问题
在线阅读 下载PDF
自适应状态转移模拟退火算法及其应用 被引量:2
9
作者 徐博 韩晓霞 +3 位作者 董颖超 卢佳振 武晋德 张文杰 《计算机应用研究》 CSCD 北大核心 2024年第1期150-158,共9页
状态转移模拟退火算法(STASA)作为解决复杂优化问题的有效方法,其搜索效率依赖于搜索算子和参数值的选择,在一些高维复杂问题上出现效率低下的问题。提出一种自适应状态转移模拟退火算法(ASTSA),通过自适应算子和参数选择策略来提高算... 状态转移模拟退火算法(STASA)作为解决复杂优化问题的有效方法,其搜索效率依赖于搜索算子和参数值的选择,在一些高维复杂问题上出现效率低下的问题。提出一种自适应状态转移模拟退火算法(ASTSA),通过自适应算子和参数选择策略来提高算法的适用性和求解效率;借鉴群智能算法的均值更新方法对平移算子进行改进,增强算子的搜索特性。通过23个基准测试函数和8个工程设计问题进行实验验证并与其他算法对比,证明了ASTSA算法和改进策略的有效性。 展开更多
关键词 状态转移模拟退火算法 自适应策略 连续优化问题 工程设计问题
在线阅读 下载PDF
基于离散沙猫群优化算法的焊接路径规划
10
作者 缪军凯 黄海松 +1 位作者 韩正功 高伟森 《组合机床与自动化加工技术》 北大核心 2024年第10期42-45,49,共5页
为实现对焊点焊接的最优路径规划,减少焊接路径长度,提高焊接效率,提出离散沙猫群优化算法。以汽车后门饰板为例,建立焊接路径规划优化模型。将沙猫群优化算法初始化改为最近邻初始化,使用5个离散转换算子及其随机组合和交叉操作实现沙... 为实现对焊点焊接的最优路径规划,减少焊接路径长度,提高焊接效率,提出离散沙猫群优化算法。以汽车后门饰板为例,建立焊接路径规划优化模型。将沙猫群优化算法初始化改为最近邻初始化,使用5个离散转换算子及其随机组合和交叉操作实现沙猫觅食、攻击阶段的离散化,增加全局记忆功能,嵌入模拟退火算法更新准则和改进的3-opt算法,使得算法不易陷入局部最优解,提高算法性能。在6个标准算例和一个汽车后门饰板实例上验证了所提算法的有效性,相对于其他几种算法所得的结果更优,且更稳定。 展开更多
关键词 沙猫群优化算法 旅行商问题 路径规划 模拟退火算法
在线阅读 下载PDF
求解动态旅行商问题的蚁群优化算法新策略
11
作者 刘孟莹 秦进 陈双 《计算机仿真》 2024年第8期349-355,368,共8页
动态旅行商问题是标准旅行商问题的一个扩展,由于其现实应用广泛,吸引了大量研究者的兴趣。蚁群优化算法可以转化历史环境信息,天然具有适应动态改变的能力,可以解决动态旅行商问题。使用蚁群优化算法解决优化问题时,算法探索能力和利... 动态旅行商问题是标准旅行商问题的一个扩展,由于其现实应用广泛,吸引了大量研究者的兴趣。蚁群优化算法可以转化历史环境信息,天然具有适应动态改变的能力,可以解决动态旅行商问题。使用蚁群优化算法解决优化问题时,算法探索能力和利用能力的权衡是一个关键问题。传统的思路是在搜索前期侧重探索能力,使蚁群充分获取搜索空间的信息,随着搜索过程的进行逐渐增强利用能力,使蚁群逐渐收敛。然而,以上思路不利于在动态场景中快速获得质量较高的解。针对动态旅行商问题,提出了一种新的探索-利用权衡策略,在环境变化后,首先使用模拟退火算法增强利用能力以快速获得质量较高的解,在解质量难以提高时再使用自适应性轮盘赌选择方法帮助算法跳出局部极值。在权重变化的动态旅行商问题上的实验证明,所提新策略优于其它蚁群优化算法及变体。 展开更多
关键词 动态旅行商问题 蚁群优化 探索-利用权衡策略 模拟退火算法 轮盘赌选择方法
在线阅读 下载PDF
融合模拟退火参数的自适应遗传算法求解柔性作业车间调度问题 被引量:1
12
作者 于琪 张静 《电脑与信息技术》 2024年第3期12-16,共5页
柔性作业车间调度问题是NP难问题,一般使用最大完工时间最短的评价指标来衡量加工顺序和机器选择的优劣,最短的完工时间意味着最快的生产速度。为了减小计算量并快速找到车间调度的最优解,提出了融合模拟退火参数的自适应遗传算法,详述... 柔性作业车间调度问题是NP难问题,一般使用最大完工时间最短的评价指标来衡量加工顺序和机器选择的优劣,最短的完工时间意味着最快的生产速度。为了减小计算量并快速找到车间调度的最优解,提出了融合模拟退火参数的自适应遗传算法,详述了该算法的关键过程,并通过数据集的仿真实验验证了该算法的有效性。 展开更多
关键词 作业调度 柔性作业 问题优化 自适应 模拟退火 遗传算法
在线阅读 下载PDF
全渠道电商库存路径及定价问题优化研究
13
作者 杨华龙 石兴江 辛禹辰 《交通运输系统工程与信息》 EI CSCD 北大核心 2024年第4期223-230,共8页
针对全渠道模式下电商库存路径及定价问题,考虑各前置仓需求不确定因素,本文提出一种按照不同售卖渠道的商品差异化定价策略,通过设置电商关于需求不确定风险态度的保守系数,构建以总利润最大化为目标的混合整数非线性鲁棒优化模型,并... 针对全渠道模式下电商库存路径及定价问题,考虑各前置仓需求不确定因素,本文提出一种按照不同售卖渠道的商品差异化定价策略,通过设置电商关于需求不确定风险态度的保守系数,构建以总利润最大化为目标的混合整数非线性鲁棒优化模型,并设计自适应模拟退火粒子群算法进行求解。选取含有10个和20个前置仓的两组算例,验证本文模型算法的适用性和有效性。实验分析结果显示,相比于统一定价,差异化定价可以提高电商总利润分别约5%和6%。敏感性分析结果表明,提升线上客户的线下购物体验以增加线上自提渠道客户数量,并组织线上营销活动以提高线上客户对电商促销努力的敏感度,能给电商带来更高的利润;掌控未来市场波动风险并准确预测需求信息以降低电商保守系数和需求最大偏离系数,亦可提高电商总利润。研究结论可为电商制定前置仓库存配送路径策略与各渠道商品定价方案提供参考。 展开更多
关键词 物流工程 库存路径及定价问题 鲁棒优化模型 全渠道电商 自适应模拟退火粒子群算法
在线阅读 下载PDF
基于离岸交付模式的大规模液化天然气库存路径问题
14
作者 钟铭 姬若晨 林诚凯 《上海海事大学学报》 北大核心 2024年第4期23-31,75,共10页
考虑到液化天然气(liquefied natural gas,LNG)市场离岸交付模式的新特征,为使LNG买方更好地进行自主运输规划,考虑货物转售、取货时间窗、库存限制等因素,以航行成本、等待成本、库存惩罚成本之和最小为目标,建立LNG库存路径问题的混... 考虑到液化天然气(liquefied natural gas,LNG)市场离岸交付模式的新特征,为使LNG买方更好地进行自主运输规划,考虑货物转售、取货时间窗、库存限制等因素,以航行成本、等待成本、库存惩罚成本之和最小为目标,建立LNG库存路径问题的混合整数规划模型。提出一种变邻域遗传模拟退火算法进行求解,结果表明:转售行为会造成库存惩罚成本和总成本的提高;较短的取货时间窗会引起船舶在港口的等待时间较长,进而影响货物交付和库存补充。研究成果拓展了相关理论,可为LNG买方优化船队调度和库存方案提供理论指导。 展开更多
关键词 库存路径问题 液化天然气(LNG) 离岸交付模式 大规模优化 变邻域遗传模拟退火算法
在线阅读 下载PDF
粒子群优化算法的收敛性分析及其混沌改进算法 被引量:62
15
作者 刘洪波 王秀坤 谭国真 《控制与决策》 EI CSCD 北大核心 2006年第6期636-640,645,共6页
分析了粒子群优化算法的收敛性,指出它在满足收敛性的前提下种群多样性趋于减小,粒子将会因速度降低而失去继续搜索可行解的能力;提出混沌粒子群优化算法,该算法在满足收敛性的条件下利用混沌特性提高种群的多样性和粒子搜索的遍历性,... 分析了粒子群优化算法的收敛性,指出它在满足收敛性的前提下种群多样性趋于减小,粒子将会因速度降低而失去继续搜索可行解的能力;提出混沌粒子群优化算法,该算法在满足收敛性的条件下利用混沌特性提高种群的多样性和粒子搜索的遍历性,将混沌状态引入到优化变量使粒子获得持续搜索的能力.实验结果表明混沌粒子群优化算法是有效的,与粒子群优化算法、遗传算法、模拟退火相比,特别是针对高维、多模态函数优化问题取得了明显改善. 展开更多
关键词 粒子群优化算法 混沌 多模态函数优化问题 遗传算法 模拟退火算法
在线阅读 下载PDF
带时间窗车辆路径问题的混合粒子群算法 被引量:21
16
作者 张丽艳 庞小红 +2 位作者 夏蔚军 吴智铭 梁硕 《上海交通大学学报》 EI CAS CSCD 北大核心 2006年第11期1890-1894,1900,共6页
将粒子群优化算法与模拟退火算法结合,提出了一种求解车辆路径问题的混合粒子群算法.实例计算及与遗传算法比较的结果表明:应用混合粒子群算法可以快速地求得带时间窗车辆路径问题的优化解;该算法是一种求解离散组合优化问题的有效方法.
关键词 车辆路径问题 离散粒子群算法 模拟退火算法 混合粒子群优化算法
在线阅读 下载PDF
求解背包问题的一种改进遗传算法 被引量:19
17
作者 赵新超 韩宇 艾文宝 《计算机工程与应用》 CSCD 北大核心 2011年第24期34-36,45,共4页
讨论了遗传算法在问题求解中的早熟现象,引进一个参数用以衡量种群中染色体的相似程度,用以增加种群的多样性;在杂交和变异运算过程中,混合了模拟退火思想作为新个体的接受准则;通常的变异算子需要扫描每一个染色体中每一个等位基因,提... 讨论了遗传算法在问题求解中的早熟现象,引进一个参数用以衡量种群中染色体的相似程度,用以增加种群的多样性;在杂交和变异运算过程中,混合了模拟退火思想作为新个体的接受准则;通常的变异算子需要扫描每一个染色体中每一个等位基因,提出一种新的变异方式,大大提高了算法搜索效率。通过实际计算比较表明,该改进遗传算法在背包问题求解中具有很好的收敛性、稳定性和计算效率。 展开更多
关键词 遗传算法 背包问题 模拟退火 组合优化
在线阅读 下载PDF
一维下料问题的自适应广义粒子群优化求解 被引量:10
18
作者 沈显君 杨进才 +2 位作者 应伟勤 郑波尽 李元香 《华南理工大学学报(自然科学版)》 EI CAS CSCD 北大核心 2007年第9期113-117,共5页
针对现有粒子群优化算法在求解组合优化问题时粒子速度迭代难以定义的问题,首先将粒子群优化算法与遗传算法相结合,利用交叉算子、变异算子,提出一种广义粒子群优化算法来求解一维下料问题;然后引入模拟退火算法作为自适应策略,避免算... 针对现有粒子群优化算法在求解组合优化问题时粒子速度迭代难以定义的问题,首先将粒子群优化算法与遗传算法相结合,利用交叉算子、变异算子,提出一种广义粒子群优化算法来求解一维下料问题;然后引入模拟退火算法作为自适应策略,避免算法陷入局部最优.仿真实验结果表明,采用自适应广义粒子群优化算法求解一维下料问题具有高效性和鲁棒性. 展开更多
关键词 广义粒子群优化 一维下料问题 遗传算法 模拟退火算法
在线阅读 下载PDF
解决JOB SHOP问题的粒子群优化算法 被引量:10
19
作者 潘全科 王文宏 +1 位作者 潘群 朱剑英 《机械科学与技术》 CSCD 北大核心 2006年第6期675-679,共5页
设计了2种解决Job shop问题的粒子群算法,即实数编码的粒子群调度算法和工序编码的粒子群调度算法。工序编码的粒子群调度算法更符合Job shop问题的特点,优化性能相对高。但粒子群调度算法容易陷入局部最优。为了提高优化性能,将粒子群... 设计了2种解决Job shop问题的粒子群算法,即实数编码的粒子群调度算法和工序编码的粒子群调度算法。工序编码的粒子群调度算法更符合Job shop问题的特点,优化性能相对高。但粒子群调度算法容易陷入局部最优。为了提高优化性能,将粒子群算法和模拟退火算法结合,得到了粒子群-模拟退火混合调度算法。仿真结果表明了算法的有效性。 展开更多
关键词 JOB SHOP 调度问题 粒子群优化 模拟退火算法
在线阅读 下载PDF
基于粒子群优化和模拟退火的混合调度算法 被引量:17
20
作者 潘全科 王文宏 朱剑英 《中国机械工程》 EI CAS CSCD 北大核心 2006年第10期1044-1046,1064,共4页
提出了一种离散粒子群调度算法,采用基于工序的编码方式及相应的位置和速度更新方法,使具有连续本质的粒子群算法直接适用于调度问题。针对粒子群算法容易陷入局部最优的缺陷,将其与模拟退火算法结合,得到了粒子群-模拟退火算法、改进... 提出了一种离散粒子群调度算法,采用基于工序的编码方式及相应的位置和速度更新方法,使具有连续本质的粒子群算法直接适用于调度问题。针对粒子群算法容易陷入局部最优的缺陷,将其与模拟退火算法结合,得到了粒子群-模拟退火算法、改进的粒子群算法、粒子群-模拟退火交替算法以及粒子群-模拟退火协同算法等4种混合调度算法。仿真结果表明,混合算法均具有较高的求解质量。 展开更多
关键词 JOB Shop调度问题 粒子群优化 模拟退火算法 混合算法
在线阅读 下载PDF
上一页 1 2 7 下一页 到第
使用帮助 返回顶部