1
Fork 0
mirror of https://github.com/Jaxan/monoid-learner.git synced 2025-04-27 06:57:44 +02:00
Learns a monoid with an L*-like algorithm
Find a file
2021-03-12 09:53:24 +01:00
app Working implementation 2021-03-12 09:53:24 +01:00
src Working implementation 2021-03-12 09:53:24 +01:00
.gitignore Working implementation 2021-03-12 09:53:24 +01:00
monoid-learner.cabal Working implementation 2021-03-12 09:53:24 +01:00
README.md Working implementation 2021-03-12 09:53:24 +01:00
Setup.hs Working implementation 2021-03-12 09:53:24 +01:00

monoid-learner

Learns the minimal monoid accepting an unknown language through an orcale. Similar to Lstar, but for monoids instead of automata. The output is a monoid representation which is furthermore minimised by the Knuth-Bendix completion.

Original