Class DFARandomWpMethodEQOracle<I>

    • Constructor Detail

      • DFARandomWpMethodEQOracle

        public DFARandomWpMethodEQOracle​(MembershipOracle.DFAMembershipOracle<I> sulOracle,
                                         int minimalSize,
                                         int rndLength,
                                         int bound)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
      • DFARandomWpMethodEQOracle

        public DFARandomWpMethodEQOracle​(MembershipOracle.DFAMembershipOracle<I> sulOracle,
                                         int minimalSize,
                                         int rndLength,
                                         int bound,
                                         int batchSize)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate
      • DFARandomWpMethodEQOracle

        public DFARandomWpMethodEQOracle​(MembershipOracle.DFAMembershipOracle<I> sulOracle,
                                         int minimalSize,
                                         int rndLength,
                                         int bound,
                                         Random random,
                                         int batchSize)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
        random - maps to the random parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate