|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。6 f. Q/ U9 L" U F e: Z1 h0 h
5 O, R* }" | p9 b6 B3 i6 i- w主要有两个疑问:
. U" t% A; J+ u. `( A3 @$ l; w" h! P0 c( b. p$ Y/ [
第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?
/ p4 ?/ K0 y5 i% f3 i5 n& O# Y$ l第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。4 Z; F5 `, h U5 I5 q5 C' F7 m" F7 o
' F7 D' |( R" i+ V3 r# d8 m
1 H) [) }0 E" g3 s
各位高手能不能帮忙看看啊?提前谢过!
# c5 i7 w: s! c2 y G( a. l" I2 H( l4 L: B( Y) z7 |
to form-expectation
C' q9 \! u6 [+ R ask patches [
* B2 z, H9 [* A) n$ z! _4 e let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]# b' m( }* P m c$ ~
set expectation para-a * ( pre-price + pre-dividend ) + para-b7 `) r1 c4 Z1 j# g1 _! g) y
set trader-error strategy-error of active-strategy& X( a/ n# l8 z! ^! O5 w1 }
set trader-type strategy-type of active-strategy ]0 a6 a4 y, L; O% S$ F# d% i- c- L
end |
|