Changeset 1146 for framspy/evolalg/base
- Timestamp:
- 08/03/21 14:00:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/base/union_step.py
r1139 r1146 12 12 self.steps = [steps] 13 13 14 def init(self): 15 for s in self.steps: 16 if isinstance(s, Step): 17 s.init() 18 14 19 def call(self, population): 15 20 super(UnionStep, self).call(population)
Note: See TracChangeset
for help on using the changeset viewer.