Closed Lalith-Sagar-Devagudi closed 1 year ago
Hey Lalith! Thank you for creating the issue. The issue is only with the 1 step ahead prediction and fix will be on next update. You can use the solution we talked about on discord in the meantime!
fixed in v0.3.0
https://github.com/wilsonrljr/sysidentpy/blob/440bd926892b506506eaa37d3864cfed99e6a2b1/sysidentpy/simulation/_simulation.py#L333
bug When trying to simulate duffing equation
by giving steps_ahead = 2 or more, it is still predicting the one step forward for all the given test values. And it cannot simulate with out the steps_ahead parameter and also when steps_ahead = 50 or more. Please see the respective screenshots of the simulations.
without steps_ahead steps_ahead = 1 steps_ahead = 2 steps_ahead = 50 steps_ahead = 100
Thank you very much for this very insightful and helpful project.