-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add Ax Optimizer #866
Add Ax Optimizer #866
Conversation
01c1f02
to
6f7a627
Compare
Not sure what this error means (from
|
|
||
def test_configuration_fail(self): | ||
"""Test that Ax configuration is valid""" | ||
with pytest.raises(AssertionError) as exc_info: |
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.
Is the AssertionError in axoptimizer.py
? or in self.create_algo
?
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.
None actually, it comes from Ax's client.create_experiment()
when it checks for the string format of outcomes constraints
Co-authored-by: Fabrice Normandin <fabrice.normandin@gmail.com>
Co-authored-by: Xavier Bouthillier <xavier.bouthillier@gmail.com>
Why: With new sphinx version having non-escaped % raises warnings but it gives no indication to where these % are so that we can escape them. Stop turning sphinx warnings into errors until we have an automated way of fixing this...
resolves #838