|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
: }- X, D4 t* [其中有一段如下
$ T; k& f% X; k1 qask turtles with [ infected? = true ] ) a+ v; u2 { Q6 h$ f5 ~& G
我原本以为这句会回传『所有』infected? = true 的 turtle6 q4 O& t7 {# s* m
但看结果似乎不是这样。
5 Y$ d$ y; V8 r/ w6 j; B
- Q6 U& Z$ P3 d" b& L- @2 W假设所有符合条件的有 5 笔# r% g& ]% ~1 i2 l4 h
有时候回传 1 笔,有时回传 3 笔,是不固定的* }1 o. A# v/ @* i& R4 O; \
回头查语法定义
% |2 t) S( q- X, v* Swith 6 ^* \# H: Q, ^; r8 ^& e- o
agentset with [reporter]
0 x* E# I0 z4 ZTakes 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.
, T/ {6 n9 y( w* T( X8 O' M: U0 j它只说回传 agents satisfying the given condition. i( |: D/ b5 h' N' B
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 4 A7 j: B9 j Z6 ~5 `4 [& H; m
7 k+ {. E( U4 k# s1 t1 d) N想确定一下' r! q5 ~: M. ~1 ^0 Z
谢谢!
) G' V+ i& C7 T6 {; o3 L+ F# o7 ] |
|