icaros-usc / pyribs

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

Remove `_batch` from emitter tell parameter names #426

Closed btjanaka closed 7 months ago

btjanaka commented 7 months ago

Description

Similar to #422 and #425, this PR removes the _batch suffix from parameter names in emitter tell and tell_dqd methods. I have left status_batch and value_batch alone for the time being as they are not data that are passed to the archive.

TODO

Questions

Status