Abstract
Heuristic search algorithms are informed search strategies that use heuristics to estimate the minimal cost of the path from the current state to the goal. Using this additional knowledge, this type of algorithms can distinguish non-goal states, and then directs its search towards those that look more promising. This makes these algorithms faster than uninformed search algorithms. The A* algorithm is a well-known example of heuristic-based algorithms that is guaranteed to find the least-cost path to a goal state if the heuristic used is admissible, which means that it never overestimates the real cost from the current state to the goal. In this article, we are going to present a neural network architecture that makes it possible to predict admissible heuristics for a given graph and destination node, then we are going to refine our models using genetic algorithms in order to obtain better results.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.