-
Notifications
You must be signed in to change notification settings - Fork 335
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
Repeated parameter values #46
Comments
I am facing the same issue. After a few iterations, all parameter values become 1.0 and continue to remain so until I manually abort the program. |
It sounds like the model is having trouble fitting the function values. In On Tue, Dec 15, 2015 at 7:20 AM, Satarupa Guha [email protected]
|
I am facing the same issue. My parameter is double. And the repeated parameter value is not the best parameter value. |
I'm also getting this issue. Is there a suggested workaround? I tried playing with my objective function but it hasn't helped |
Hi,
I see Spearmint sometimes provides the exact same parameter value combination (on which my objective function is already evaluated in a previous iteration). Is that expected? Note: my parameters were all of type "INT".
Thanks,
Ameen.
The text was updated successfully, but these errors were encountered: