|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序: U$ E7 U) I7 ^9 l- {- ]
其中有一段如下* L% f6 \9 Y- R, B |( E
ask turtles with [ infected? = true ] 5 v# `9 P! z/ \( a: h6 J
我原本以为这句会回传『所有』infected? = true 的 turtle
0 R' M8 L$ D! R4 [: Z: c. f; j但看结果似乎不是这样。; L2 f; q0 E* P4 W- L( y8 E
q1 {; B8 Q* @% b( p! \+ C
假设所有符合条件的有 5 笔
. [) P3 M* p+ I6 X# O: \& E8 I有时候回传 1 笔,有时回传 3 笔,是不固定的
4 u. w& I9 ?/ u4 {( a, s( o) e回头查语法定义. b. P) c4 M! f& [4 H
with % n$ y4 i* C+ ~$ k0 J
agentset with [reporter]
" v! h) t& X5 d. Z+ p R' CTakes 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.( u3 ?" Y: c" A W
它只说回传 agents satisfying the given condition
4 s, t9 N8 t! d7 O: h( X2 y是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 0 ^" I: z+ f' n& [( }/ a8 f- h% V
/ i3 a3 M. d" ^( j9 A想确定一下( C9 H/ T7 U8 t
谢谢!8 L6 d B$ _/ ?3 o
|
|