Class PresetAdaptiveQuery<I,​O>

    • Constructor Detail

      • PresetAdaptiveQuery

        public PresetAdaptiveQuery​(Query<I,​net.automatalib.word.Word<O>> 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