|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序2 V6 Z o0 ~6 ^6 w2 I ]' L- Z( f
其中有一段如下, Q( ^% u0 T3 t# }- Q
ask turtles with [ infected? = true ] 7 D% ^6 }- w# [* H( @
我原本以为这句会回传『所有』infected? = true 的 turtle2 r. B) i6 _3 `7 c" }+ H
但看结果似乎不是这样。
% J/ Y; f( I# u( \2 B# S& x, {. [1 L# p! @: l; n1 b
假设所有符合条件的有 5 笔
. k* n* e. d7 F( s8 W' ^有时候回传 1 笔,有时回传 3 笔,是不固定的; W$ [. Z) n0 J! r& w
回头查语法定义
$ l+ R; }9 Z/ q& Bwith
4 M! |" }) F# z8 p8 K( eagentset with [reporter]
+ b, n6 I; s& g. G2 E8 N& e/ v# MTakes 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.
8 Y ?; P: x% ~& O; O它只说回传 agents satisfying the given condition
6 s, y( G, x! U l% a7 h是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
% f) W8 O9 q; ]" r+ N
1 O* l1 [! Y B& ?9 u想确定一下
( N- J$ R+ C, ]/ S2 b! U- R谢谢!
& C3 f5 r L" h% R1 w |
|