首页    期刊浏览 2024年12月01日 星期日
登录注册

文章基本信息

  • 标题:Multi Neuron Heuristic Search
  • 本地全文:下载
  • 作者:Anupam Shukla, Rahul Kala
  • 期刊名称:International Journal of Computer Science and Network Security
  • 印刷版ISSN:1738-7906
  • 出版年度:2008
  • 卷号:8
  • 期号:6
  • 页码:344-350
  • 出版社:International Journal of Computer Science and Network Security
  • 摘要:We know the various searching algorithms available today. Searching has become one of the most essential parts of the artificial intelligence algorithms these days. We have so many algorithms like A*, Heuristic Search, Breadth-First Search, Depth First Search, etc. All these are applied to various problems in their own way. We need to predict the most appropriate search technique as the input data is not known. In this paper we present a new searching algorithm. This algorithm works on the principle of applying many neurons (elementary searching units) for working on different data one after the other. Hence as in the case of A* and heuristic search, we do not only select the best current node, but we select a range of nodes from the best to worst. At each iteration various nodes are seen and expanded which have varying heuristic costs. This algorithm would work very well on data in which heuristics change suddenly from very good to bad or vice-versa. We implemented this algorithm and put it on the maze-solving problem, where the heuristic cost was the distance between the nodes to goal point. We saw that the algorithm worked better than any existing algorithm and visited the least number of nodes. This proves the efficiency of the algorithm. We have also shown that this algorithm lies between A* Algorithm and Breadth First Search. Both these algorithms can be reached using this algorithm.
  • 关键词:Searching, artificial intelligence, A*, heuristics, multi-processing, multi-neurons
国家哲学社会科学文献中心版权所有