|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
! ]; o+ ^& u! G. _其中有一段如下
! o( U- L5 r0 m2 N1 b. Xask turtles with [ infected? = true ] , ^3 I2 x- i/ M2 i/ d' S$ K
我原本以为这句会回传『所有』infected? = true 的 turtle
; D9 [4 A& w5 _- {: s( ^但看结果似乎不是这样。
$ X' T; d- J* N; K
2 l ~1 H5 G! C" N$ @假设所有符合条件的有 5 笔4 A. b* S8 K% d6 G
有时候回传 1 笔,有时回传 3 笔,是不固定的
+ ~! K" t6 M! P9 z* B k2 }回头查语法定义% ] j2 o# G" |( R
with
6 a, b& {( V- M0 @agentset with [reporter]
5 t& @+ g2 y$ _' hTakes 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.6 C7 a2 M8 x- @+ [7 u
它只说回传 agents satisfying the given condition& M1 a% F% ?0 u* V/ v0 B% L5 P1 u- l
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ]+ g2 P; ^" U1 G5 I* `
5 t1 V- ~9 V# Z _- D0 I& x
想确定一下
, p+ I! I' f- i# u- Y% W8 z# o1 Q谢谢!
, B1 F6 B5 u6 U |
|