|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
Y) }7 w/ y- x: h& U1 |, C9 J其中有一段如下( @# \# I4 M- T N3 |" r
ask turtles with [ infected? = true ]
3 h* y( J4 A% m1 T2 V9 P4 X" O2 K我原本以为这句会回传『所有』infected? = true 的 turtle8 f/ z" Y) [: m. W8 @" t2 v( p
但看结果似乎不是这样。
$ Z5 H4 ^& ]3 Y J2 S; W. j* G2 |: w& y* }7 f% l) v
假设所有符合条件的有 5 笔5 v" v8 K" }6 e0 t
有时候回传 1 笔,有时回传 3 笔,是不固定的
& C4 h* A: A* t! A) r# w回头查语法定义
$ g9 D5 r, [8 l& d1 }" H0 Q1 \with ; v" N0 Q3 Y8 w; i) M5 I
agentset with [reporter]) L2 r; c p2 ], N8 b$ D
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.( k( B( g- G: {4 `
它只说回传 agents satisfying the given condition
) X& e o6 g& h是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ; ~- E+ P0 x, k ~! C7 u# I/ l
/ L9 M- u9 m7 M3 {
想确定一下
& J1 [0 K; t1 `& m4 K0 W谢谢!! N/ r/ d$ r6 C% B8 I- J
|
|