What are multi-agents and how are they related to go-routines ?

agolangf · · 358 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>It seems the years 2000s have witnessed the rise and fall of multi-agents related software paradigms. As I was trying to understand it, I stumbled upon the following analogy: multi-agents are like cars on a city grid, all cars following the simple rule of traffic lights. Such uses cases for would be economic, structural and other kinds of modeling. There even are mentions of Artificial Intelligence (this is 2002).</p> <p>But then the idea didn&#39;t get as much traction as hoped and was slowly put away by both communities of computer science researcher as well as software engineers.</p> <p>It the above statement true? Is the multi-agents paradigm a thing of the past? How is the go language, natively embracing multi-core processors technology, related to multi-agents? Are there real world applications you could share?</p> <hr/>**评论:**<br/><br/>ChristophBerger: <pre><p>According to what Wikipedia <a href="https://en.m.wikipedia.org/wiki/Multi-agent_system" rel="nofollow">says about multi-agents</a>, this is a quite high-level concept, so you are quite free in choosing an implementation. Goroutines are certainly suitable for this, although it is not necessarily a 1:1 relationship between goroutines and agents, as an agent itself can have <a href="https://en.m.wikipedia.org/wiki/Software_agent" rel="nofollow">more than one thread of control</a> internally.</p></pre>HelperBot_: <pre><p>Non-Mobile link: <a href="https://en.wikipedia.org/wiki/Multi-agent_system" rel="nofollow">https://en.wikipedia.org/wiki/Multi-agent_system</a></p> <hr/> <p><sup>HelperBot</sup> <sup>v1.1</sup> <sup><a href="/r/HelperBot_" rel="nofollow">/r/HelperBot_</a></sup> <sup>I</sup> <sup>am</sup> <sup>a</sup> <sup>bot.</sup> <sup>Please</sup> <sup>message</sup> <sup><a href="/u/swim1929" rel="nofollow">/u/swim1929</a></sup> <sup>with</sup> <sup>any</sup> <sup>feedback</sup> <sup>and/or</sup> <sup>hate.</sup> <sup>Counter:</sup> <sup>46609</sup></p></pre>ChristophBerger: <pre><p>Wat</p></pre>peterbourgon: <pre><p>I&#39;ve never heard of multi-agents before. I suppose based on your definition, one could implement multi-agents with goroutines.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

358 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传