Machine Learning | Python implements NARX model predictive control

Machine Learning | Python implements NARX model predictive control

List of effects

1

2

basic introduction

Machine Learning | Python implements NARX model predictive control

research content

Bayesian black-box model predictive control, based on an expected free energy minimization proxy for nonlinear autoregressive models with exogenous inputs.

programming

  • main program

using Revise
using ForwardDiff
using Optim
using RxInfer
using SpecialFu

Guess you like

Origin blog.csdn.net/kjm13182345320/article/details/132001029