basic-gps: Basic implementation of General Problem Solver algorithm

[ ai, library, mit ] [ Propose Tags ]

Basic implementation of General Problem Solver algorithm. Untested, does not fix many problems. The algorithm is abstract: you can provide your own type of goals and operations.


[Skip to Readme]

Modules

  • GPS

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.17.2.0 && <4.18) [details]
License MIT
Author InAnYan
Maintainer ruslanpopov1512@gmail.com
Category AI
Uploaded by InAnYan at 2023-12-04T11:58:53Z
Distributions
Downloads 23 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-12-04 [all 2 reports]

Readme for basic-gps-0.1.0.0

[back to package description]

Basic implementation of General Problem Solver algorithm

Key features:

  • Written in Haskell in less than 50 LOC.
  • Abstract. You can have different types for operations and goals.

Warning:

  • It is not tested.
  • It does not fix problems like clobbered sibling problem, or recursive subgoal problem, etc.