Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPSA tries to impose constraints even when max/min_vals is None #2

Open
vincentarelbundock opened this issue May 29, 2012 · 2 comments

Comments

@vincentarelbundock
Copy link

The class does not work when max_vals or min_vals are underfined. See for example the np.maxmium and np.minimum calls on lines 93 and 95 of SPSA.py

@jgomezdans
Copy link
Owner

Sorry, I had to move on to something else, and had left SPSA dangling for a while, with some debugging-related commits still in place. Will get back on it when I get some time.
Thanks for your interest!

@vincentarelbundock
Copy link
Author

No worries. Thanks a lot for sharing your work. It's a nice, clean, flexibile and useful implementation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants