I - input symbol typeD - output domain typepublic class CompleteExplorationEQOracle<I,D> extends Object implements EquivalenceOracle<net.automatalib.automata.concepts.DetOutputAutomaton<?,I,?,D>,I,D>
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle,
int maxDepth)
Constructor.
|
CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle,
int minDepth,
int maxDepth)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,D> |
findCounterExample(net.automatalib.automata.concepts.DetOutputAutomaton<?,I,?,D> hypothesis,
Collection<? extends I> alphabet)
Searches for a counterexample disproving the subjected hypothesis.
|
public CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle, int maxDepth)
sulOracle - interface to the system under learningmaxDepth - maximum exploration depthpublic CompleteExplorationEQOracle(MembershipOracle<I,D> sulOracle, int minDepth, int maxDepth)
sulOracle - interface to the system under learningminDepth - minimum exploration depthmaxDepth - maximum exploration depthpublic DefaultQuery<I,D> findCounterExample(net.automatalib.automata.concepts.DetOutputAutomaton<?,I,?,D> hypothesis, Collection<? extends I> alphabet)
EquivalenceOraclenull is returned.findCounterExample in interface EquivalenceOracle<net.automatalib.automata.concepts.DetOutputAutomaton<?,I,?,D>,I,D>hypothesis - the conjecturealphabet - the set of inputs to consider, this should be a subset of the input alphabet
of the provided hypothesisDefaultQuery contains the SUL output for the respective query.Copyright © 2014. All Rights Reserved.