-
Notifications
You must be signed in to change notification settings - Fork 17
Description
These are just some loose thoughts.
A HW model consists of an input nonlinearity
- Applying
$g_i(u)$ in batch to transform the entire input trajectory. - Apply a possibly learned nonlinear observer in batch
$K(y)$ . - Simulate the linear system
$G$ like usual. - Apply
$g_o(u)$ in batch to the output of the linear system.
This algorithm would avoid the costly point-wise application of the neural networks. One complication is that the observer feedback typically operates on the error, or more generally, both the predicted and measured outputs. If we learn the observer, this might still have to be called in the loop, but a pre-transform of the measurements may still be beneficial to add modeling power without adding excessive computational overhead.
#133 estimates a HW model in the special case where the nonlinearities are known.