Class PassiveLearnerVariantListImpl<M,​I,​D>

    • Constructor Detail

      • PassiveLearnerVariantListImpl

        public PassiveLearnerVariantListImpl()
    • Method Detail

      • addLearnerVariant

        public void addLearnerVariant​(String name,
                                      PassiveLearningAlgorithm<? extends M,​I,​D> learner)
        Description copied from interface: PassiveLearnerVariantList
        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).

        Specified by:
        addLearnerVariant in interface PassiveLearnerVariantList<M,​I,​D>
        Parameters:
        name - the name of the variant
        learner - the algorithm instance for this variant