|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序4 m$ v. S. J. ]& R3 J2 b
其中有一段如下4 T3 w0 W. r5 d) L1 z. d5 L E$ J
ask turtles with [ infected? = true ]
t- a9 N' D) [/ i+ w我原本以为这句会回传『所有』infected? = true 的 turtle& O8 u! d! A& u) m$ N! R
但看结果似乎不是这样。
$ O7 \0 `9 F1 n1 W+ Q2 k: R
9 K+ P+ ]& L: [* b假设所有符合条件的有 5 笔
4 g3 X% m$ E$ V9 v. l8 \有时候回传 1 笔,有时回传 3 笔,是不固定的
0 }0 A% ^4 H8 W- X0 t; r# X回头查语法定义1 k) k4 |/ A$ Z' j/ ~. c) X
with
$ M ~8 U% n. P+ yagentset with [reporter]: U3 G, a, F% E6 A% e1 X
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.3 ^' d4 e+ i- s1 E/ H) \3 o/ n
它只说回传 agents satisfying the given condition. _9 o9 h9 A* ~
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
; e( x! } r. I! J& G
) U1 V. r, G9 L5 Y& H1 u- [想确定一下
2 k+ }8 N0 p% A" W. ?% {谢谢!- S# t* v* a! E" U- y! {
|
|