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_list property to ArrayStore #407

Closed btjanaka closed 8 months ago

btjanaka commented 8 months ago

Description

The field_desc property can provide a bit too much info on the ArrayStore; we may only want to see the list of fields. This PR provides such a property.

TODO

Questions

Status