ribs.archives¶
Archive implementations and associated utilities.
The archive is a data structure which stores solutions generated by the QD algorithm, along with any information relevant to solutions, such as objective and measure values. Archives in pyribs can also store metadata (i.e., arbitrary objects) alongside each solution.
The archives in this subpackage are arranged in a one-layer hierarchy, with all archives inheriting from ArchiveBase
. This subpackage also contains several utilities associated with the archives, such as Elite
and ArchiveDataFrame
.
| An archive that divides each dimension into uniformly-sized cells. |
| An archive that divides the entire measure space into a fixed number of cells. |
An archive with a fixed number of sliding boundaries on each dimension. | |
| Base class for archives. |
| A status returned by the |
| Represents a single elite in an archive. |
| Represents a batch of elites. |
| A modified |
| Holds statistics about an archive. |
| Stores the result of running |