期刊文献+
共找到34,269篇文章
< 1 2 250 >
每页显示 20 50 100
Two-phase heuristic for vehicle routing problem with drones in multi-trip and multi-drop mode
1
作者 MA Huawei HU Xiaoxuan ZHU Waiming 《Journal of Systems Engineering and Electronics》 2025年第4期1024-1036,共13页
As commercial drone delivery becomes increasingly popular,the extension of the vehicle routing problem with drones(VRPD)is emerging as an optimization problem of inter-ests.This paper studies a variant of VRPD in mult... As commercial drone delivery becomes increasingly popular,the extension of the vehicle routing problem with drones(VRPD)is emerging as an optimization problem of inter-ests.This paper studies a variant of VRPD in multi-trip and multi-drop(VRP-mmD).The problem aims at making schedules for the trucks and drones such that the total travel time is minimized.This paper formulate the problem with a mixed integer program-ming model and propose a two-phase algorithm,i.e.,a parallel route construction heuristic(PRCH)for the first phase and an adaptive neighbor searching heuristic(ANSH)for the second phase.The PRCH generates an initial solution by con-currently assigning as many nodes as possible to the truck–drone pair to progressively reduce the waiting time at the rendezvous node in the first phase.Then the ANSH improves the initial solution by adaptively exploring the neighborhoods in the second phase.Numerical tests on some benchmark data are conducted to verify the performance of the algorithm.The results show that the proposed algorithm can found better solu-tions than some state-of-the-art methods for all instances.More-over,an extensive analysis highlights the stability of the pro-posed algorithm. 展开更多
关键词 vehicle routing problem with drones(VRPD) mixed integer program parallel route construction heuristic(PRCH) adaptive neighbor searching heuristic(ANSH).
在线阅读 下载PDF
战时备件配送的MDVRP问题及其遗传算法求解 被引量:4
2
作者 张立峰 赵方庚 +1 位作者 孙江生 石晓燕 《计算机应用与软件》 CSCD 2010年第2期194-196,273,共4页
战时备件配送的车辆调度是提高装备保障效率的关键因素。以装备战斗效能损失最小化为车辆调度的目标,建立了多仓库车辆路径问题MDVRP(Multi-Depot Vehicle Routing Problem)模型,并应用混合遗传算法对问题进行了求解。算法中,设计了串... 战时备件配送的车辆调度是提高装备保障效率的关键因素。以装备战斗效能损失最小化为车辆调度的目标,建立了多仓库车辆路径问题MDVRP(Multi-Depot Vehicle Routing Problem)模型,并应用混合遗传算法对问题进行了求解。算法中,设计了串行、并行及半并行三种交叉算子,并应用局部搜索模块对子个体进行改进。对算例的计算实验表明,半并行交叉算子在精度方面优于另外两种交叉算子。 展开更多
关键词 备件 多仓库车辆路径问题 遗传算法 交叉
在线阅读 下载PDF
“Problem of Towers of Hanoi”仿真软件的设计 被引量:1
3
作者 周斌 《实验室研究与探索》 CAS 北大核心 2011年第7期61-63,71,共4页
"Problem of Towers of Hanoi",用递归的方法能很容易地解决问题,不用递归的方法将会是比较困难,因为随着参与盘子数的不断增多,计算时间和复杂度将会不断增多。运用仿真软件能清晰地勾勒出每个盘子的移动轨迹并给出详细的移... "Problem of Towers of Hanoi",用递归的方法能很容易地解决问题,不用递归的方法将会是比较困难,因为随着参与盘子数的不断增多,计算时间和复杂度将会不断增多。运用仿真软件能清晰地勾勒出每个盘子的移动轨迹并给出详细的移动步骤,这将会使此问题能更形象、更直观的解决。 展开更多
关键词 problem of TOWERS of HANOI 递归 仿真软件
在线阅读 下载PDF
一个基于WEB的跨地域沟通系统—IBM公司的Transllation Problem Report System实例分析
4
作者 徐明磊 许一震 《管理工程学报》 CSSCI 2002年第B10期167-170,共4页
跨地域项目管理所遇到的最主要问题是沟通的困难,Web的广泛运用为跨地域项目管理的沟通提供了一种新的渠道。IBM公司的TPRS(Translation Problem Reprt System)便是一个基于Web的旨在提高软件翻译等跨地域项目沟通效果的系统。本文介绍... 跨地域项目管理所遇到的最主要问题是沟通的困难,Web的广泛运用为跨地域项目管理的沟通提供了一种新的渠道。IBM公司的TPRS(Translation Problem Reprt System)便是一个基于Web的旨在提高软件翻译等跨地域项目沟通效果的系统。本文介绍TPRS系统的运用实例,并在此基础上分析了其主要的功能和特点即人员和信息的分组、信息的发布与获取、注册和权限管理、定制手段、问题追踪和电子邮件通知选项,最后剖析了该系统的不足之处,以期对同类型系统的设计有所启发和帮助。 展开更多
关键词 WEB IBM公司 TRANSLATION problem Reprot System 实例分析 项目管理 系统设计 系统类型
在线阅读 下载PDF
改进量子遗传算法求解MDVRPPD问题 被引量:2
5
作者 赵超 吕真 《南京师大学报(自然科学版)》 CAS CSCD 北大核心 2014年第1期99-103,共5页
带集货和送货的多站点VRP问题作为VRP问题的一个分支,有着重大的研究价值.本文采用量子遗传算法求解MDVRPPD问题,并提出一种新的旋转门策略使得量子遗传算法的进化速度大大加快.实验证明,本文提出的改进算法和优化策略对比过去使用的启... 带集货和送货的多站点VRP问题作为VRP问题的一个分支,有着重大的研究价值.本文采用量子遗传算法求解MDVRPPD问题,并提出一种新的旋转门策略使得量子遗传算法的进化速度大大加快.实验证明,本文提出的改进算法和优化策略对比过去使用的启发式求解以及传统的量子遗传算法有较大优势,在时间控制上以及最优解的求解上都取得了满意的效果. 展开更多
关键词 量子遗传算法 多站点 车辆路径问题 物流配送
在线阅读 下载PDF
多车型车辆共享的MDVRP问题及其遗传算法 被引量:5
6
作者 熊浩 《华中师范大学学报(自然科学版)》 CAS CSCD 北大核心 2010年第1期29-32,共4页
在多车场车辆共享的路径优化问题中,允许多种车型的车辆同时调用,在各个车场内循环调度使用,不必回到初始发出的车场,实现一定程度的共同配送;另外,考虑满载和空载的油耗不一样,同样的路径中车辆的装载量不同成本也会不一样.要满足上述... 在多车场车辆共享的路径优化问题中,允许多种车型的车辆同时调用,在各个车场内循环调度使用,不必回到初始发出的车场,实现一定程度的共同配送;另外,考虑满载和空载的油耗不一样,同样的路径中车辆的装载量不同成本也会不一样.要满足上述新的车辆调度要求,必须建立新的车辆调度模型:目标函数包含路径的油耗成本,约束条件中车辆不必回到原车场.由于该模型属于NP难题,因此给出了一种新的基于路径的一维编码遗传算法,通过实例证明该方法能够使车辆调度路径得到改进. 展开更多
关键词 多车型 车辆共享 路径优化 遗传算法
在线阅读 下载PDF
MDVRPTW问题多阶段迭代启发式算法 被引量:4
7
作者 洪联系 董绍华 《计算机工程与应用》 CSCD 北大核心 2007年第26期217-222,共6页
提出一个求解多车库VRPTW问题的聚类和迭代混合遗传算法。该算法采用三阶段过程:客户聚类分配、路径规划和路径改进,与以往两阶段算法不同,该算法采用混合遗传算法进行路径规划,采用竞争-插入进行路径改进,且路径规划与路径改进有机结... 提出一个求解多车库VRPTW问题的聚类和迭代混合遗传算法。该算法采用三阶段过程:客户聚类分配、路径规划和路径改进,与以往两阶段算法不同,该算法采用混合遗传算法进行路径规划,采用竞争-插入进行路径改进,且路径规划与路径改进有机结合形成迭代路径规划过程。用Cordeau等人提出的算例实验表明该算法能够在可以接受的计算时间内得到可接受的好解。 展开更多
关键词 mdvrpTW 混合遗传算法 聚类
在线阅读 下载PDF
求解online packing problem的F-B绝对近似算法 被引量:1
8
作者 黄海 李松斌 《计算机工程与应用》 CSCD 北大核心 2017年第11期73-78,共6页
FF算法由于其在线特性在处理在线装箱问题得到广泛使用,但它无法预测后面达到物品造成装箱率低,提出一种预留一定比例的各类未装满箱体的装箱算法。首先对未装满箱体分类并给出相应的数据结构,接着设计一种绑定配对策略来预留各类未装... FF算法由于其在线特性在处理在线装箱问题得到广泛使用,但它无法预测后面达到物品造成装箱率低,提出一种预留一定比例的各类未装满箱体的装箱算法。首先对未装满箱体分类并给出相应的数据结构,接着设计一种绑定配对策略来预留各类未装满箱体数目,并引入间隔函数控制新箱体的启用,最后基于FF算法结合预留策略对物品进行装箱来保证装箱的绝对近似比。提出了一种预留绑定配对策略为后续输入物品提供预测空间,特别的是F-B算法能得到5/3的绝对近似比。 展开更多
关键词 在线装箱问题 预留箱体 绝对近似比 配对绑定
在线阅读 下载PDF
THE ASYMPTOTIC BEHAVIOR OF SOLUTION FOR THE SINGULARLY PERTURBED INITIAL BOUNDARY VALUE PROBLEMS OF THE REACTION DIFFUSION EQUATIONS IN A PART OF DOMAIN
9
作者 刘其林 莫嘉琪 《应用数学和力学》 EI CSCD 北大核心 2001年第10期1075-1080,共6页
A class of singularly perturbed initial boundary value problems for the reaction diffusion equations in a part of domain are considered. Using the operator theory the asymptotic behavior of solution for the problems i... A class of singularly perturbed initial boundary value problems for the reaction diffusion equations in a part of domain are considered. Using the operator theory the asymptotic behavior of solution for the problems is studied. 展开更多
关键词 奇摄动 反应扩散方程 初始边值问题 算子理论 渐近性态
在线阅读 下载PDF
NONEMPTY INTERSECTION THEOREMS AND SYSTEM OF GENERALIZED VECTOR EQUILIBRIUM PROBLEMS IN PRODUCT G-CONVEX SPACES 被引量:3
10
作者 丁协平 《应用数学和力学》 EI CSCD 北大核心 2004年第6期563-571,共9页
By using an existence theorems of maximal elements for a family of set-valued mappings in G-convex spaces due to the author, some new nonempty intersection theorems for a family of set-valued mappings were established... By using an existence theorems of maximal elements for a family of set-valued mappings in G-convex spaces due to the author, some new nonempty intersection theorems for a family of set-valued mappings were established in noncompact product G-convex spaces. As applications, some equilibrium existence theorems for a system of generalized vector equilibrium problems were proved in noncompact product G-convex spaces. These theorems unify, improve and generalize some important known results in literature. 展开更多
关键词 集值映象组 非空交定理 广义矢量平衡问题组 乘积G凸空间
在线阅读 下载PDF
Improved genetic algorithm for nonlinear programming problems 被引量:8
11
作者 Kezong Tang Jingyu Yang +1 位作者 Haiyan Chen Shang Gao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第3期540-546,共7页
An improved genetic algorithm(IGA) based on a novel selection strategy to handle nonlinear programming problems is proposed.Each individual in selection process is represented as a three-dimensional feature vector w... An improved genetic algorithm(IGA) based on a novel selection strategy to handle nonlinear programming problems is proposed.Each individual in selection process is represented as a three-dimensional feature vector which is composed of objective function value,the degree of constraints violations and the number of constraints violations.It is easy to distinguish excellent individuals from general individuals by using an individuals' feature vector.Additionally,a local search(LS) process is incorporated into selection operation so as to find feasible solutions located in the neighboring areas of some infeasible solutions.The combination of IGA and LS should offer the advantage of both the quality of solutions and diversity of solutions.Experimental results over a set of benchmark problems demonstrate that IGA has better performance than other algorithms. 展开更多
关键词 genetic algorithm(GA) nonlinear programming problem constraint handling non-dominated solution optimization problem.
在线阅读 下载PDF
Modified bottleneck-based heuristic for large-scale job-shop scheduling problems with a single bottleneck 被引量:21
12
作者 Zuo Yan Gu Hanyu Xi Yugeng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第3期556-565,共10页
A modified bottleneck-based (MB) heuristic for large-scale job-shop scheduling problems with a welldefined bottleneck is suggested, which is simpler but more tailored than the shifting bottleneck (SB) procedure. I... A modified bottleneck-based (MB) heuristic for large-scale job-shop scheduling problems with a welldefined bottleneck is suggested, which is simpler but more tailored than the shifting bottleneck (SB) procedure. In this algorithm, the bottleneck is first scheduled optimally while the non-bottleneck machines are subordinated around the solutions of the bottleneck schedule by some effective dispatching rules. Computational results indicate that the MB heuristic can achieve a better tradeoff between solution quality and computational time compared to SB procedure for medium-size problems. Furthermore, it can obtain a good solution in a short time for large-scale jobshop scheduling problems. 展开更多
关键词 job shop scheduling problem BOTTLENECK shifting bottleneck procedure.
在线阅读 下载PDF
Improved ant colony optimization algorithm for the traveling salesman problems 被引量:22
13
作者 Rongwei Gan Qingshun Guo +1 位作者 Huiyou Chang Yang Yi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第2期329-333,共5页
Ant colony optimization (ACO) is a new heuristic algo- rithm which has been proven a successful technique and applied to a number of combinatorial optimization problems. The traveling salesman problem (TSP) is amo... Ant colony optimization (ACO) is a new heuristic algo- rithm which has been proven a successful technique and applied to a number of combinatorial optimization problems. The traveling salesman problem (TSP) is among the most important combinato- rial problems. An ACO algorithm based on scout characteristic is proposed for solving the stagnation behavior and premature con- vergence problem of the basic ACO algorithm on TSP. The main idea is to partition artificial ants into two groups: scout ants and common ants. The common ants work according to the search manner of basic ant colony algorithm, but scout ants have some differences from common ants, they calculate each route's muta- tion probability of the current optimal solution using path evaluation model and search around the optimal solution according to the mutation probability. Simulation on TSP shows that the improved algorithm has high efficiency and robustness. 展开更多
关键词 ant colony optimization heuristic algorithm scout ants path evaluation model traveling salesman problem.
在线阅读 下载PDF
Hybrid particle swarm optimization with chaotic search for solving integer and mixed integer programming problems 被引量:21
14
作者 谭跃 谭冠政 邓曙光 《Journal of Central South University》 SCIE EI CAS 2014年第7期2731-2742,共12页
A novel chaotic search method is proposed,and a hybrid algorithm combining particle swarm optimization(PSO) with this new method,called CLSPSO,is put forward to solve 14 integer and mixed integer programming problems.... A novel chaotic search method is proposed,and a hybrid algorithm combining particle swarm optimization(PSO) with this new method,called CLSPSO,is put forward to solve 14 integer and mixed integer programming problems.The performances of CLSPSO are compared with those of other five hybrid algorithms combining PSO with chaotic search methods.Experimental results indicate that in terms of robustness and final convergence speed,CLSPSO is better than other five algorithms in solving many of these problems.Furthermore,CLSPSO exhibits good performance in solving two high-dimensional problems,and it finds better solutions than the known ones.A performance index(PI) is introduced to fairly compare the above six algorithms,and the obtained values of(PI) in three cases demonstrate that CLSPSO is superior to all the other five algorithms under the same conditions. 展开更多
关键词 particle swarm optimization chaotic search integer programming problem mixed integer programming problem
在线阅读 下载PDF
Solution for integer linear bilevel programming problems using orthogonal genetic algorithm 被引量:10
15
作者 Hong Li Li Zhang Yongchang Jiao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第3期443-451,共9页
An integer linear bilevel programming problem is firstly transformed into a binary linear bilevel programming problem, and then converted into a single-level binary implicit programming. An orthogonal genetic algorith... An integer linear bilevel programming problem is firstly transformed into a binary linear bilevel programming problem, and then converted into a single-level binary implicit programming. An orthogonal genetic algorithm is developed for solving the binary linear implicit programming problem based on the orthogonal design. The orthogonal design with the factor analysis, an experimental design method is applied to the genetic algorithm to make the algorithm more robust, statistical y sound and quickly convergent. A crossover operator formed by the orthogonal array and the factor analysis is presented. First, this crossover operator can generate a smal but representative sample of points as offspring. After al of the better genes of these offspring are selected, a best combination among these offspring is then generated. The simulation results show the effectiveness of the proposed algorithm. 展开更多
关键词 integer linear bilevel programming problem integer optimization genetic algorithm orthogonal experiment design
在线阅读 下载PDF
Nonsmooth Equations of K-T Systems for a Constrained Minimax Problem 被引量:5
16
作者 Gao Yan School of Management, University of Shanghai for Science and Technology, Shanghai 200093, P. R. China 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2003年第2期31-35,共5页
Using K-T optimality condition of nonsmooth optimization, we establish two equivalent systems of the nonsmooth equations for the constrained minimax problem directly. Then generalized Newton methods are applied to so... Using K-T optimality condition of nonsmooth optimization, we establish two equivalent systems of the nonsmooth equations for the constrained minimax problem directly. Then generalized Newton methods are applied to solve these systems of the nonsmooth equations. Thus a new approach to solving the constrained minimax problem is developed. 展开更多
关键词 OPTIMIZATION Minimax problems Nonsmooth equations Generalized Newton methods.
在线阅读 下载PDF
Why is the Danger Cylinder Dangerous in the P3P Problem? 被引量:5
17
作者 ZHANG Cai-Xia HU Zhan-Yi 《自动化学报》 EI CSCD 北大核心 2006年第4期504-511,共8页
The PnP problem is a widely used technique for pose determination in computer vision community,and finding out geometric conditions of multiple solutions is the ultimate and most desirable goal of the multi-solution a... The PnP problem is a widely used technique for pose determination in computer vision community,and finding out geometric conditions of multiple solutions is the ultimate and most desirable goal of the multi-solution analysis,which is also a key research issue of the problem.In this paper,we prove that given 3 control points,if the camera's optical center lies on the so-called“danger cylinder”and is enough far from the supporting plane of control points,the corresponding P3P problem must have 3 positive solutions.This result can bring some new insights into a better understanding of the multi-solution problem.For example,it is shown in the literature that the solution of the P3P problem is instable if the optical center lies on this danger cylinder,we think such occurrence of triple-solution is the primary source of this instability. 展开更多
关键词 The P3P problem the danger cylinder instability of solution
在线阅读 下载PDF
Univector field method-based multi-agent navigation for pursuit problem in obstacle environments 被引量:3
18
作者 Le Pham Tuyen Hoang Huu Viet +3 位作者 Sang Hyeok An Seung Gwan Lee Dong-Han Kim Tae Choong Chung 《Journal of Central South University》 SCIE EI CAS CSCD 2017年第4期1002-1012,共11页
The pursuit problem is a well-known problem in computer science. In this problem, a group of predator agents attempt to capture a prey agent in an environment with various obstacle types, partial observation, and an i... The pursuit problem is a well-known problem in computer science. In this problem, a group of predator agents attempt to capture a prey agent in an environment with various obstacle types, partial observation, and an infinite grid-world. Predator agents are applied algorithms that use the univector field method to reach the prey agent, strategies for avoiding obstacles and strategies for cooperation between predator agents. Obstacle avoidance strategies are generalized and presented through strategies called hitting and following boundary(HFB); trapped and following shortest path(TFSP); and predicted and following shortest path(PFSP). In terms of cooperation, cooperation strategies are employed to more quickly reach and capture the prey agent. Experimental results are shown to illustrate the efficiency of the method in the pursuit problem. 展开更多
关键词 PURSUIT problem PREDATOR AGENT PREY AGENT univector field method MULTI-AGENT systems
在线阅读 下载PDF
Location and allocation problem for spare parts depots on integrated logistics support 被引量:4
19
作者 WEN Meilin LU Bohan +1 位作者 LI Shuyu KANG Rui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2019年第6期1252-1259,共8页
In equipment integrated logistics support(ILS), the supply capability of spare parts is a significant factor. There are lots of depots in the traditional support system, which makes too many redundant spare parts and ... In equipment integrated logistics support(ILS), the supply capability of spare parts is a significant factor. There are lots of depots in the traditional support system, which makes too many redundant spare parts and causes high cost of support. Meanwhile,the inconsistency among depots makes it difficult to manage spare parts. With the development of information technology and transportation, the supply network has become more efficient. In order to further improve the efficiency of supply-support work and the availability of the equipment system, building a system of one centralized depot with multiple depots becomes an appropriate way.In this case, location selection of the depots including centralized depots and multiple depots becomes a top priority in the support system. This paper will focus on the location selection problem of centralized depots considering ILS factors. Unlike the common location selection problem, depots in ILS require a higher service level. Therefore, it becomes desperately necessary to take the high requirement of the mission into account while determining location of depots. Based on this, we raise an optimal depot location model. First, the expected transportation cost is calculated.Next, factors in ILS such as response time, availability and fill rate are analyzed for evaluating positions of open depots. Then, an optimization model of depot location is developed with the minimum expected cost of transportation as objective and ILS factors as constraints. Finally, a numerical case is studied to prove the validity of the model by using the genetic algorithm. Results show that depot location obtained by this model can guarantee the effectiveness and capability of ILS well. 展开更多
关键词 location problem spare parts depot integrated logis tics support genetic algorithm.
在线阅读 下载PDF
Multi-type ant system algorithm for the time dependent vehicle routing problem with time windows 被引量:16
20
作者 DENG Ye ZHU Wanhong +1 位作者 LI Hongwei ZHENG Yonghui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2018年第3期625-638,共14页
The time dependent vehicle routing problem with time windows(TDVRPTW) is considered. A multi-type ant system(MTAS) algorithm hybridized with the ant colony system(ACS)and the max-min ant system(MMAS) algorithm... The time dependent vehicle routing problem with time windows(TDVRPTW) is considered. A multi-type ant system(MTAS) algorithm hybridized with the ant colony system(ACS)and the max-min ant system(MMAS) algorithms is proposed. This combination absorbs the merits of the two algorithms in solutions construction and optimization separately. In order to improve the efficiency of the insertion procedure, a nearest neighbor selection(NNS) mechanism, an insertion local search procedure and a local optimization procedure are specified in detail. And in order to find a balance between good scouting performance and fast convergence rate, an adaptive pheromone updating strategy is proposed in the MTAS. Computational results confirm the MTAS algorithm's good performance with all these strategies on classic vehicle routing problem with time windows(VRPTW) benchmark instances and the TDVRPTW instances, and some better results especially for the number of vehicles and travel times of the best solutions are obtained in comparison with the previous research. 展开更多
关键词 multi-type ant system(MTAS) time dependent vehicle routing problem with time windows(VRPTW) nearest neighbor selection(NNS)
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部