Class CompleteExplorationEQOracle<A extends Output<I,​D>,​I,​D>

    • Constructor Detail

      • CompleteExplorationEQOracle

        public CompleteExplorationEQOracle​(MembershipOracle<I,​D> sulOracle,
                                           int maxDepth)
        Constructor.
        Parameters:
        sulOracle - interface to the system under learning
        maxDepth - maximum exploration depth
      • CompleteExplorationEQOracle

        public CompleteExplorationEQOracle​(MembershipOracle<I,​D> sulOracle,
                                           int minDepth,
                                           int maxDepth)
        Constructor.
        Parameters:
        sulOracle - interface to the system under learning
        minDepth - minimum exploration depth
        maxDepth - maximum exploration depth
      • CompleteExplorationEQOracle

        public CompleteExplorationEQOracle​(MembershipOracle<I,​D> sulOracle,
                                           int minDepth,
                                           int maxDepth,
                                           int batchSize)
        Constructor.
        Parameters:
        sulOracle - interface to the system under learning
        minDepth - minimum exploration depth
        maxDepth - maximum exploration depth
        batchSize - size of the batches sent to the membership oracle