icaros-usc / pyribs

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

Schedulers warn if no solutions are inserted into archive #320

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

Solutions may not be inserted into the archive if the threshold_min is too high. This can lead to unexpected behavior. For instance, GaussianEmitter with an initial set of solutions will keep producing that same set of solutions, and archive metrics like obj_max will be None. We shouldn't throw an error when this happens as users may decide they want this, but a warning is nice.

TODO

Questions

Status