-
Notifications
You must be signed in to change notification settings - Fork 221
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
Expose more optimisation parameters to users #1093
Comments
I agree 👍 Edit: or maybe not |
Start temperature is controlled by the temperature input. For example |
Sorry I mean bounded, SAMIN. But really they should be the same in this regard. In SAMIN the start temperature is just set to Acceptance thresholds are hard coded: And the temperature is multiplied by 10 in the increase phase: |
I see, let me review that then :) |
In simulated annealing the start temperature, rate of expansion, and acceptance ratio are all fixed constants defined in code.
With expensive objective functions it can make a lot of sense to adjust these parameters, but currently that requires editing the code directly.
The text was updated successfully, but these errors were encountered: