我想制作一个仅包含特定代理集的海龟的代理集。对于品种来说这很容易,但对于我来说,使用代理集并不适用。
我所有的乌龟都是同一品种。
let moveAgents n-of (count turtles * 0.1) turtles
let availablePlots patches with [any? moveAgents-here] ;does not work
答案 0 :(得分:3)
只需反转搜索:
let availablePlots patch-set [patch-here] of moveAgents