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

Modification to initial sigma value #27

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Conversation

Dvermetten
Copy link
Member

The default value of sigma is currently independent from the domain size, which can lead to issues when comparing runs across problems with different domains.
The fix in this PR is very basic, and assumes equal size box-constraints for all dimensions. If this is not the case, we probably should set the initial sigma to be based on the maximum dimension length, and update the initial covariance matrix accordingly.
This also doesn't handle the sigma-values used in BIPOP, which we should probably discuss before merging this PR

@jacobdenobel jacobdenobel reopened this Sep 1, 2022
@jacobdenobel jacobdenobel merged commit 108b180 into master Sep 1, 2022
@jacobdenobel jacobdenobel deleted the sigma0-default branch September 1, 2022 11:57
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

Successfully merging this pull request may close these issues.

2 participants