|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序! _2 j0 B l n# m3 g
其中有一段如下 m B% v `, j1 n1 E/ u: ?# K9 l
ask turtles with [ infected? = true ] * S- g% e: w' e4 {, Y
我原本以为这句会回传『所有』infected? = true 的 turtle
4 R' P$ f# Y. z0 d# H# f5 R* b+ e但看结果似乎不是这样。
7 \' P0 `* b, b1 E& e; m7 @) i- p# @) ^) W' t# C
假设所有符合条件的有 5 笔
2 i" O# _( V/ j% ?0 U有时候回传 1 笔,有时回传 3 笔,是不固定的
9 C( D `+ s9 n2 U) }回头查语法定义
; ~% [1 U9 H& p* m" A' V+ V/ Nwith 8 V: z" L( c- ?
agentset with [reporter]$ k( F( `6 ?" b4 M" G3 n
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.
/ d, o3 r. q, t' a$ t它只说回传 agents satisfying the given condition' t* N c; Q; c" S' j$ _
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
3 G% r( F, I' p
+ ]3 o5 [2 X* \/ u6 C! c" M% E想确定一下
# K- r" ^: P0 M* ~6 O3 v谢谢!! w3 Y$ C( h5 c; B5 y0 e
|
|