icaros-usc / pyribs

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

Add 3D plots for CVTArchive #371

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

This PR introduces a visualization function that plots CVTArchive in 3D. There are a couple of variations, including:

Solid cells:

3d

Translucent cells:

cell_alpha

Wireframe (transparent cells):

transparent

Wireframe with scatterplot:

plot_elites

TODO

Questions

Status