Research & Papers

An Evolutionary Algorithm for Actuator-Sensor-Communication Co-Design in Distributed Control

A new AI method optimizes complex control networks on a laptop, beating naive pruning by over 50%.

Deep Dive

Researchers Pengyang Wu and Jing Shuang Li have published a paper introducing a novel evolutionary algorithm designed to solve the complex co-design problem in distributed control systems. The core challenge is to jointly optimize the selection and placement of three critical elements: physical actuators, sensors, and the communication links between sub-controllers, all while minimizing both performance cost (measured by Linear-Quadratic/LQ cost) and the material cost of the hardware and network itself. Their approach starts with a baseline, densely connected LQR controller and uses an evolutionary algorithm to strategically 'prune' unnecessary components, effectively finding the most cost-effective architecture without sacrificing stability.

The algorithm's performance is demonstrated through simulations, with one standout result involving a 98-state model of a swing equation—a classic problem in power system stability. Remarkably, the co-design process for this complex model runs in seconds on a standard laptop. The research highlights that this intelligent, joint optimization significantly outperforms simpler 'naive' pruning methods, which remove components without considering their interdependencies, by over 50% in combined cost savings. For inherently unstable systems, where pruning risks causing failure, the authors provide a modified version of their algorithm that incorporates stability guarantees, making the tool practical for real-world engineering applications where reliability is non-negotiable.

Key Points
  • Co-designs actuators, sensors, and comms links 50% better than naive pruning.
  • Solves a 98-state swing equation model on a laptop in seconds.
  • Includes algorithm modifications to ensure stability in unstable control plants.

Why It Matters

Enables faster, cheaper design of efficient large-scale control systems for power grids, robotics, and manufacturing.