Class KearnsVaziraniDFA<I>

    • Constructor Detail

      • KearnsVaziraniDFA

        public KearnsVaziraniDFA​(net.automatalib.alphabet.Alphabet<I> alphabet,
                                 MembershipOracle<I,​Boolean> oracle,
                                 boolean repeatedCounterexampleEvaluation,
                                 AcexAnalyzer counterexampleAnalyzer)
        Constructor.
        Parameters:
        alphabet - the learning alphabet
        oracle - the membership oracle
        repeatedCounterexampleEvaluation - a flag whether counterexamples should be analyzed exhaustively
        counterexampleAnalyzer - the counterexample analyzer