After using GEKKO to model a ARX MPC based on process data for multi-stage evaporation station, I wanted to see how the prediction model stand up to an LSTM prediction control, however I have trouble connecting the LSTM model (saved as .h5) to the GEKKO MPC.
Hence my 2 questions
- Is it possible to use an LSTM with GEKKO?
- Do there exist literature or cases where this have been done?

