CreaturesGroup And GenotypeGroup in .sim files 

Hi,

When I save parameters to a .sim file the CreaturesGroup and
GenotypeGroup parameters are saved as well. But when I want to load a
.sim file from my expdef file there parameters are not loaded and I have
to set them from the .expdef myself. Can anyone tell me why (only) these
parameters are not set from the .sim file?

Tom

Forums: 
Szymon Ulatowski's picture

Tom Schut wrote:

> When I save parameters to a .sim file the CreaturesGroup and
> GenotypeGroup parameters are saved as well. But when I want to load a
> .sim file from my expdef file there parameters are not loaded and I have
> to set them from the .expdef myself. Can anyone tell me why (only) these
> parameters are not set from the .sim file?

what function do you use?
the right one is Simulator.import("filename",4+8+16);
Simulator.import("filename") would also work (equivalent of
import("filename",2+4+8+16), imports parameters, groups and genotypes).

sz.