Building a simulation with Go

agolangf · · 412 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;m considering using Golang to build a waste collection simulation in a city with high capacity trucks and low capacity trucks. The goal is to generate optimal routes for waste collection based on a number of scenarios. A second goal is to visualize the process on a map.</p> <p>Are there recommended libraries I can explore? </p> <hr/>**评论:**<br/><br/>chewxy: <pre><p>There isn&#39;t a library like SimPy yet for Go. However building simulations is fairly straightforward if you can model them as a series of equations </p></pre>docoptix: <pre><p>a discrete simulation would probably fit better</p></pre>ckugblenu: <pre><p>Python seems like the right fit for this project because of the matured ecosystem. I&#39;m considering GoDES <a href="https://github.com/agoussia/godes" rel="nofollow">https://github.com/agoussia/godes</a>. Anyone with experience using it?</p></pre>sin2pifx: <pre><p>I have no advice, but I can tell you this from a long experience: visualizing the process is probably going to take most time, both during programming and during runtime. Choose your language, library and development environment based on that knowledge, i.e choose a combination that makes visualization easy. If go doesn&#39;t offer that, move to another language.</p></pre>

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

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