|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序9 X1 J0 x& [' w# U, ?+ g" a+ P
其中有一段如下4 y+ |6 |( x" M
ask turtles with [ infected? = true ] 3 \7 [/ _8 B0 ?( v4 R* B! |
我原本以为这句会回传『所有』infected? = true 的 turtle: S$ p& n p' O" D& G2 s% L
但看结果似乎不是这样。
# j+ L8 v9 @1 _2 F2 _/ }8 N- g% \0 Z' U0 H
假设所有符合条件的有 5 笔) a. ~, o" [4 [, u8 F* Q
有时候回传 1 笔,有时回传 3 笔,是不固定的
; W0 a7 M$ O; P回头查语法定义
% R; I1 F2 ~. u/ k5 f' L# _with
& B2 I( [ P' ^& ?0 u* ^4 u; Eagentset with [reporter]9 p" c) ?. }0 M+ g' @& [
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.' H2 W9 m7 w0 m) [" z. q# Z, ?# X
它只说回传 agents satisfying the given condition
/ a$ B9 Z# c" H' ]. q: N- [8 s是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
0 ~ z: A$ p# d3 H/ ?
$ N! K* {5 }$ V- \想确定一下
. g: |4 I3 y3 d1 b, X& n: g$ o谢谢!) w/ K( y: ?9 M" ~7 h! U
|
|