本帖最后由 candyisqu 于 2010-3-26 09:10 编辑 % F! G2 E' J3 e. p
- M9 j4 P) _! j2 a% c0 N+ ?! t+ _2 G6 B
本人因毕业论文需要 建立一个遗传模块与仿真模型结合的eM-Plant模型 可每次按GAwizard中的reset 其中的适应度函数 总提示不对: Left and right sides of the assignment are incompatible. 还有这个a := executeSilent(":any is do return calculateFitness;end;"); -- type "any"1 k# V, }$ }$ m% c+ u7 A
请求大侠指点0 M7 I7 L5 E7 a* d* r/ n
迷经 毕业论文啊
我的适应度函数是:for i:=1 to 25 loop 0 a: D, s6 Q- w, y alltime:=i+Plantable[13,i]-Plantable[3,i];! m; J0 ]0 K# ~: B) k
next;, ?, D' X+ i- l b6 Y n
result:=alltime; " j' F5 x, r( q8 f: K还提示 unknown identifier Plantable ,Plantable存放的是每次遗传算法的个体在仿真模型中运行结束后得到的时间表 是tablefile类型的