-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: [automl] config oracle cubic on top of quadratic #4351
Conversation
e9a476c
to
fd132af
Compare
} | ||
|
||
// This will generate configs based on the current champ. These configs will be |
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.
Can we keep/update this comment where needed?
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
@@ -605,6 +610,172 @@ BOOST_AUTO_TEST_CASE(one_diff_impl_unittest_w_iterations) | |||
test_hooks, num_iterations, seed); | |||
} | |||
|
|||
BOOST_AUTO_TEST_CASE(qbase_unittest_w_iterations) |
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.
New tests should be added to vowpalwabbit/core/tests
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.
I'll migrate all the file, since this is almost an exact copy of another test on this same file.
41babfc
to
a0b03e9
Compare
No description provided.