NetLogo - NetLogo 中的 1 距离单位是什么?

发布于 2024-09-10 21:21:43 字数 136 浏览 4 评论 0原文

我正在为一个研究生项目使用 NetLogo 进行交通模拟。

对于要向前移动的海龟,我们可以指定它可以移动的单位数,例如 fd 1,这意味着海龟向前移动 1。这 1 个单位是多少?它等于 1 个补丁还是等于乌龟的大小?

I am working on traffic simulations using NetLogo for a post graduate project.

For turtles to move forward we can specify the number of units it can move e.g. fd 1, which would mean the turtle moves forward by 1. What is this 1 unit? Is it equal to 1 patch or equal to the size of the turtle?

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

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

发布评论

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

评论(3

青芜 2024-09-17 21:21:43

每个步骤的大小与补丁的大小相同。

Each step is the same size as the patches.

偏闹i 2024-09-17 21:21:43

正如路易斯所说,每个步骤都是一个补丁的大小,但请记住步骤不限于整数,例如。 fd 0.7 是一个有效的命令,它将把海龟向前移动一个补丁大小的十分之七。

As Luis said, each step is the size of one patch, but remember that steps are not restricted to integers, eg. fd 0.7 is a valid command and will move a turtle forward seven tenths of the size of a patch.

无妨# 2024-09-17 21:21:43

这些补丁代表一条道路(如果您正在讨论交通模拟模型),并且可以适当地缩放模型中的补丁,例如 1 个补丁=25 m......等等!

The patches represent a roadway (if you're discussing a traffic simulation model) and one scales patches in a model appropriately, e.g. 1 patch=25 m....etc.!

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