|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序! }' R% i- }% A: Z) s' u, H
其中有一段如下( q$ P) R0 w- j$ y* K# \
ask turtles with [ infected? = true ]
$ a( w& k2 R1 s: e( }, [ H" j我原本以为这句会回传『所有』infected? = true 的 turtle! a( V/ n! n& [) v- t. B) g/ y h* ]
但看结果似乎不是这样。
) C/ ?& P+ N; `, Z p) {+ b7 i" a$ z& V; R, {4 @) W
假设所有符合条件的有 5 笔
# ]3 s. w. M& k1 Q q5 P- @有时候回传 1 笔,有时回传 3 笔,是不固定的
0 ~9 f. g9 F* J [) l! A9 k回头查语法定义* V' k# h% h0 e$ t! p2 ^) ^
with % R& O5 u+ L) I k" W* U+ A
agentset with [reporter]4 w* a( G' G& ^4 A
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.2 }8 A4 i$ o" ]; }% ?
它只说回传 agents satisfying the given condition
1 p* {8 s+ [$ X {是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 4 Q( U" J+ ]8 P8 l1 [4 ~
( M3 \( c- U) \; w想确定一下 \% b3 k- {, d& e0 ~3 R7 K
谢谢!
: g* l- e% Z: Z( ]1 a |
|