Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
IPOP and BIPOP restart mechanisms #403
IPOP and BIPOP restart mechanisms #403
Changes from 21 commits
bdbdc01
6bb6af4
4d880bb
8a257b5
942bc37
762fab9
2508bb1
aba89da
1103561
3316077
66d9f19
6d58cfd
2c14b7d
541c6be
1d2dd1e
4622470
6d369f3
3dfe373
16b0be1
a6fd0ff
8f5ce22
723b623
4abc15d
2e3f7db
0a5d061
6b674f3
b876f45
0b5ecbd
0980684
a985816
6e674f9
71fc310
1a222d3
b07b339
f377c79
d271cda
befd7d5
b98991b
33b5452
42e01ee
765af85
27ec68d
b8671a4
5a69d3d
32443c7
0b735a7
552a690
cc39308
7b95aa0
70f2064
8749c95
2456a4b
61d0a73
13fc2be
e0ceb9e
57da5eb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more documentation bit I realized; can you add BIPOP_CMAES and IPOP_CMAES to the list of optimizers for separable functions in
function_types.md
? Thanks 👍There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just did that, also added ActiveCMAES which wasn't added.
Also, had to increase a bit the margin of the tests as in 2 environments it was failing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable.