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 scheduler tell() parameter names #425

Closed btjanaka closed 7 months ago

btjanaka commented 7 months ago

Description

Similar to #422, this removes _batch from parameter names in the scheduler. Even here, in a part of the API that is frequently used, I still anticipate that it will not affect users much, since most will pass in arguments positionally rather than as keywords.

TODO

Questions

Status