samthiriot / genlab

Laboratory for the generation of synthetic populations
1 stars 3 forks source link

Continue an execution from where the latter has ended #63

Open Hyzbade opened 9 years ago

Hyzbade commented 9 years ago

When an evolutionary algorithm has ended with its computation, we should be able to launch a new execution from where the algorithm has stopped.

samthiriot commented 8 years ago

Obviously usefull; yet it has to be done in some clean way.

Each algo would require to be able to reinitialize its internal state for being able to restart from it. So only the output files would not be enough, we also do need the internal state.

To be discussed ?

Hyzbade commented 8 years ago

Ok, serialization maybe?