|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
% a% Y' s3 j. f0 C其中有一段如下
! D/ Y* f; d4 V$ _ask turtles with [ infected? = true ] 2 Z) x. C, S0 }0 V2 G0 z3 M
我原本以为这句会回传『所有』infected? = true 的 turtle, k1 U T0 b) o5 f7 w! h0 H0 B
但看结果似乎不是这样。7 Q( G* M* ]( h" k" t' G, {* A
B6 U& ~# b; l, t1 _# R9 m
假设所有符合条件的有 5 笔
7 X, i1 h4 l5 v3 }有时候回传 1 笔,有时回传 3 笔,是不固定的7 Z9 k4 e9 v9 U6 v3 k& D
回头查语法定义
* @9 h, }+ o4 I# K, a# Kwith 1 {/ ?& G+ U' M! ?' r# R
agentset with [reporter]! ^3 W2 ~4 p6 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.
7 i e, r ?$ `5 Z: `" h它只说回传 agents satisfying the given condition. X- P7 ^0 ]: ^5 e' c
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
0 d1 ^9 h7 `- o5 p1 L
3 g: W r3 O" @7 l想确定一下
+ ~: v# }/ Y* F1 B1 Z6 Z* s* c谢谢!7 j7 y" v' m$ u$ {
|
|