|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序7 p$ C* ?! L6 }/ R
其中有一段如下& r. _9 H. `$ a3 s9 O9 k6 t5 B
ask turtles with [ infected? = true ]
6 |4 @* u7 M, p, X1 B6 P我原本以为这句会回传『所有』infected? = true 的 turtle% s9 k( `" E9 y" H
但看结果似乎不是这样。
; `# r, R+ J% `4 f
5 F7 M0 l) \. ~3 u% M假设所有符合条件的有 5 笔5 O$ l$ {, n4 N* D" A
有时候回传 1 笔,有时回传 3 笔,是不固定的! L* t9 }; h8 P- b# n) h
回头查语法定义7 d. z1 T; p! o2 y. ^2 ?
with ( y, f7 z! h- e
agentset with [reporter]" G% b- D$ b& c. c3 Q" y
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.: x7 Q$ k L, N! p
它只说回传 agents satisfying the given condition
) b" f: W8 L: X0 s- h i是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
, r" E; E2 `. B) Q0 |1 p, O" V* t. ^$ a8 q9 h- ^& j8 }
想确定一下
3 ^% F% s* I# d( E6 ] ]: Y9 {1 _谢谢!0 ~- v, q- k$ V/ H8 ^
|
|