期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Algorithm for multi-constrained path selection based on experimental analysis
1
作者 Qi Xiaogang Liu Lifang Liu Sanyang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2006年第4期931-937,共7页
It is a challenging problem to provide quality-of-service (QoS) guarantees in next generation high-speed network, and the QoS routing is one of the key issues of the problem. For the problem of multi-constrained QoS... It is a challenging problem to provide quality-of-service (QoS) guarantees in next generation high-speed network, and the QoS routing is one of the key issues of the problem. For the problem of multi-constrained QoS routing in high-speed network, especially under the inaccurate link state information, the success ratio of the different constraint combination is analyzed statistically, and a constraint analysis method based on the computer simulation is proposed. Furthermore, the approximately equal loose-tight order relation between each two constraints is constructed, and then an algorithm based on the experimental analysis is presented. Finally, the simulation result demonstrates that the algorithm has the higher success ratio, and the theoretical analysis proves its correctness and universality. 展开更多
关键词 multi-constrained routing quality of service (QoS) path selection computer simulation experimental analysis
在线阅读 下载PDF
Multi-robot task allocation for exploration 被引量:3
2
作者 高平安 蔡自兴 《Journal of Central South University of Technology》 EI 2006年第5期548-551,共4页
The problem of allocating a number of exploration tasks to a team of mobile robots in dynamic environments was studied. The team mission is to visit several distributed targets. The path cost of target is proportional... The problem of allocating a number of exploration tasks to a team of mobile robots in dynamic environments was studied. The team mission is to visit several distributed targets. The path cost of target is proportional to the distance that a robot has to move to visit the target. The team objective is to minimize the average path cost of target over all targets. Finding an optimal allocation is strongly NP-hard. The proposed algorithm can produce a near-optimal solution to it. The allocation can be cast in terms of a multi-round single-item auction by which robots bid on targets. In each auction round, one target is assigned to a robot that produces the lowest path cost of the target. The allocated targets form a forest where each tree corresponds a robot’s exploring targets set. Each robot constructs an exploring path through depth-first search in its target tree. The time complexity of the proposed algorithm is polynomial. Simulation experiments show that the allocating method is valid. 展开更多
关键词 multi-robot systems task allocation average path cost multi-round single-item auction target tree
在线阅读 下载PDF
New coordination scheme for multi-robot systems based on state space models
3
作者 Xie Wenlong Su Jianbo Lin Zongli 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第4期722-734,共13页
A new coordination scheme for multi-robot systems is proposed. A state space model of the multi- robot system is defined and constructed in which the system's initial and goal states are included along with the task ... A new coordination scheme for multi-robot systems is proposed. A state space model of the multi- robot system is defined and constructed in which the system's initial and goal states are included along with the task definition and the system's internal and external constraints. Task accomplishment is considered a transition of the system state in its state space (SS) under the system's constraints. Therefore, if there exists a connectable path within reachable area of the SS from the initial state to the goal state, the task is realizable. The optimal strategy for the task realization under constraints is investigated and reached by searching for the optimal state transition trajectory of the robot system in the SS. Moreover, if there is no connectable path, which means the task cannot be performed Successfully, the task could be transformed to be realizable by making the initial state and the goal state connectable and finding a path connecting them in the system's SS. This might be done via adjusting the system's configuration and/or task constraints. Experiments of multi-robot formation control with obstacles in the environment are conducted and simulation results show the validity of the proposed method. 展开更多
关键词 multi-robot system COORDINATION state space formation maneuver SUBGOAL
在线阅读 下载PDF
Flocking of multi-robot systems with connectivity maintenance on directed graphs
4
作者 Yutian Mao Lihua Dou +1 位作者 Hao Fang Jie Chen 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第3期470-482,共13页
Analysis and design techniques for cooperative flocking of nonholonomic multi-robot systems with connectivity maintenance on directed graphs are presented. First, a set of bounded and smoothly distributed control prot... Analysis and design techniques for cooperative flocking of nonholonomic multi-robot systems with connectivity maintenance on directed graphs are presented. First, a set of bounded and smoothly distributed control protocols are devised via carefully designing a class of bounded artificial potential fields (APF) which could guarantee the connectivity maintenance, col ision avoidance and distance stabilization simultaneously during the system evolution. The connectivity of the underlying network can be preserved, and the desired stable flocking behavior can be achieved provided that the initial communication topology is strongly connected rather than undirected or balanced, which relaxes the constraints for group topology and extends the previous work to more generalized directed graphs. Furthermore, the proposed control algorithm is extended to solve the flocking problem with a virtual leader. In this case, it is shown that al robots can asymptotically move with the desired velocity and orientation even if there is only one informed robot in the team. Finally, nontrivial simulations and experiments are conducted to verify the effectiveness of the proposed algorithm. 展开更多
关键词 multi-robot system nonholonomic kinematics FLOCKING directed network connectivity maintenance bounded artificial potential field (APF).
在线阅读 下载PDF
A survey on passing-through control of multi-robot systems in cluttered environments
5
作者 GAO Yan BAI Chenggang QUAN Quan 《Journal of Systems Engineering and Electronics》 2025年第4期1037-1056,共20页
This survey presents a comprehensive review of vari-ous methods and algorithms related to passing-through control of multi-robot systems in cluttered environments.Numerous studies have investigated this area,and we id... This survey presents a comprehensive review of vari-ous methods and algorithms related to passing-through control of multi-robot systems in cluttered environments.Numerous studies have investigated this area,and we identify several avenues for enhancing existing methods.This survey describes some models of robots and commonly considered control objec-tives,followed by an in-depth analysis of four types of algo-rithms that can be employed for passing-through control:leader-follower formation control,multi-robot trajectory planning,con-trol-based methods,and virtual tube planning and control.Fur-thermore,we conduct a comparative analysis of these tech-niques and provide some subjective and general evaluations. 展开更多
关键词 multi-robot system passing-through control forma-tion trajectory planning virtual tube.
在线阅读 下载PDF
A review of mobile robot motion planning methods:from classical motion planning workflows to reinforcement learning-based architectures 被引量:5
6
作者 DONG Lu HE Zichen +1 位作者 SONG Chunwei SUN Changyin 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第2期439-459,共21页
Motion planning is critical to realize the autonomous operation of mobile robots.As the complexity and randomness of robot application scenarios increase,the planning capability of the classical hierarchical motion pl... Motion planning is critical to realize the autonomous operation of mobile robots.As the complexity and randomness of robot application scenarios increase,the planning capability of the classical hierarchical motion planners is challenged.With the development of machine learning,the deep reinforcement learning(DRL)-based motion planner has gradually become a research hotspot due to its several advantageous feature.The DRL-based motion planner is model-free and does not rely on the prior structured map.Most importantly,the DRL-based motion planner achieves the unification of the global planner and the local planner.In this paper,we provide a systematic review of various motion planning methods.Firstly,we summarize the representative and state-of-the-art works for each submodule of the classical motion planning architecture and analyze their performance features.Then,we concentrate on summarizing reinforcement learning(RL)-based motion planning approaches,including motion planners combined with RL improvements,map-free RL-based motion planners,and multi-robot cooperative planning methods.Finally,we analyze the urgent challenges faced by these mainstream RLbased motion planners in detail,review some state-of-the-art works for these issues,and propose suggestions for future research. 展开更多
关键词 mobile robot reinforcement learning(RL) motion planning multi-robot cooperative planning
在线阅读 下载PDF
Genetic algorithm for pareto optimum-based route selection 被引量:1
7
作者 Cui Xunxue Li Qin Tao Qing 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第2期360-368,共9页
A quality of service (QoS) or constraint-based routing selection needs to find a path subject to multiple constraints through a network. The problem of finding such a path is known as the multi-constrained path (MC... A quality of service (QoS) or constraint-based routing selection needs to find a path subject to multiple constraints through a network. The problem of finding such a path is known as the multi-constrained path (MCP) problem, and has been proven to be NP-complete that cannot be exactly solved in a polynomial time. The NPC problem is converted into a multiobjective optimization problem with constraints to be solved with a genetic algorithm. Based on the Pareto optimum, a constrained routing computation method is proposed to generate a set of nondominated optimal routes with the genetic algorithm mechanism. The convergence and time complexity of the novel algorithm is analyzed. Experimental results show that multiobjective evolution is highly responsive and competent for the Pareto optimum-based route selection. When this method is applied to a MPLS and metropolitan-area network, it will be capable of optimizing the transmission performance. 展开更多
关键词 Route selection Multiobjective optimization Pareto optimum multi-constrained path Genetic algorithm.
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部