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

Proposal to add binary search to the annealing method #3

Open
donRumata03 opened this issue Dec 4, 2020 · 0 comments
Open

Proposal to add binary search to the annealing method #3

donRumata03 opened this issue Dec 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@donRumata03
Copy link
Owner

The problem is that it's so difficult to find the temperature parameter for the annealing optimization method by hand!

So, it might make sense to do this automatically: there should be a particular percent of accepted mutations achieved.
The more the temperature, the more this percent is. So, this function is monotonous by nature (and is in fact if it't smoothed).
It might make sense to use something like n-ary search to find the optimal temperature with the best-fitting percent.

@donRumata03 donRumata03 self-assigned this Dec 4, 2020
@donRumata03 donRumata03 added the enhancement New feature or request label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant