You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jesse/modes/optimize_mode/Optimize.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ def evolve(self) -> list:
206
206
self.generate_initial_population()
207
207
208
208
iflen(self.population) <0.5*self.population_size:
209
-
msg=f'Too many errors! less than half of the expected population size could be generated. Only {len(self.population)}indviduals from planned {self.population_size} are usable.'
209
+
msg=f'Too many errors! less than half of the expected population size could be generated. Only {len(self.population)}individuals from planned {self.population_size} are usable.'
0 commit comments