|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
0 d" |) A' N4 M: u其中有一段如下
! z# \8 @2 v# X' |/ I+ Iask turtles with [ infected? = true ]
. n. p( e" Y- B _. u我原本以为这句会回传『所有』infected? = true 的 turtle
, y$ Y& g8 b6 k: B2 J; N: T. t但看结果似乎不是这样。
$ S$ Q2 o5 |+ x$ X
9 X% L( F" \: E0 @2 r4 T假设所有符合条件的有 5 笔
" l7 D* J8 n9 ?+ C1 E# U( c- f有时候回传 1 笔,有时回传 3 笔,是不固定的, ]) Y1 B4 T7 y
回头查语法定义' U, a" N/ l5 t9 \/ _" s
with 5 m+ ^1 ~' r) W) u( C
agentset with [reporter]9 m, w$ r" ]7 R5 E1 S( b4 l
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.
% b' ^" y% @; C- z2 m& A它只说回传 agents satisfying the given condition
5 u+ T$ e" ^; o8 A; _6 O3 z是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
/ N; @1 {3 B! Z
- D2 p- O0 Q! B% m' }* Z& k想确定一下
7 j& v4 U: i$ w1 u1 ]谢谢!, {* e; G, }, L" ?" e2 r" w
|
|