|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序- v5 G0 V+ j2 t) s8 ?
其中有一段如下
5 [* Y2 l ]' i1 \ask turtles with [ infected? = true ]
1 I% N5 u7 t) ]9 ~" {我原本以为这句会回传『所有』infected? = true 的 turtle2 X# _1 R. Q6 ?6 P5 F
但看结果似乎不是这样。
* Z- o. }# e( Y, o3 e! e0 n& s1 v9 L1 u% {+ Z1 D
假设所有符合条件的有 5 笔
/ j0 J2 m9 C( `; u( v4 T8 F$ q" Z有时候回传 1 笔,有时回传 3 笔,是不固定的
5 ^5 _! r3 N$ |4 z, B回头查语法定义: ^ v7 A: U2 t7 d; ^& q3 {
with
4 W) z, {. w, J# V: D7 Z. q$ Yagentset with [reporter]
2 [) N: ~' y3 _. m; G% }/ g. FTakes 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.
& W2 A/ _' x/ X* v+ h- B* x它只说回传 agents satisfying the given condition C4 ^& ]. X1 d
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
: ?& i! n: D2 Q9 ]; J
3 ~/ y$ h& N. [5 N$ T: X c- V" w& `8 ~4 l想确定一下
9 ?" N+ F1 x6 y. Y' Z' A谢谢!
. y0 t" |. j$ ?6 V1 j, d |
|