|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
3 Y7 W: j& l9 h, x3 u其中有一段如下
, g# }; a/ h7 S# v ?7 s, pask turtles with [ infected? = true ] u! D4 n3 `* \# R
我原本以为这句会回传『所有』infected? = true 的 turtle
8 s2 N! o% k1 `9 T$ \但看结果似乎不是这样。
2 X% w2 n+ H* e. w( |" U# w& P' b8 e( O! [& W- d3 }5 c
假设所有符合条件的有 5 笔0 A: t) `0 K" t: G3 u+ W
有时候回传 1 笔,有时回传 3 笔,是不固定的
8 i6 O6 u" b& j- b" |$ `4 q回头查语法定义8 [; S" v" [- h
with ' s( z: J, X6 K1 j& G: y
agentset with [reporter]
( v) K4 m1 o5 L: N, p% b* \; j& ^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.
- ]/ P! ?" L3 @- s它只说回传 agents satisfying the given condition7 m6 x7 K& {0 ?, E, Q" u1 X0 t2 N
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
% Y4 ?* z% F4 p$ [/ Y6 D D `: ~- G* e) g1 d
想确定一下
# }" G* `3 p: Q% N, M% [ A: M谢谢!
& \" h2 |! E% C. r$ x; p |
|