casm.learn.print_individual¶
-
casm.learn.
print_individual
(hall, indices, format=None)[source]¶ Print selected individuals from hall of fame.
- hall: deap.tools.HallOfFame
A Hall Of Fame of ECI sets
- index: List[int]
Indices of individual in hall to be printed
- format: str, optional, default=None
- Options:
None: to print summary only “details”: to print more “csv”: to print as CSV “json”: to print as JSON