matlab学习
silent跳跳虎
这个作者很懒,什么都没留下…
展开
-
边缘智能的激励机制研究
本专栏研究和讨论边缘智能环境下的激励机制。主要集中在契约论(contract theory),斯坦伯格博弈(stackelberg game),竞价博弈(auction game)和展望理论(prospect theory).第一期:先试讲契约论(材料正在准备当中)。大家感兴趣的可以点个赞。边缘智能框架(参考:http://news.tju.edu.cn/info/1003/43893.htm)博弈论和边缘计算:https://www.taobao.com/list/item/6原创 2021-08-31 23:25:52 · 470 阅读 · 1 评论 -
matlab,CVX工具箱中嵌套for循环, 出现以下错误:the following error occurred converting from cvx to double
matlab,运行代码,出现以下错误:the following error occurred converting from cvx to double。x = rand(1,0);for i = 1:10 cvx_begin variable u(9); for k = 1 : 9, U(k) = sqrt( x(i) + u(k) ); end minimize( -( sum(U) ) ) u > zeros(1,9) cvx_endend原创 2021-02-02 23:51:41 · 3044 阅读 · 0 评论