首页 | 本学科首页   官方微博 | 高级检索  
     

利用有向环的性质求解可达关系
引用本文:陈秋茹,文中华,袁润,戴良伟.利用有向环的性质求解可达关系[J].计算机科学,2016,43(4):202-205, 209.
作者姓名:陈秋茹  文中华  袁润  戴良伟
作者单位:湘潭大学信息工程学院 湘潭411105,湖南工程学院计算机与通信学院 湘潭411104;湘潭大学智能计算与信息处理教育部重点实验室 湘潭 411105,湘潭大学信息工程学院 湘潭411105,湘潭大学信息工程学院 湘潭411105
基金项目:本文受国家自然科学基金(61272295,61105039,61202398),湘潭大学智能计算与信息处理教育部重点实验室,湖南省重点学科建设项目(0812)资助
摘    要:不确定规划研究的最终目标是求出规划解,但是由于缺少引导信息,直接求规划解会导致大量的无用状态和动作被搜索。获得状态间的可达关系可以避免冗余计算。目前求可达关系的方法效率较低,因此设计了一种求可达关系的新方法。将不确定状态转移系统抽象成一个图,在这个图中,查找状态之间的可达信息是否形成一个有向环。若存在一个有向环,说明环内每两个状态之间都有可达关系。将其中一个状态作为父节点,并且将这个环内所有状态的可达关系记录在父节点中,通过访问父节点的可达信息更新环内状态的可达信息,减少了许多无用的状态和动作被搜索。实验结果表明,所设计的算法不仅能得到更全面的可达关系,而且效率也高于已有的算法。

关 键 词:不确定规划  可达关系  有向图
收稿时间:2/5/2015 12:00:00 AM
修稿时间:2015/5/16 0:00:00

Solving Reachability Relationship by Property of Directed Cycle
CHEN Qiu-ru,WEN Zhong-hu,YUAN Run and DAI Liang-wei.Solving Reachability Relationship by Property of Directed Cycle[J].Computer Science,2016,43(4):202-205, 209.
Authors:CHEN Qiu-ru  WEN Zhong-hu  YUAN Run and DAI Liang-wei
Affiliation:College of Information Engineering,Xiangtan University,Xiangtan 411105,China,Department of Computer & Communication,Hunan Institute of Engineering,Xiangtan 411104,China;Key Laboratory of Intelligent Computing & Information ProcessingXiangtan University,Ministry of Education,Xiangtan 411105,China,College of Information Engineering,Xiangtan University,Xiangtan 411105,China and College of Information Engineering,Xiangtan University,Xiangtan 411105,China
Abstract:The goal of non-deterministic planning is getting the planning solution.Due to the lack of the helpful information,searching the problem space directly leads to a large number of useless work,which can be reduced dramatically by capturing the reachability relationship between states.But current methods perform poorly with respect to efficiency,thus we designed a new algorithm.We built a graph from the non-deterministic system,and checked whether there are some paths between states leading to some cycles.We concluded that every two states in the cycle are mutually reachable,if such a cycle does exist.We could treat vertex as the parent,and tagged it with the reachability relationships.By using this relationships and updating the reachability information of the states in the cycle,we could prevent many useless states to be searched.The experimental results show that the designed algorithm not only gains more complete reachability relationships,but also outperforms the current algorithms in efficiency.
Keywords:Non-deterministic planning  Reachability relationship  Directed graph
点击此处可从《计算机科学》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号