|
|
我想把在每一个patch上的turtles经过一定标准选择选出一个,然后把这一个turtle的一个属性变量传递给patch,写了下面的代码。
& ?4 d2 n# u$ P+ ~# S9 ~( G; f' W5 H; P- x8 U, a5 y
主要有两个疑问:2 {* B3 n& [9 L( g# o0 F
4 ? ^1 @* \2 V0 r' y3 d9 V
第一,我是用of引用turtle的属性的,可是通不过编译。应该用什么办法?# `# E9 o0 q/ Q4 b2 Y
第二,set expectation那一句里的para-a和para-b也应该是被选出来的turtle包含的参数,可是目前这个写法似乎不能体现出来这个意思。, p2 F, c( F% E6 j/ l$ B
; p( M1 v) w% Y6 r$ C( ^+ ` t3 Z) F4 J7 Z6 A8 E& X
各位高手能不能帮忙看看啊?提前谢过!- N* U- H+ S* c& _; q* e' J# m
+ F4 U' f; \; K; b+ w* x3 p. g# rto form-expectation$ G) w/ V3 Q) P' x* l2 B6 H
ask patches [5 U8 @4 X2 L5 v6 k" W* l
let active-strategy min-one-of ( turtles-here with [ length ( remove true (map [?1 = ?2] predictor descriptor) ) = length ( remove "#" predictor )]) [ strategy-error ]' T/ U( \% I- X3 O2 q4 u6 ^* W
set expectation para-a * ( pre-price + pre-dividend ) + para-b# ]8 b0 h5 o, s6 N- _
set trader-error strategy-error of active-strategy
' P# [+ X7 ]2 j set trader-type strategy-type of active-strategy ]
' y3 y2 J/ y; j: D- m' F( dend |
|