Package net.maswag.falcaun
Interface ContinuousNumericSUL
- All Superinterfaces:
AutoCloseable,NumericSUL,SUL<List<Double>,IOSignalPiece<List<Double>>>
Continuous-time systems under learning with numerical I/O.
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface net.maswag.falcaun.NumericSUL
clear, getCounter, getSimulationTimeSecond, post, pre
-
Method Details
-
step
Execute the SUL by feeding single step input. -
execute
IOContinuousSignal<List<Double>> execute(net.automatalib.word.Word<List<Double>> inputSignal) throws InterruptedException, ExecutionException Description copied from interface:NumericSULExecute the SUL by feeding the entire input- Specified by:
executein interfaceNumericSUL- Throws:
InterruptedExceptionExecutionException
-