icaros-usc / pyribs

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

Replace batch arguments in rankers with data and add_info #428

Closed btjanaka closed 10 months ago

btjanaka commented 10 months ago

Description

To simplify ranker signatures, this PR switches them to use data and add_info arguments instead of batch arguments.

This PR also removes the private _docstrings module, as it was only used in the rankers.

TODO

Questions

Status