|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
' `2 r3 B D u其中有一段如下
9 a/ D$ C, `/ y5 v" g* i* pask turtles with [ infected? = true ] 7 U; i; ]4 a8 c# _4 j x, _1 o; ?
我原本以为这句会回传『所有』infected? = true 的 turtle! d: i- |- f1 M/ f4 ~4 S: [
但看结果似乎不是这样。
9 U$ ^2 l/ j" v) R! W/ O
& R. x0 S1 A" G% l4 H! w& l/ w假设所有符合条件的有 5 笔
* _# w: y6 l2 w/ C! M6 w有时候回传 1 笔,有时回传 3 笔,是不固定的
! R: h+ K2 Y" R回头查语法定义
. Y! f- g5 c+ S$ E, r: k) S% _with
% O1 i, d. p2 i/ j6 ]agentset with [reporter]4 w* d# C$ Y2 s k+ i2 h
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.
4 @& a# r! ~ B1 _* G) ]/ a# A它只说回传 agents satisfying the given condition" n5 K+ V; I6 E
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 3 ~" B1 T H5 O" h
% U5 S1 G3 @0 H/ g. r想确定一下
# m' U W/ O3 p+ |( e( B谢谢!+ p* n. `' o4 N$ c
|
|