Skip to content

Using Neuromancer for Moving Horizon Estimation #87

Answered by drgona
hadlaczkyb asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hadlaczkyb thank you for your question.
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, $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.
https://github.com/pnnl/neuromancer/tree/master/examples/control

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by madelynshapiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #85 on September 25, 2023 17:57.