facebookresearch / nevergrad

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

Documentation Bug: Examples - Nevergrad for Machine Learning #1516

Closed shirsho-12 closed 10 months ago

shirsho-12 commented 1 year ago

https://facebookresearch.github.io/nevergrad/machinelearning.html In the first example in the page, the ng.P.Log function has parameters a_min=0.0001, a_max=1 which is not consistent with the current ng.P.Log function.

This should be lower and upper respectively.

teytaud commented 10 months ago

Fixed now.