Changeset 1139 for framspy/evolalg/experiment.py
- Timestamp:
- 05/08/21 12:42:58 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/experiment.py
r1127 r1139 9 9 from evolalg.selection.selection import Selection 10 10 from evolalg.utils.stable_generation import StableGeneration 11 11 import logging 12 12 13 13 class Experiment: … … 44 44 self.generation_modification.init() 45 45 self.end_steps.init() 46 46 self.population = [] 47 47 for s in self.init_population: 48 48 self.population = s(self.population)
Note: See TracChangeset
for help on using the changeset viewer.