Changeset 1139 for framspy/evolalg/statistics/statistics.py
- Timestamp:
- 05/08/21 12:42:58 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/statistics/statistics.py
r1113 r1139 11 11 12 12 def call(self, population): 13 super(Statistics, self).call(population) 13 14 self.collect(population) 14 15 return population
Note: See TracChangeset
for help on using the changeset viewer.