Changeset 1146 for framspy/evolalg/statistics
- Timestamp:
- 08/03/21 14:00:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/evolalg/statistics/statistics_deap.py
r1139 r1146 26 26 if self.verbose: 27 27 print(self.logbook.stream) 28 29 def compile(self, data): 30 return self.stats.compile(data) 31 32
Note: See TracChangeset
for help on using the changeset viewer.