Skip to content

Active learning of RegEx with existing samples #53

Answered by emuskardin
leonbett asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

another alternative is to use ProvidedSequencesOracleWrapper:
https://github.com/DES-Lab/AALpy/blob/master/aalpy/oracles/ProvidedSequencesOracleWrapper.py

You just wrap one oracle and this counterexample in this one, and pass it to the learning algorithm.

samples parameter adds samples to the cache, therefore making learning more efficient, but those are not included in the EqOracle.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by leonbett
Comment options

You must be logged in to vote
3 replies
@emuskardin
Comment options

@leonbett
Comment options

@emuskardin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #52 on November 03, 2023 16:19.