andim / noisyopt

Python library for optimizing noisy functions.
http://noisyopt.readthedocs.io/
MIT License
89 stars 15 forks source link

JOSS review: error in tutorial #5

Closed nirum closed 7 years ago

nirum commented 7 years ago

I'm trying to run the tutorial, but get the following error: TypeError: obj() got an unexpected keyword argument 'seed'. Should I be setting paired=False?

screen shot 2017-05-11 at 3 18 23 pm

andim commented 7 years ago

Yes, indeed. I have changed the default to be paired, but forgot to change the tutorial accordingly. Fixed in 2949ae216a2ef929043c91f9b4d8622c826ce00b .

Additionally I added the optimization described in the tutorial to a stand-alone python script in a new examples directory.

nirum commented 7 years ago

cool, thanks!

arthurmath commented 1 week ago

If it still doesn't work, setting minimizeCompass argument paired=False have worked for me.