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?
Gekko doesn’t allow models from other packages such as the
h5
model but it could probably be created if you have the drive to translate the model. Here are two options: