Interface PassiveLearnerVariantList<M,​I,​D>

    • Method Detail

      • addLearnerVariant

        void addLearnerVariant​(String name,
                               PassiveLearningAlgorithm<? extends M,​I,​D> learner)
        Adds a learner variant with the default maximum number of rounds (i.e., the size of the target automaton) to the list.

        This is a convenience method, equivalent to invoking addLearnerVariant(name, learner, -1).

        Parameters:
        name - the name of the variant
        learner - the algorithm instance for this variant