|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序% E% m9 u; n) I/ ^3 c- d# k1 F7 ~2 u. ~
其中有一段如下8 z# d$ ^, ^$ o4 m9 _
ask turtles with [ infected? = true ] / S, D8 U6 I- q: k+ K- T
我原本以为这句会回传『所有』infected? = true 的 turtle7 g3 Q8 Z/ u( e k3 O. u1 Z6 x
但看结果似乎不是这样。
1 K- t$ n, q3 |' Y* ^5 W
" ? l9 s! }! H! G0 g/ V假设所有符合条件的有 5 笔
. P- s. H6 L: |. ~' \" C有时候回传 1 笔,有时回传 3 笔,是不固定的
" r- R" b2 I- X6 N" I* x9 s7 V回头查语法定义
2 g' @2 c# |# p& V6 O; rwith 2 T) |5 G4 W% j [% c! _
agentset with [reporter]1 M) e' E& J G6 S% a
Takes 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.
8 M& A" _) N9 W) Y$ H& [+ b它只说回传 agents satisfying the given condition) T' W* b) u" s: }
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
7 H; U4 H( G8 {8 Y/ C: P# m7 P* g0 g5 b% a) ]
想确定一下& c: T _3 ? M% O- i' l" [
谢谢!7 ~( S5 D' E" C {7 w0 W$ S
|
|