leonbohn / automata

MIT License
4 stars 0 forks source link

Fixing `automata-learning` part one #96

Closed leonbohn closed 4 months ago

leonbohn commented 4 months ago

This PR begins the work of porting the existing learning algorithms and structures to the new automata codebase. The work consists mainly of no longer ignoring tests, getting things to build and fixing bugs. Right now, we have a working DPAinf algorithm, which can learn FORCs and the precise DPA. Also working is the L* active learner. For the moment, I will merge this in, to be able to work on other things. But there is still quite some cleanup to do...