|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序% y- r+ x0 N9 M8 o
其中有一段如下8 ^, ^& J+ e% I& v9 X+ ^
ask turtles with [ infected? = true ]
0 o: E2 b2 a8 C5 d4 u我原本以为这句会回传『所有』infected? = true 的 turtle6 c* j- ?' J: q' |# T! B1 j
但看结果似乎不是这样。
! {' m: k$ U( c* }4 A* ^6 B$ F
; Q( S- z8 i$ M4 ?假设所有符合条件的有 5 笔3 E8 q F) a% G' {" \) C3 O2 |( W
有时候回传 1 笔,有时回传 3 笔,是不固定的' }5 v0 ^* q2 F/ K/ l& [! P" z
回头查语法定义, z& R/ ?7 `. F% F) ~
with / ` x1 G5 @: Z/ Q; K
agentset with [reporter]! e( e$ [, i5 h: M' l. j$ W
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.' r2 g4 B. k/ I$ C5 @4 Z8 c
它只说回传 agents satisfying the given condition3 o4 u$ s2 w' W1 R: s8 s( J
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
. t8 }# d/ N2 ]# k/ p6 n4 h/ s- s2 F& d {8 V
想确定一下4 p+ {: \# C \
谢谢!& B. I5 e8 c) {
|
|