Skip to content

POC implementation of an inference engine that uses A*

License

Notifications You must be signed in to change notification settings

ninesalt/bckwrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bckwrd

Bckwrd is a proof-of-concept implementation of an inference engine that does backwards chaining to evaluate queries. The idea here is to use the A* search algorithm instead of DFS (which Prolog uses). Bckwrd is written in Go to make use of it's efficiency (mainly pointers) which should speed up evaluation.

About

POC implementation of an inference engine that uses A*

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages