|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序$ z* h8 V/ k: s2 e% r2 R+ H
其中有一段如下3 U( d( C6 A K0 E
ask turtles with [ infected? = true ] : ~. Y# z& n; D6 X% O0 L# n
我原本以为这句会回传『所有』infected? = true 的 turtle& _( W+ L8 {+ P9 \: g9 W
但看结果似乎不是这样。
3 h" F5 k9 K7 r2 m/ C
! n P+ u8 w/ J1 L0 p t o假设所有符合条件的有 5 笔
" \* R2 p' {: N" e. M' O- `有时候回传 1 笔,有时回传 3 笔,是不固定的0 v+ d2 e6 i# X6 g: d
回头查语法定义
; b$ u9 j2 x; c2 Z( U. pwith ; j) y3 [9 L7 X* W1 ~
agentset with [reporter]1 }& O1 d7 q0 {$ v9 J! {3 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.9 H" z1 {% Y+ F. U$ u- O: U @
它只说回传 agents satisfying the given condition
: G: [) W( i4 j+ X* S6 @是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 6 l6 s& v. B' d$ r
. l" k/ l$ _$ a9 b) A) g
想确定一下
7 q2 [1 u' X/ l$ Z: P谢谢!8 z7 E: {3 r, A& @& o; d
|
|