Zhang F, Wang H, Tan C, et al. The distributed optimal consensus algorithms for general linear multi-agent systems[C]//2017 Chinese Automation Congress (CAC). IEEE, 2017: 3351-3354.

文章目录

  • Theorem 1
  • Theorem 2

单个智能体的动力学
x˙i(t)=Axi(t)+Bui(t)(1)\dot{x}_i(t) = A x_i(t) + B u_i(t) \tag{1}x˙i​(t)=Axi​(t)+Bui​(t)(1)

单智能体的损失函数


NNN 个智能体
x˙(t)=A~x(t)+B~u(t)(3)\dot{x}(t) = \tilde{A} x(t) + \tilde{B} u(t) \tag{3}x˙(t)=A~x(t)+B~u(t)(3)


控制协议
ui(t)=−K∑j=1Naij(xi(t)−xj(t))u_i(t) = -K \sum_{j=1}^{N} a_{ij} (x_i(t) - x_j(t))ui​(t)=−Kj=1∑N​aij​(xi​(t)−xj​(t))

u(t)=−(L⊗K)x(t)u(t) = -(L \otimes K) x(t)u(t)=−(L⊗K)x(t)

Theorem 1

Theorem 2

【Paper】2017_The distributed optimal consensus algorithms for general linear multi-agent systems相关推荐

  1. 【Paper】2021_Optimal Distributed Leader-following Consensus of Linear Multi-agent Systems: A Dynamic

    Ren Y, Wang Q, Duan Z. Optimal Distributed Leader-following Consensus of Linear Multi-agent Systems: ...

  2. 【Paper】2021_Observer-based distributed consensus for multi-agent systems with directed networks and

    Shuzhen Yu, Zhiyong Yu, Haijun Jiang, Xuehui Mei, Observer-based distributed consensus for multi-age ...

  3. 【Paper】2019_Distributed bipartite leader-following consensus of linear multi-agent systems with inpu

    2019_Distributed bipartite leader-following consensus of linear multi-agent systems with input time ...

  4. 【Paper】2021_Analysis of the Consensus Protocol of Heterogeneous Agents with Time-Delays

    发一篇自己写的文章,欢迎各位引用,引用格式如下: Zhao, Jichao & Dai, Fengzhi & Yunzhong, Song. (2021). Analysis of t ...

  5. 【Paper】2020_Resilient Self/Event-Triggered Consensus Based on Ternary Control

    Matsume H, Wang Y, Ishii H. Resilient self/event-triggered consensus based on ternary control[J]. No ...

  6. 【Paper】2020_Distributed optimal consensus with obstacle avoidance algorithm of mixed-order UAVs

    Yang X, Wang W, Huang P. Distributed optimal consensus with obstacle avoidance algorithm of mixed-or ...

  7. 【Paper】2021_Distributed Consensus Tracking of Networked Agent Systems Under Denial-of-Service Attack

    Y. Wan, G. Wen, X. Yu and T. Huang, "Distributed Consensus Tracking of Networked Agent Systems ...

  8. 【Paper】2003_Consensus Problems in Networks of Agents with Switching Topology and Time-Delays

    此篇文章主要在于仿真代码,关于文献的解释请参考 [Paper]2003_Murr_Consensus Problems in Networks of Agents with Switching Top ...

  9. 【Paper】2019_Consensus Control of Multiple AUVs Recovery System Under Switching Topologies and Time D

    Zhang W, Zeng J, Yan Z, et al. Consensus control of multiple AUVs recovery system under switching to ...

最新文章

  1. IL,Emit之OpCodes说明(备查)
  2. 用命令行工具创建 NuGet 程序包
  3. 线程里面的yield();方法(让出线程)
  4. 让PPT声音播放不再“哑口无言”
  5. tensorfllow MNIST机器学习入门
  6. POJ 1222 EXTENDED LIGHTS OUT(高斯消元)
  7. 多值参数-数字累加案例演练
  8. 解决TeXstudio外部查看器失败方法
  9. 坊间八卦 | 关于 Oracle 中国区裁员的是是非非
  10. Spark之GraphX
  11. Java 质数输出的经典算法题面试可以用
  12. breadcrumb 根据路由_简单的vue-router面包屑转化
  13. 删除查找后的目录或文件
  14. rsync+inotify实现数据实时同步备份
  15. ubuntu安装deep-wine下载qq,tim等文件
  16. Python华氏摄氏度的转换
  17. 05JavaScript输出
  18. C语言实现哈夫曼压缩与解压缩的实现以及读取哈夫曼编码 万文长书,绝对详细哦
  19. 如何修改BOOT.INI启动项,添加一个D盘的启动系统上去?
  20. 搞定计算机网络面试,看这篇就够了

热门文章

  1. iPhone音频播放后台控制
  2. springboot+jpa+mybatis 多数据源支持
  3. 使用ffmpeg裁剪和合并视频
  4. Vue组件的生命周期
  5. session 的用法
  6. JavaScript初学笔记
  7. UA MATH564 概率论 标准二元正态分布的性质
  8. 使用eclipse 进行 Cesium 开发
  9. VS 条件断点学习总结2
  10. C# System.Runtime.InteropServices 相关学习总结