|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序4 C, [1 B+ l+ J0 t4 |
其中有一段如下 D* f& x1 X. b$ i* a+ Y5 ]4 T
ask turtles with [ infected? = true ] " {- H+ |+ _/ M
我原本以为这句会回传『所有』infected? = true 的 turtle$ W" d2 L: z; H0 m% o1 Q# E/ Y
但看结果似乎不是这样。
/ e( d6 _2 a0 x% R5 S1 [, d
( y! B0 A' F ^( {假设所有符合条件的有 5 笔: g: }0 @$ x( r+ I& \$ Z
有时候回传 1 笔,有时回传 3 笔,是不固定的" m) T4 {8 e& h8 K% T8 B
回头查语法定义
: \+ g N* O# W _# wwith
7 @% K$ b6 L; i- e& A& Z9 l8 o: Lagentset with [reporter]
% ]4 P1 b! B" R' Y; MTakes 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.
' q1 u: G! u# A4 O" [2 E6 k$ |: h它只说回传 agents satisfying the given condition
) C5 v& n5 x+ f' _7 X8 S是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
% W# o$ Y9 E" r
7 ^, k4 d6 G6 m想确定一下- S% |0 B0 v8 g+ y. R1 S. S
谢谢!: t8 A |/ r$ Z1 f3 y
|
|