icaros-usc / pyribs

A bare-bones Python library for quality diversity optimization.
https://pyribs.org
MIT License
209 stars 35 forks source link

Make ArchiveStats a dataclass #275

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

The stats no longer need to be a namedtuple since we dropped Python 3.6 support. As we add more fields to the namedtuple, it will also get messy if there are users who still unpack it.

TODO

Questions

Status