Skip to content

amit-jain/course.aiplan.searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

course.aiplan.searcher

A generic search component for AI Planning. This project has been created as submission for the Creative Challenge assignment for the coursera AI Planning course - www.coursera.org/course/aiplan. The library currently implements the following algorithms :

  1. BFS
  2. DFS
  3. UCS
  4. ASTAR
  5. ASTAR Graph

More will be added subsequently. Any client application will need to inherit from the Node interface and call the SearchExecutor class with the appropriate algorithm type (Defined in SearchType Enum) and the initial state.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages