|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。
" r8 H/ e/ ~0 O" @5 L6 ^% z5 o0 I3 K: p) g
主要有两个疑问:
& j0 t/ ?0 Z2 a0 i* a: v$ M
$ Z( l% O4 K& q第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?* L( n, Q5 c' H+ l) C7 I; | A' v
第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。
5 z' m' W! e& T/ ?- A& i1 ]$ ^
. l, f Q' R4 R; L" N0 V7 Z. ~, U! z: N7 f2 T3 M0 D$ i! V7 ^$ X
各位高手能不能帮忙看看啊?提前谢过!
8 s$ [: S" S7 X1 W: s; a) R' {9 x) {$ E' r# Y
to form-expectation" O! W0 e5 m0 P$ Y& {
ask patches [; o1 m$ R Z G$ Y4 u
let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]
1 N- {) d7 F% V+ j7 X0 i; V$ F set expectation para-a * ( pre-price + pre-dividend ) + para-b$ R$ B& d; l: a+ `3 S
set trader-error strategy-error of active-strategy
! A6 {) }) _1 c+ J" k: Q2 K set trader-type strategy-type of active-strategy ]; }5 L. }# w( B H9 O. f
end |
|