Class WordAdaptiveQuery<I,​O>

    • Constructor Detail

      • WordAdaptiveQuery

        public WordAdaptiveQuery​(net.automatalib.word.Word<I> query)
    • Method Detail

      • getInput

        public I getInput()
        Description copied from interface: AdaptiveQuery
        Returns the current input symbol that should be evaluated on the system under learning.
        Specified by:
        getInput in interface AdaptiveQuery<I,​O>
        Returns:
        the current input symbol
      • processOutput

        public AdaptiveQuery.Response processOutput​(O out)
        Description copied from interface: AdaptiveQuery
        Processes the output of the system under learning to the latest returned input symbol.
        Specified by:
        processOutput in interface AdaptiveQuery<I,​O>
        Parameters:
        out - the output of the system under learning
        Returns:
        the next action to make
      • getOutput

        public net.automatalib.word.Word<O> getOutput()