|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。
7 S, w/ ^* d2 D5 U, u/ r2 r$ H( p8 m$ i4 f8 R+ z1 B2 A3 I
主要有两个疑问:0 Z* d: J* f5 H* X" B/ t) a5 @) F
+ i- Y" V5 d: F1 ]/ c
第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?
+ t" b# f) T' @第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。! S* Q) a3 A6 u4 L' E/ G$ s& c
+ k% E! ^8 V; D1 P7 V* V
( d) t& a' x7 c! R各位高手能不能帮忙看看啊?提前谢过!$ p! y% C$ K3 v
. \, j. F' \; _' {: L2 g5 L9 Gto form-expectation
; i3 _8 }$ t; @! C) G. M ask patches [7 E$ z! l% J' o5 N6 k2 a7 u& h
let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]* o7 H; ?0 o$ z0 F4 P! [ G
set expectation para-a * ( pre-price + pre-dividend ) + para-b3 Q) {0 Y+ u2 \1 g
set trader-error strategy-error of active-strategy5 _8 G8 g V/ C+ _% M# M; g$ i
set trader-type strategy-type of active-strategy ]/ ?9 I% T, j! H& f
end |
|