|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。 H; p6 r8 v8 D. J' J1 [
) R! G# R+ h: Q# N8 Y5 l3 ^ i/ M
主要有两个疑问:
6 R a" `& i" L+ ^, r) V/ x: r% |: G, C: W6 f1 j" X' O1 Y' c2 d1 {
第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?
3 Q5 _8 R* H2 V' H' O$ b0 \第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。" U4 K5 t* Q/ U# u+ w) S8 ^
7 U( A h, b/ W) g0 B5 A9 w$ `8 r' ~3 l4 ^; n# ~- c4 O
各位高手能不能帮忙看看啊?提前谢过!, c& c9 L) [* g
) P6 Z4 s& J8 C0 b3 |4 Gto form-expectation1 M: n; f4 F( B6 a
ask patches [ u& A4 q/ \% M3 l6 w* k
let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]
* b$ P/ x3 g) h$ ~# ?) N4 ^ _# d set expectation para-a * ( pre-price + pre-dividend ) + para-b# n* u. d3 X0 t" N$ @
set trader-error strategy-error of active-strategy
) J5 n% ?$ k1 \( Q+ n/ \/ d/ @* q set trader-type strategy-type of active-strategy ]
5 A8 I2 |8 J2 M2 E) w7 tend |
|