基于空间代理的建模的数据结构

发布于 2024-12-10 20:49:47 字数 1431 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吻风 2024-12-17 20:49:47

好吧,我不确定它是如何实现的,但是 MASON 工具包使用一种离散化算法,将彼此接近的代理放置在哈希表的同一“桶”中。它可以实现非常快速的查找,因为每个查询只需检查其中的几个存储桶。

对您来说最好的事情可能是查看这里的源代码:
http:// /code.google.com/p/mason/source/browse/trunk/mason/sim/field/continuous/Continously2D.java?r=529

Well, I'm not sure exactly how it is implemented, but the MASON toolkit uses a discretization algorithm that places agents that are close to one another in the same "bucket" of a hash table. It makes for very fast lookups, as only a few of these buckets have to be checked for each query.

The best thing for you is probably to take a look at the source code here:
http://code.google.com/p/mason/source/browse/trunk/mason/sim/field/continuous/Continuous2D.java?r=529

回忆躺在深渊里 2024-12-17 20:49:47

我发现了一个叫做 Bucket PR Quadtree 的东西。

I have found something called a Bucket PR Quadtree.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文