icaros-usc / pyribs

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

Include threshold in `archive.best_elite` #409

Closed btjanaka closed 10 months ago

btjanaka commented 10 months ago

Description

Previously, we popped the threshold from best_elite to maintain backwards compatibility. This PR adds the threshold back so that best_elite aligns with the other archive methods.

TODO

Questions

Status