public interface PassiveLearnerVariantList<M,I,D>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PassiveLearnerVariantList.DFALearnerVariantList<I> |
static interface |
PassiveLearnerVariantList.MealyLearnerVariantList<I,O> |
static interface |
PassiveLearnerVariantList.MealySymLearnerVariantList<I,O> |
static interface |
PassiveLearnerVariantList.OneSEVPALearnerVariantList<I> |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void addLearnerVariant(String name, PassiveLearningAlgorithm<? extends M,I,D> learner)
This is a convenience method, equivalent to invoking addLearnerVariant(name, learner, -1).
name - the name of the variantlearner - the algorithm instance for this variantCopyright © 2020. All rights reserved.