|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序' F$ K5 e; d& g1 i. Q$ `
其中有一段如下, x7 m- z2 d( t3 w( m. o4 F+ W
ask turtles with [ infected? = true ] ( r" M- p. P3 \2 t% M5 c$ m- U8 d5 d
我原本以为这句会回传『所有』infected? = true 的 turtle6 g2 \: x8 a: m, m, ~) D. o5 d: ^
但看结果似乎不是这样。
3 v7 c- I/ f6 z& x3 P" v" t5 ?* V# \ X6 t' ^/ l( M
假设所有符合条件的有 5 笔$ [& }+ B7 {- O) l H( U) y. p0 Y6 J) j
有时候回传 1 笔,有时回传 3 笔,是不固定的
) i& j8 l: Z2 S% M$ Q回头查语法定义, a" n$ A4 \ E* u3 i1 h2 z# L
with - I0 l) P1 I" t1 B9 {; z
agentset with [reporter]+ o. c0 i% [2 ]3 u
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.
; |! h. Y, U6 C4 T( W" E它只说回传 agents satisfying the given condition% H% P3 W0 U3 ?& H# N; w. Y
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 4 `4 [3 i6 D& v7 r# B
; ?: t& [' k! d" G2 v' H5 x
想确定一下
# i A! ?2 l4 x! n( y; x+ N( b' P谢谢!
* h- s& C3 o9 F& H, m ^ |
|