-
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
255 implement set of dms experiment results as static optimization problems #300
255 implement set of dms experiment results as static optimization problems #300
Conversation
…ptimization-problems' of github.com:MachineLearningLifeScience/poli into 255-implement-set-of-dms-experiment-results-as-static-optimization-problems
Currently testing broken, with:
Even though objectives have been registered. |
Test functions passing now. |
|
||
Raises: | ||
------- | ||
... |
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.
You could remove this, I assume.
for x_i in x: | ||
# Assuming x_i is an array of strings | ||
if len(x_i) != 4: | ||
raise ValueError("Inputs of L=4 expected!") |
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.
Maybe add a little bit more information in this error (e.g. current length len(x_i)
and position i
)?
|
||
Raises: | ||
------- | ||
... |
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.
Same here, you could remove this I imagine.
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.
Done.
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.
Some minor changes, but otherwise looks good!
Removed empty docstring portions. Added more context to ValueErrors on incorrect inputs. |
Added DMS experiments for GB1 and TrpB.
Implemented as static lookup against table of
fitness.csv
assets.