|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。+ a/ L/ ?5 D+ |! ~8 C4 K ?3 d
+ u3 }! x, G! @+ c P! r/ f
主要有两个疑问:
1 Z" A( w: ^5 p& I8 P/ U
/ {. G+ A8 m" z, F2 S第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?
) }+ M. Q+ S( w2 L第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。# M1 X' Y; B1 z* ]: L: r0 M" S
! _" j. A" Y1 x1 Z9 D
7 q. y1 Z" h' q* ?1 |* Z
各位高手能不能帮忙看看啊?提前谢过!
. M' S* |% q/ {% J+ f( ^& v ?
. a( m8 V8 @4 Q) x4 G# ~1 ]to form-expectation
f1 W) d( K9 M! W" M7 I) y' b ask patches [& W4 W4 Y5 m/ q" z+ }- C
let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]: h6 }5 o) O- s, i3 _: C
set expectation para-a * ( pre-price + pre-dividend ) + para-b2 r' V7 m) O" \4 U
set trader-error strategy-error of active-strategy
$ l" n* j0 _1 o& T8 R) M& h set trader-type strategy-type of active-strategy ]
& `% R: T# w6 B" Nend |
|