|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序4 v- p$ ?7 c/ I
其中有一段如下
+ P$ k; a2 h3 n; t- D/ e8 Yask turtles with [ infected? = true ] $ d) _% o' `; P/ D
我原本以为这句会回传『所有』infected? = true 的 turtle
: t6 B3 k4 l& o但看结果似乎不是这样。
( w3 |# t8 Q7 L, o9 T$ Y1 Y9 a) W- c0 i. X# w
假设所有符合条件的有 5 笔$ U& A/ f% k n) t* o X a
有时候回传 1 笔,有时回传 3 笔,是不固定的 X& K$ c, p5 H
回头查语法定义5 i$ p% ?3 i( q/ B T5 L: U6 ]5 j
with ! t; c) V* ~/ E, `! i$ _
agentset with [reporter]% U" h% x4 ~" G; a' l, g
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.4 a6 N) m5 ? m5 L# [
它只说回传 agents satisfying the given condition
$ V% G6 S+ Z( Q& l+ M是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
0 h. @/ T; ^; k" i( y9 [& m1 s4 I
6 f* F, B; B2 M" G想确定一下
# u2 z; s' W9 Y1 `# N) k' j8 f谢谢!
Q o0 A7 ]% z* q |
|