-
Notifications
You must be signed in to change notification settings - Fork 1
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
[WIP] 207 add the work of neidhart et al as a black box #214
[WIP] 207 add the work of neidhart et al as a black box #214
Conversation
Looks like the added tests are doing their job +1 |
Corrected black-box functionality and added tests for seeding and expected computed values. Might have to rebase on current dev . |
bf19be2
to
ae59dfe
Compare
@@ -98,7 +98,7 @@ commands= | |||
pytest {tty:--color=yes} -v -m "not slow and poli__dockstring" {posargs} | |||
|
|||
[testenv:poli-rasp-py39] | |||
description = run the tests with pytest on the dockstring environment for poli | |||
description = run the tests with pytest on the RaSP environment for poli |
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.
Nice catch, 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.
Hey Richard! Great job, I left a couple of comments to address.
src/poli/objective_repository/rmf_landscape/isolated_function.py
Outdated
Show resolved
Hide resolved
…ithub.com:MachineLearningLifeScience/poli into 207-add-the-work-of-neidhart-et-al-as-a-black-box
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 great! Thanks for addressing the TO-DOs.
Thanks for the review!:) |
Add work by Aita et al.
with additions of neidhart et al -> randomness from gen. Pareto instead of Gaussian , and "tunable" c.
Core method implemented as static method to an isolated black-box.
[WIP]