|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
& ?0 \+ U9 C! F! H" z其中有一段如下) b; q" b% K) U) J+ ?
ask turtles with [ infected? = true ]
9 F) v7 z) f- y; I' Q我原本以为这句会回传『所有』infected? = true 的 turtle9 L$ i# l3 T" T4 D2 }
但看结果似乎不是这样。
7 ^" x1 w; w4 J( L5 G% U9 a2 y1 {' y4 `) S9 h" f$ a1 d7 N
假设所有符合条件的有 5 笔
; p1 e5 ^0 U2 B& B1 R t有时候回传 1 笔,有时回传 3 笔,是不固定的
9 J& ~. q- M( X1 a [ P! f. V回头查语法定义7 g' M& t S" p- @
with
P" x7 J- o' |1 h. Eagentset with [reporter]
2 G" Z9 p/ `( ITakes 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.. E; N1 B5 x; \. X! v
它只说回传 agents satisfying the given condition
* h' Z0 L' n5 g& p& l5 D是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 6 N3 j! F9 O8 S0 ?9 Q7 S4 j
' z6 Z6 W9 ?# L8 q# L$ A. s
想确定一下
0 C9 U. H7 a, V9 c谢谢!" j) E. u: V4 t/ s% P' E
|
|