Package net.maswag.falcaun
Class EQSearchProblem
java.lang.Object
org.uma.jmetal.problem.impl.AbstractGenericProblem<org.uma.jmetal.solution.IntegerSolution>
org.uma.jmetal.problem.impl.AbstractIntegerProblem
net.maswag.falcaun.EQSearchProblem
- All Implemented Interfaces:
Serializable,EvaluationCountable,org.uma.jmetal.problem.BoundedProblem<Integer,,org.uma.jmetal.solution.IntegerSolution> org.uma.jmetal.problem.IntegerProblem,org.uma.jmetal.problem.Problem<org.uma.jmetal.solution.IntegerSolution>
public class EQSearchProblem
extends org.uma.jmetal.problem.impl.AbstractIntegerProblem
implements EvaluationCountable
EQSearchProblem class.
- Author:
- Masaki Waga <masakiwaga@gmail.com>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.maswag.falcaun.EvaluationCountable
EvaluationCountable.MealyEquivalenceOracle<I,O>, EvaluationCountable.Sum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final intprivate final NumericMembershipOracleCostprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(org.uma.jmetal.solution.IntegerSolution integerSolution) (package private) boolean(package private) voidsetHypothesis(net.automatalib.automaton.transducer.MealyMachine<?, String, ?, String> hypothesis) (package private) voidsetSymbolList(List<? extends String> symbolList) Methods inherited from class org.uma.jmetal.problem.impl.AbstractIntegerProblem
createSolution, getLowerBound, getUpperBound, setLowerLimit, setUpperLimitMethods inherited from class org.uma.jmetal.problem.impl.AbstractGenericProblem
getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.maswag.falcaun.EvaluationCountable
getEvaluateCountMethods inherited from interface org.uma.jmetal.problem.Problem
getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables
-
Field Details
-
symbolList
-
memOracle
-
hypothesis
-
length
private final int length -
cexQuery
-
stopped
private boolean stopped -
evaluateCount
private int evaluateCount
-
-
Constructor Details
-
EQSearchProblem
EQSearchProblem(NumericMembershipOracleCost memOracle, int length)
-
-
Method Details
-
setSymbolList
-
evaluate
public void evaluate(org.uma.jmetal.solution.IntegerSolution integerSolution) - Specified by:
evaluatein interfaceorg.uma.jmetal.problem.Problem<org.uma.jmetal.solution.IntegerSolution>
-
getCexQuery
-
setHypothesis
-
isStopped
boolean isStopped()
-