icaros-usc / pyribs

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

Generalize check_1d_shape to check_shape #423

Closed btjanaka closed 7 months ago

btjanaka commented 7 months ago

Description

There is currently a check called check_1d_shape; we can instead make it a general check_shape function to check arbitrary shapes.

TODO

Questions

Status