icaros-usc / pyribs

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

Make ArrayStore use int32 indices #400

Closed btjanaka closed 8 months ago

btjanaka commented 8 months ago

Description

The current ArchiveBase uses int32 indices (the assumption being that we will never have to deal with more than INT_MAX archive cells). This PR makes ArrayStore use int32 indices to be consistent with ArchiveBase.

TODO

Questions

Status