KalmanNet / KalmanNet_TSP

code for KalmanNet
270 stars 73 forks source link

Is it possible to get more than 1 future predictions ? #41

Closed adityag6994 closed 1 month ago

adityag6994 commented 2 months ago

Hi, Firstly Great Work!

Is it possible to modify the model such that I can get more than 1 future prediction ? Similar to RNN/LSTM models where we can define number of future predictions we want to get.

Thanks!