|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
) y6 A+ O7 n9 |1 u \其中有一段如下
* S) A* @# A) n) s e6 Aask turtles with [ infected? = true ] 8 |/ i9 h+ w1 d! I' `; U
我原本以为这句会回传『所有』infected? = true 的 turtle( L) ^0 W* j1 ]' Y
但看结果似乎不是这样。
i( G4 h2 U- { h
6 t8 }; Z0 t( {6 i( @! y( n3 ^假设所有符合条件的有 5 笔
/ A6 l [- y q5 n; i$ l有时候回传 1 笔,有时回传 3 笔,是不固定的* B9 w/ X! q/ u2 M
回头查语法定义, d* C1 L& s- {; X6 `% a2 t; O7 Y
with & f# x- {- A" ]- ^$ W u6 n. x5 A
agentset with [reporter]
! \% o' S7 j0 ITakes 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.
8 w F. r5 n$ }3 \它只说回传 agents satisfying the given condition1 Q0 l" _+ |* L# }
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
7 H) j8 p7 p$ s' w- S5 V# g b( j, Z) v+ G. _+ W/ [
想确定一下
$ X. b- |$ t8 R- |谢谢!
o5 D3 F# m$ c; z# | |
|