Source code for agentlib_mpc.modules.dmpc
from agentlib_mpc.modules.mpc_full import MPC, MPCConfig
[docs]class DistributedMPC(MPC):
"""Base class which defines common interfaces among all
distributed mpc approaches (either optimization based,
game theory based or some other)."""
config: DistributedMPCConfig