Skip to content

Conversation

Balandat
Copy link
Contributor

Summary: This was requested in #663.

Differential Revision: D25938012

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Jan 16, 2021
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

Balandat added a commit to Balandat/botorch that referenced this pull request Jan 16, 2021
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Differential Revision: D25938012

fbshipit-source-id: ce293a3007d3b5c075d1f0c35f46e2f9a62106b4
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

@Balandat
Copy link
Contributor Author

@jduerholt do the changes in this PR work for you?

Balandat added a commit to Balandat/botorch that referenced this pull request Jan 17, 2021
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Differential Revision: D25938012

fbshipit-source-id: d282f3b88777b08eee6f516c2f1a7a788f8f8e42
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

@codecov
Copy link

codecov bot commented Jan 17, 2021

Codecov Report

Merging #664 (b874c4a) into master (d49c9d2) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #664   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           98        98           
  Lines         6591      6596    +5     
=========================================
+ Hits          6591      6596    +5     
Impacted Files Coverage Δ
botorch/acquisition/monte_carlo.py 100.00% <100.00%> (ø)
botorch/acquisition/multi_objective/monte_carlo.py 100.00% <100.00%> (ø)
botorch/acquisition/multi_objective/objective.py 100.00% <100.00%> (ø)
botorch/acquisition/objective.py 100.00% <100.00%> (ø)
botorch/acquisition/utils.py 100.00% <100.00%> (ø)
botorch/generation/sampling.py 100.00% <100.00%> (ø)
botorch/utils/multi_objective/scalarization.py 100.00% <100.00%> (ø)
botorch/utils/objective.py 100.00% <100.00%> (ø)
botorch/utils/transforms.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d49c9d2...b874c4a. Read the comment docs.

@jduerholt
Copy link
Collaborator

Hi @Balandat,

this looks exactly like what I need. I will test it over the course of the week. The intention of my issue from Friday was not that you should implement it on the weekend ...

Thank you very much!

Best,

Johannes

Balandat added a commit to Balandat/botorch that referenced this pull request Jan 23, 2021
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Differential Revision: D25938012

fbshipit-source-id: 7411b7eb29f50f576ca14ce0abdaa936440f83e4
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

@Balandat
Copy link
Contributor Author

Balandat commented Feb 2, 2021

@jduerholt any updates? FWIW I'm planning to cut a new release soon, if this works for you I'll include this PR.

@jduerholt
Copy link
Collaborator

Hi @Balandat,

sorry for not responding yet. I was so busy with other things that I could not find the time to test it so far. But my plan is to have a basic implementation and test in our workflow until the end of the week. Hope this works for you.

Best,

Johannes

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

Balandat added a commit to Balandat/botorch that referenced this pull request Feb 4, 2021
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Reviewed By: qingfeng10

Differential Revision: D25938012

fbshipit-source-id: df7332f50c86c77b1caaf537b30ae5a6967854d3
Balandat added a commit to Balandat/botorch that referenced this pull request Feb 4, 2021
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Reviewed By: qingfeng10

Differential Revision: D25938012

fbshipit-source-id: ba479eadd5712af57dca4955e6c4a4f2bd37bc47
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

Balandat added a commit to Balandat/botorch that referenced this pull request Feb 5, 2021
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Reviewed By: qingfeng10

Differential Revision: D25938012

fbshipit-source-id: dfdb0627429d5e1c7979948d1c8152f7c56c9f3c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

Balandat added a commit to Balandat/Ax that referenced this pull request Feb 5, 2021
…ebook#664)

Summary:
Pull Request resolved: meta-pytorch/botorch#664

This was requested in meta-pytorch/botorch#663.

Reviewed By: qingfeng10

Differential Revision: D25938012

fbshipit-source-id: 35f3327db8d8f8cea74be73c83fda7218f89c070
…a-pytorch#664)

Summary:
Pull Request resolved: meta-pytorch#664

This was requested in meta-pytorch#663.

Reviewed By: qingfeng10

Differential Revision: D25938012

fbshipit-source-id: 051ab4883507f8b4241677717585cd57bc796845
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25938012

@jduerholt
Copy link
Collaborator

Hi @Balandat

I see you are very active here. I tested the feature today in a single objective setup (no qehvi). Works like a charm! Multiobjective will be tested next week, but I do not expect any problems. So from my side it could and should be included in the next release ;-)

Have a nice weekend and many thanks!

Best,

Johannes

@Balandat
Copy link
Contributor Author

Balandat commented Feb 5, 2021

Great, thanks for the feedback. Will merge this in shortly.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 8274411.

facebook-github-bot pushed a commit to facebook/Ax that referenced this pull request Feb 5, 2021
Summary:
Pull Request resolved: #487

Pull Request resolved: meta-pytorch/botorch#664

This was requested in meta-pytorch/botorch#663.

Reviewed By: qingfeng10

Differential Revision: D25938012

fbshipit-source-id: c47db2ec449eb598cec383965e95622beefeddef
@Balandat Balandat deleted the export-D25938012 branch February 6, 2021 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants