|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。
' l. z4 }. B' A {. w
% ?7 `4 l. a) j6 E8 k1 L主要有两个疑问:$ }$ J, G' m) c
- h: K- |! I% M3 n3 w' y& Y, m第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?
2 ]+ f( _6 y& {% w8 \* s第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。
3 X+ _) b& L, t% O3 {2 N4 Y/ K" w$ W4 |, G
) ~. A3 u& I, O" F$ Y( k, S* [+ U _各位高手能不能帮忙看看啊?提前谢过!* d8 p. v# h# L7 F) E
3 g) j4 [/ P2 \to form-expectation$ `* B0 i$ |1 ?, b8 ^; `+ `1 |3 b' X
ask patches [$ }# p! q0 s- i& \) C9 h
let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]
7 M$ D; U# ^3 T+ a7 F; P" D' H set expectation para-a * ( pre-price + pre-dividend ) + para-b
8 F6 a. v2 ~0 N7 W- F set trader-error strategy-error of active-strategy' E5 B3 i2 ^4 d+ M
set trader-type strategy-type of active-strategy ]6 V- X) e5 D3 M9 i
end |
|