I want to use the generations.save files on my EA algorithm. I haven't found out which file(s) and function(s) I have to modify in order to be able to use the --Load parameters with a .sav file.
I thought that it was enough to have a PrintOn and a ReadFrom function for my genotype, but apparently it is not enough.
Anyone may help me?
Thanks
Eduardo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I want to use the generations.save files on my EA algorithm. I haven't found out which file(s) and function(s) I have to modify in order to be able to use the --Load parameters with a .sav file.
I thought that it was enough to have a PrintOn and a ReadFrom function for my genotype, but apparently it is not enough.
Anyone may help me?
Thanks
Eduardo
Finally I found out that it is only neccesary to have a printOn and a readFrom function, but they must be defined on the "eoMyProject.h" file....