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

-OO or any future optimization level should try the search at multiple different starting points #22

Open
lifthrasiir opened this issue Sep 15, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lifthrasiir
Copy link
Owner

-OO currently starts a new search at the previous best parameters, but running -O2 multiple times independently might have a better result. There may be multiple reasons: linear parameters would always stuck on local minima, and SA might not be sufficient to escape from the current local minimum. For that reason it was suggested that -O3 should just run -O2 (or equivalently and more efficiently, only the simulated annealing part) 10 times and keep the best among them.

@lifthrasiir lifthrasiir added the enhancement New feature or request label Sep 15, 2021
@lifthrasiir lifthrasiir self-assigned this Sep 15, 2021
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