hal-cgp icon indicating copy to clipboard operation
hal-cgp copied to clipboard

Meaningful printing of Population objects

Open jakobj opened this issue 4 years ago • 0 comments

Currently, no __repr__ is implemented for Population:

>>> print(pop)
<cgp.population.Population object at 0x7f1f8e80d780>

We should support easily printing a summary of the a population instance, for example including information about parameters, champions, generations etc.

jakobj avatar Jun 24 '21 10:06 jakobj