QDax icon indicating copy to clipboard operation
QDax copied to clipboard

`MAPElitesRepertoire` sampling function should be more modular.

Open Lookatator opened this issue 5 months ago • 0 comments

MAPElitesRepertoire sampling function should be more modular.

For instance, the sampling function can return a pytree of type MAPElitesRepertoire, with all the corresponding information (genotypes, fitnesses, descriptors, and so on...)

This way, no need to implement new functions (as currently done for some algorithms) every time we need to sample genotypes with extra information.

Lookatator avatar Sep 05 '24 16:09 Lookatator