|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序8 U& i N! U' C( v/ k1 D4 P
其中有一段如下0 f( b) \+ E- v7 d, T
ask turtles with [ infected? = true ] 2 e! U9 c4 Z! N7 s
我原本以为这句会回传『所有』infected? = true 的 turtle
2 `: B$ s! r8 i7 I; A但看结果似乎不是这样。 T( g' g8 W( e6 ^$ i6 ~+ o: n1 t$ b/ w9 k
1 Y5 H( Z+ l& o1 K, A+ R, C- q假设所有符合条件的有 5 笔, U7 _9 X) o [
有时候回传 1 笔,有时回传 3 笔,是不固定的
9 r0 ~$ |; h" v2 h% [* p) _9 b6 P回头查语法定义( J9 E' q% _( K" @9 c
with
" o+ O% p. e* \2 @) Uagentset with [reporter]/ `7 P) o/ N" P/ j: O, M
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.
+ L1 V0 ^0 z0 E. Q5 n" |( h7 k6 q, ?它只说回传 agents satisfying the given condition- o6 g/ q8 C6 v# a2 A! Z$ g6 c
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
- i8 h' i% [/ P7 Y- p
7 v& d( o* {) g8 T! @想确定一下, o0 n! z" c! T. Q0 d a) m% V
谢谢!
. _( E0 L# f0 j1 `4 I |
|