icaros-usc / pyribs

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

Add field_desc property to ArrayStore #403

Closed btjanaka closed 8 months ago

btjanaka commented 8 months ago

Description

This property is a cached property. It takes some computation, but we only want to do it once since it never changes. Furthermore, we do not want to store it in the constructor since we would then need to worry about it when reconstructing in from_raw_dict.

TODO

Questions

Status