The objective
I've trained a DMDc model with control input U and now I want to predict the stats on a new initial state with series of new control input U`.
Already tried tests
I don't see any method for forecast, reconstructed method only works on training data.
My use case is to train a model and then use it to predict the state using novel control input. Is it not implemented? I guess this can be done if we have learned A and B matrix.