|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序9 Y: h, w! V: u& r% p! O& J/ A
其中有一段如下
M( w3 r! q# V0 W, P4 [% Iask turtles with [ infected? = true ]
. w; v [$ S# U6 `我原本以为这句会回传『所有』infected? = true 的 turtle
8 N/ @4 t$ r% w% T% _但看结果似乎不是这样。
! d7 ~4 b9 ~1 e7 A5 r, T9 ?+ `* y. t' ^! f% ?. y
假设所有符合条件的有 5 笔
( u" b! l, n! l有时候回传 1 笔,有时回传 3 笔,是不固定的
: l- W/ t) [3 y0 R; s回头查语法定义 S1 W3 b) M' f$ ]& R! H* F
with
2 |8 b0 i* N" d: @agentset with [reporter]
; {3 [. c% p$ O5 Y, gTakes two inputs: on the left, an agentset (usually "turtles" or "patches"). On the right, a boolean reporter. Reports a new agentset containing only those agents that reported true -- in other words, the agents satisfying the given condition.
' U- P8 e& Q5 `# I, k, Z! `它只说回传 agents satisfying the given condition# ~* z) L* F! B) c9 E0 \4 f, L- J
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? * F9 d2 h" e* h; V9 O
7 e* S, c* a$ V+ i# O' @想确定一下. s, f, e' l, L' w% \- K" A
谢谢!9 ?& U. |9 J6 v' C1 `& T
|
|