|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序( `6 ^+ k- h1 q
其中有一段如下" q! G0 A$ j# k3 |) h
ask turtles with [ infected? = true ] $ ?( d) u9 k( u5 f0 H; y
我原本以为这句会回传『所有』infected? = true 的 turtle: F" H- G$ e3 ]& T; K, K1 d9 t! r
但看结果似乎不是这样。
2 \* F9 r# C5 t5 f2 Y0 p) ?: @; u/ O4 d, e8 l+ s
假设所有符合条件的有 5 笔4 e$ V. t- O; J0 j) C8 U" r- ?$ _
有时候回传 1 笔,有时回传 3 笔,是不固定的
3 D! O9 k) ^7 e' Z( i回头查语法定义$ }) u& r; a6 A2 g5 H9 M/ K S
with ; j. n2 O9 v: O! o$ y l4 w9 j
agentset with [reporter]
$ J8 }) U2 u% A, J0 K1 D& q U3 rTakes 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.
! M3 z1 A' \& W* t7 W% D它只说回传 agents satisfying the given condition
' z/ v7 E' i& n- S. H3 N: I1 h是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? , i- }& s! Q9 |4 G' F
# a; r' V+ w9 @4 N- m' {( C
想确定一下
( L( I6 l* X" \! Y1 e' ]谢谢!
! b! K4 F. O6 K Y8 t. W; k |
|