The PR #75 introduced a more generic iteration over generations, e.g. to continue finished runs. However, the new run can crash if the generation ID is set to 0 inside the optimizer. Rather it should be set from the trajectory as self.g = traj.individual.generation.
The PR #75 introduced a more generic iteration over generations, e.g. to continue finished runs. However, the new run can crash if the generation ID is set to 0 inside the optimizer. Rather it should be set from the trajectory as
self.g = traj.individual.generation
.