|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序" P* o$ `: a, T2 M: O( i6 f
其中有一段如下, l( N1 c: u; |7 g8 n y
ask turtles with [ infected? = true ]
4 x" K$ j9 C3 {) R* a4 J+ W我原本以为这句会回传『所有』infected? = true 的 turtle) f1 [' d" m+ k) t
但看结果似乎不是这样。 r8 ~6 Y% U) a8 Q- ~
* |! W4 I$ i- k. N' B$ H
假设所有符合条件的有 5 笔. V1 [; S# g7 H) h% i/ l
有时候回传 1 笔,有时回传 3 笔,是不固定的
4 D, _3 P3 R6 D1 a8 t回头查语法定义
7 p" z. Z) O: o; ?( rwith # T g7 [2 [! s$ r6 p
agentset with [reporter]0 |- q' S& ^9 _& A
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.% \% u0 ]- |. [" K
它只说回传 agents satisfying the given condition
/ l8 D6 U& U7 J8 E7 `是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? " z+ x* d7 g" ~# N
& o& Z- G6 Z, [- U& Q) g+ g, F* m, V# i想确定一下
3 p" U* L- g7 n3 Q" W6 V谢谢!1 N& G- q- |8 N% d: ?
|
|