|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
, Y4 u- @# f9 ?$ l7 Z. e其中有一段如下
6 q- i+ j" C7 X7 j2 Bask turtles with [ infected? = true ] 7 Q( e/ E0 ~, {$ S! G
我原本以为这句会回传『所有』infected? = true 的 turtle
4 y5 P4 e9 I% t( N- S, Q2 R但看结果似乎不是这样。
" x+ M7 j" Z$ k, }6 S
2 m* |% P- R; S3 i; V" J, H! O( k假设所有符合条件的有 5 笔' ` d" K( w0 G" g
有时候回传 1 笔,有时回传 3 笔,是不固定的
! j* @5 n4 H& D- v7 w回头查语法定义+ t: T8 I1 H& y, l4 x
with
; k' d4 }1 A% S$ [2 ]' bagentset with [reporter]
7 j7 c( p3 J: CTakes 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; }7 Z( w1 p3 v
它只说回传 agents satisfying the given condition5 Z) [4 k! T& z R
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 3 u. `% g$ {. t
, f' J% o9 k. U! a! a想确定一下/ L; v f+ O' M
谢谢!8 W7 Y( e0 R+ K7 @! X2 n
|
|