mpc_oracle#
This module implements the MPCOracle class for benchmarking purposes.
The MPCOracle class does not estimate a model using the collected trajectory data. Instead, it uses the actual system matrices A, B, C, D and the optimal infinite Kalman Gain K. Hence, it is named “oracle” as it has perfect knowledge of the system.
Classes
MPCOracle class for benchmarking purposes. |