Skip to content

How to include system state information in generated state nodes & customized modifications? #103

Answered by mtf90
tao2years asked this question in Q&A
Discussion options

You must be logged in to vote

To your first question: It sounds like a Moore machine would suite your scenario better than a Mealy machine. Your state outputs would then be of a more complex class (than, e.g., String). For example, Set<P> or List<P> where P denotes the type of your proposition variables.

A combined approach for general UniversalDeterministicAutomatons (with transition outputs and state outputs) is currently not provided by LearnLib. It should be possible to implemented it yourself, but you would have to implement some of the internal work of the algorithms as well (e.g., for L*, the management of the observation table and the hypothesis construction).

To your second question: The learning algorithms a…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@tao2years
Comment options

@mtf90
Comment options

mtf90 Nov 8, 2023
Maintainer

@tao2years
Comment options

@mtf90
Comment options

Answer selected by tao2years
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants