|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
2 p, C( s' o+ @; v其中有一段如下7 e7 @9 q6 e5 M# y I
ask turtles with [ infected? = true ] 8 x& F2 {2 J2 F9 P. l
我原本以为这句会回传『所有』infected? = true 的 turtle) D* I2 q& _2 z% X1 m! x
但看结果似乎不是这样。
; n. B, U% Z0 y9 c! f; ~; N, t7 k' Z# {& ?1 z
假设所有符合条件的有 5 笔/ m- U6 n; e2 t6 W6 [
有时候回传 1 笔,有时回传 3 笔,是不固定的7 w# G* S6 e; l+ D8 P4 p
回头查语法定义9 s8 p7 l' M* ^. X5 F6 c
with
# A5 g+ Q$ {3 M @4 W! {! \( xagentset with [reporter]
9 ?9 E ~' k* c: t" [! ^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.- e3 X6 }7 G4 u/ P1 E
它只说回传 agents satisfying the given condition
- J" X8 b, Z! i0 O4 @9 X是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 5 Y7 K, f1 {9 g1 Y
: V5 B, L: t8 q+ h$ H# e) P% n ?
想确定一下
Z" n, k: {" j+ m5 `/ T5 e8 k谢谢!& t8 \! b9 }5 ^9 ]% Y
|
|