|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序0 R6 ]) ], m3 ?9 G
其中有一段如下. C- v. f) H( h7 }$ E8 M9 q" t. J
ask turtles with [ infected? = true ] 3 F. f B4 L& ]
我原本以为这句会回传『所有』infected? = true 的 turtle" K) _$ S7 p* c
但看结果似乎不是这样。
! Z. Z) j2 |# a I7 j3 A9 p
- a9 I- H8 |& H- `假设所有符合条件的有 5 笔
" `! Y0 w# j/ O* P+ N* @( P有时候回传 1 笔,有时回传 3 笔,是不固定的1 o- ~& I: ?; \
回头查语法定义
2 A- l T1 p" s8 B& C# F jwith
1 r: T# d- `* k) Q+ S- Gagentset with [reporter]
0 r" k: M( b. x( h7 c, A: pTakes 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.; w0 Q% U7 C% K$ `
它只说回传 agents satisfying the given condition3 S5 e; B& T! S
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? $ e. g3 O2 z+ d* n
) U% g& _6 g* A+ J- Y1 h想确定一下: K! L- \2 a# _* e1 Q9 D4 _
谢谢!+ ?4 P- u2 O' h) m1 _, a+ c
|
|