|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ls5.jlearn.equivalenceoracles.EvolvingHypothesisRandomWalk
@Deprecated public class EvolvingHypothesisRandomWalk
Constructor Summary | |
---|---|
EvolvingHypothesisRandomWalk()
Deprecated. |
Method Summary | |
---|---|
void |
addHypothesis(Automaton h)
Deprecated. |
EquivalenceOracleOutput |
findCounterExample(Automaton a)
Deprecated. Search a counterexample for a provided hypothesis. |
void |
setLengthFactor(double lengthFactor)
Deprecated. |
void |
setMaxQueriesPerTest(int maxQueriesPerTest)
Deprecated. |
void |
setMaxQueriesSum(int maxQueriesSum)
Deprecated. |
void |
setMinFutureLength(int minFutureLength)
Deprecated. |
void |
setOracle(Oracle o)
Deprecated. Specifies the Oracle to be queried when searching for counterexamples |
void |
setSeed(long aSeed)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvolvingHypothesisRandomWalk()
Method Detail |
---|
public void addHypothesis(Automaton h)
public EquivalenceOracleOutput findCounterExample(Automaton a)
EquivalenceOracle
findCounterExample
in interface EquivalenceOracle
a
- Automaton to be checked
EquivalenceOracleOutput
object if a counterexample was found, null
otherwisepublic void setOracle(Oracle o)
EquivalenceOracle
Oracle
to be queried when searching for counterexamples
setOracle
in interface EquivalenceOracle
o
- Oracle
to be queriedpublic void setSeed(long aSeed)
aSeed
- the seed to setpublic void setMaxQueriesPerTest(int maxQueriesPerTest)
maxQueriesPerTest
- the maxQueriesPerTest to setpublic void setMaxQueriesSum(int maxQueriesSum)
maxQueriesSum
- the maxQueriesSum to setpublic void setMinFutureLength(int minFutureLength)
minFutureLength
- the minFutureLength to setpublic void setLengthFactor(double lengthFactor)
lengthFactor
- the lenghFactor to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |