|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序% t* D" d( x) ?2 G8 a% ~
其中有一段如下; z, h' l& L# |& H/ A
ask turtles with [ infected? = true ] 3 M4 q5 @+ |' Y8 }
我原本以为这句会回传『所有』infected? = true 的 turtle) w# {) P) W* @9 t X
但看结果似乎不是这样。. a& [& I1 m$ e4 q3 r8 `/ t6 c/ N4 G2 `
- o& [+ x" R, U4 A假设所有符合条件的有 5 笔8 o5 X1 a9 g! }2 Z$ t& f Q" u
有时候回传 1 笔,有时回传 3 笔,是不固定的 ?2 Z X- }5 |
回头查语法定义4 Z/ U9 ]3 S3 v) X" m0 w
with 9 \! a$ p0 Y) |9 z
agentset with [reporter], ?) G* J0 m' q$ N( O( L) v
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.+ u" p& A/ T" _& E
它只说回传 agents satisfying the given condition5 |% J: S* \0 i7 L1 I
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ) v0 T4 r" G5 s( r) o6 k
6 P/ W$ d: d+ o G, x# l. H. a' A想确定一下( g( A0 m$ q/ e3 i0 L K3 C
谢谢!# N. F( V7 _. [$ n5 I
|
|