Comparison between L* and NL* algorithm #98
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Can you help me, how learnlib and automatalib library use in new project with maven like how they use in the statelearner , so I can use directly, coz I don't want to modified the learnlib code |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to compare the time, membership query, equivalence query between L* and NL* some other measurement for my research work
I need some help so what input should I have to this algorithm because DFA and NFA accept the same language.
or
Generate random DFAs (which can be regular expression or the dot file of DFA)
or just give the suggestion what can I do to compare both L* and NL* with given metric and what input should be given for accept the same regular langugage?
And How to configure Learnlib for this approach?
Beta Was this translation helpful? Give feedback.
All reactions