|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
" i5 W% Y N3 s: B0 M3 }6 I其中有一段如下
7 S$ @* J: {! e) fask turtles with [ infected? = true ] ; n& d& V9 p" |& H4 e: i
我原本以为这句会回传『所有』infected? = true 的 turtle
0 _, ]& `2 @+ D但看结果似乎不是这样。) ^1 W+ H- u3 F$ g, z
2 o+ u2 e" Q* r
假设所有符合条件的有 5 笔
& i* M0 J9 N2 q' h有时候回传 1 笔,有时回传 3 笔,是不固定的2 p, J9 y/ f. q) E- i5 ~
回头查语法定义
/ ~- z, H7 n6 \. {with 7 F" A0 c) `0 ]6 N' J
agentset with [reporter]
3 S2 x- T" v# P9 L0 lTakes 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.) S0 N" y# ]- i0 @1 v( {3 p$ z# y4 d
它只说回传 agents satisfying the given condition
6 \- D2 Y+ T' ^: `' Y3 B是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
9 G8 p; Q& f2 A; V" c3 b
* ]; a4 T8 [% p, V8 U想确定一下6 D+ j0 @6 c+ ]1 N& Z' R' g
谢谢!
, d9 ]9 X+ A( o- E3 e4 o8 v |
|