|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
+ I2 X. @- z2 [4 T/ Z9 V$ t5 c1 L其中有一段如下8 B5 _% J% ]% S7 P5 o
ask turtles with [ infected? = true ] " R/ @ s1 V) C# a' W0 Q
我原本以为这句会回传『所有』infected? = true 的 turtle
$ L9 l& l: c) O$ ~( Z5 w5 K但看结果似乎不是这样。
" S* f: y3 i: _2 q( s
5 w# r: J3 ?+ d5 P. N+ o4 c假设所有符合条件的有 5 笔! l5 o n5 j! j; j" }" Z
有时候回传 1 笔,有时回传 3 笔,是不固定的
9 \: [/ h* Q& t3 M5 r( N3 Y% N回头查语法定义5 Y8 l" y5 J. r- e4 x
with
n) r! L- t; e) [4 Y. o9 xagentset with [reporter]. p/ r" Q* K" @/ h
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.# k; E0 b) \% ~6 } ~
它只说回传 agents satisfying the given condition- p* z* m" R6 Y6 v3 Z# _6 V |
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
9 ]7 @; A. E* m$ d- y. ~
) l, Z5 [4 x1 X: T4 O想确定一下
, m, F" a+ H1 f谢谢!/ G. I* S& F) Z. B! A8 Z: I& w0 s
|
|