-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implement Fixed Parameter Asks #512
Conversation
This pull request was exported from Phabricator. Differential Revision: D67956510 |
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Differential Revision: D67956510
c42b255
to
66d4a05
Compare
This pull request was exported from Phabricator. Differential Revision: D67956510 |
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Differential Revision: D67956510
66d4a05
to
cfcb187
Compare
This pull request was exported from Phabricator. Differential Revision: D67956510 |
cfcb187
to
4ee84a0
Compare
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Differential Revision: D67956510
This pull request was exported from Phabricator. Differential Revision: D67956510 |
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Differential Revision: D67956510
4ee84a0
to
2f84c9f
Compare
This pull request was exported from Phabricator. Differential Revision: D67956510 |
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Differential Revision: D67956510
2f84c9f
to
5baf9d5
Compare
This pull request was exported from Phabricator. Differential Revision: D67956510 |
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Differential Revision: D67956510
5baf9d5
to
9fda8ff
Compare
This pull request was exported from Phabricator. Differential Revision: D67956510 |
Summary: Some of the generators know the dimensionality of the search space but others don't. Unified the API such that every generator has a dim attribute. This allows other classes working with generators to be able to always access the dimensionality (even if the bounds are not available). Reviewed By: crasanders Differential Revision: D67997208
Summary: Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated. This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive. To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it. Reviewed By: crasanders Differential Revision: D67956510
9fda8ff
to
3c85fb9
Compare
This pull request was exported from Phabricator. Differential Revision: D67956510 |
This pull request has been merged in 85c97e2. |
Summary:
Allow asks to provide some some parameter values to fix when generating points. When set only the unset parameters will be automatically generated.
This more or less only works for OptimizeAcqfGenerator. Other generators will simply throw a warning and ignore the directive.
To conform API, every generator's gen method now includes the **kwargs but most of them will simply ignore it.
Differential Revision: D67956510