- inspyred version: 1.0
- Python version: 3.7.3
- Operating System: MAC OS
Description
I am using Inspyred to run NSGA-II to do multiobjective optimization on a very computationally heavy problem. While running, my cluster crashed and I lost that run. I have 40 populations (samples and results), but it seems like I have to start all over again. Is there a way to 'feed' previously generated data into NSGA-II so that it starts off with that knowledge?
Thanks for the great tool!