|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序6 w3 d; J5 O" a3 a* F0 ]
其中有一段如下& F: S3 Q5 m; {9 }# Y# m9 d
ask turtles with [ infected? = true ] % p) M: D" ?' Y3 C
我原本以为这句会回传『所有』infected? = true 的 turtle1 P8 d$ o9 K3 ~- x
但看结果似乎不是这样。
0 l( R1 D# p" R% X8 {1 w* O4 G$ F- S3 z b
假设所有符合条件的有 5 笔. y% Z5 c3 u" \/ P
有时候回传 1 笔,有时回传 3 笔,是不固定的
, G* j, h+ D; x1 A' q回头查语法定义) V- J. W; S* ^5 ?' u& s6 }7 d
with # I8 m( E" Y/ s! f% Z" {
agentset with [reporter]
0 L( R( |2 d: P( L. J2 x' JTakes 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.: G5 G. W# h' K( _! M$ c, w
它只说回传 agents satisfying the given condition2 F q, R, R/ {' j* t
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
& ?0 J3 v/ T& W3 e0 ^2 L+ {8 I. q& g6 H- ^( o# e5 N Z. s
想确定一下6 B! @0 F; q& }4 f4 T" b
谢谢!3 Y/ w1 W" E) u9 e# t
|
|