|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
4 l: V1 S0 b1 ~& D4 n& X3 N; v$ N其中有一段如下1 @: W, K% q9 L6 ?( B, s
ask turtles with [ infected? = true ] $ v/ a# D9 D$ ]4 t
我原本以为这句会回传『所有』infected? = true 的 turtle
3 q# u, \3 Z" ]+ U8 s1 x& V4 v但看结果似乎不是这样。
! m9 d& q1 L/ x# Q* ~
. \0 V2 n; S* D* n- @1 ~; I假设所有符合条件的有 5 笔
/ j; n$ U/ r! k$ I, W+ @有时候回传 1 笔,有时回传 3 笔,是不固定的" X, M# h% w. U" `, z( E& o4 d# K
回头查语法定义
$ \; \: U. Y( {% B! k! [; q- b* Twith - |. ]- z2 e# D( t1 A
agentset with [reporter]2 @ X/ d# N% |, V. G @, E
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.! b7 W. |$ ]& _! f2 p3 d& ?
它只说回传 agents satisfying the given condition" Z* ~$ q& r" u) O8 N8 E6 T/ R# s
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? % ~, n3 _" t1 V+ H8 q) S
2 @5 u9 J) P1 P& c
想确定一下
) ~; u8 D D# D3 l1 n3 l; p谢谢!
! a ~8 }% E- E, i8 x |
|