facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.92k stars 352 forks source link

Normalizing types in plotting #1445

Closed teytaud closed 2 years ago

teytaud commented 2 years ago

Sometimes we have both False and 'False', or both '1' and 1, or both '1.0' and 1.0, and it makes plots ugly.

Types of changes

Motivation and Context / Related issue

How Has This Been Tested (if it applies)

Checklist