|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序1 ~# R5 @& l7 Q
其中有一段如下+ p+ s1 k F9 C" [. x9 ]( B
ask turtles with [ infected? = true ] 2 J6 f0 X6 e0 R- Y) T
我原本以为这句会回传『所有』infected? = true 的 turtle5 K; F1 H( C3 N
但看结果似乎不是这样。
, o5 r( S' _0 I* G$ A' ]5 [/ |5 w' W
假设所有符合条件的有 5 笔7 a8 b7 L) D2 x4 B: w
有时候回传 1 笔,有时回传 3 笔,是不固定的
2 P, u& a k0 S3 ]+ V/ o回头查语法定义
0 o g" ?8 i4 ?, @1 a, ^with
7 J) ^6 v' ?2 a6 Q" [- X- Oagentset with [reporter]0 t0 S4 `" |% B. l* H5 F3 N
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.! Y/ B$ Y5 I% L" e% A7 R5 e
它只说回传 agents satisfying the given condition
8 q$ _. E d. Q% f9 z9 C是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
; e7 t9 I) r8 s( j- N+ \% n! Q% b" I) w5 X) r7 a
想确定一下
, R# l* a6 p# {, [) R: t谢谢!* [) A" V& F4 h; b' P8 S
|
|