本帖最后由 candyisqu 于 2010-3-26 09:10 编辑 ) U% P3 k' }2 k) k5 w
& w$ u3 L8 ~. K) `8 F' m# J" G本人因毕业论文需要 建立一个遗传模块与仿真模型结合的eM-Plant模型 可每次按GAwizard中的reset 其中的适应度函数 总提示不对: Left and right sides of the assignment are incompatible. 还有这个a := executeSilent(":any is do return calculateFitness;end;"); -- type "any" r' ?- j6 b! P* C# y* v0 D* A
请求大侠指点 8 v: m; ~( B3 _# R迷经 毕业论文啊
我的适应度函数是:for i:=1 to 25 loop; u9 ~: V# P% i8 V* ^
alltime:=i+Plantable[13,i]-Plantable[3,i];5 b! e& R, I: ]. R. F
next; % p: B5 c) c) a, F! z result:=alltime;0 G* w- m, E4 x
还提示 unknown identifier Plantable ,Plantable存放的是每次遗传算法的个体在仿真模型中运行结束后得到的时间表 是tablefile类型的