Ignore:
Timestamp:
08/03/21 14:00:12 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/evolalg/base/union_step.py

    r1139 r1146  
    1212            self.steps = [steps]
    1313
     14    def init(self):
     15        for s in self.steps:
     16            if isinstance(s, Step):
     17                s.init()
     18
    1419    def call(self, population):
    1520        super(UnionStep, self).call(population)
Note: See TracChangeset for help on using the changeset viewer.