|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序: x! K; `- l1 {/ n. @1 ^
其中有一段如下. ~+ t9 O: J7 U' k5 @
ask turtles with [ infected? = true ] ) u8 D4 S" f4 ^! L3 h
我原本以为这句会回传『所有』infected? = true 的 turtle- _' ^- F. s; d5 C1 t6 l }
但看结果似乎不是这样。
1 G+ w2 e5 n8 N) H, w
! E& c8 Z1 Y/ `假设所有符合条件的有 5 笔; }9 R( L3 W: `5 d) s: I
有时候回传 1 笔,有时回传 3 笔,是不固定的
$ O5 ~3 p$ K; Z3 H' T9 W回头查语法定义1 C# b3 I5 f2 @5 S) T: D7 u" `
with
; h' q1 L6 Q, ? |2 Pagentset with [reporter]- X' l1 i# E# t3 @9 j: k2 m
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.3 ^# d# X3 }6 U6 P" \: t6 I! x/ p8 w; \
它只说回传 agents satisfying the given condition6 p% m' P; D* F2 b7 J
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ' H l m& W' } @# V
4 C- p* {/ g7 H: D. U5 f
想确定一下: `5 r' t( k. Z
谢谢!9 H; C; B6 z3 q3 G3 L0 Q4 R& o
|
|