Using Neuromancer for Moving Horizon Estimation #87
-
Hi! I would like to ask for some help in the following matter. And this part is what I could not really implement/work out how to implement in Neuromancer, as I did not find such an example where an optimization variable is used in such a way. (Or maybe I have missed it...) Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @hadlaczkyb thank you for your question. |
Beta Was this translation helpful? Give feedback.
Hi @hadlaczkyb thank you for your question.$y_k$ will be a sampled trajectory comming from the dataset. Then you need to implement the state space model equations and instantiate neural network that will map the problem parameters to the decition variables.
Yes it is possible to implement MHE using neuromancer. You can adapt one of our differentiable predictive control examples for this purpose.
In your case,
https://github.com/pnnl/neuromancer/tree/master/examples/control