A - hypothesis formatI - input symbols classO - output symbol classpublic class RandomWalkEQOracle<I,O> extends Object implements EquivalenceOracle<MealyMachine<?,I,?,O>,I,Word<O>>
| Constructor and Description |
|---|
RandomWalkEQOracle(double restartProbability,
long maxSteps,
boolean resetStepCount,
Random random,
SUL<I,O> sul) |
RandomWalkEQOracle(double restartProbability,
long maxSteps,
Random random,
SUL<I,O> sul)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,Word<O>> |
findCounterExample(MealyMachine<?,I,?,O> hypothesis,
Collection<? extends I> inputs) |
public RandomWalkEQOracle(double restartProbability, long maxSteps, Random random, SUL<I,O> sul)
restartProbability - maxSteps - random - sul - public RandomWalkEQOracle(double restartProbability, long maxSteps, boolean resetStepCount, Random random, SUL<I,O> sul)
public DefaultQuery<I,Word<O>> findCounterExample(MealyMachine<?,I,?,O> hypothesis, Collection<? extends I> inputs)
findCounterExample in interface EquivalenceOracle<MealyMachine<?,I,?,O>,I,Word<O>>hypothesis - inputs - Copyright © 2013. All Rights Reserved.