Skip to content
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 an optimal_value to mixed-integer problems #2596

Closed
wants to merge 1 commit into from

Conversation

esantorella
Copy link
Contributor

Summary: The next PR will require all problems to have an optimal_value. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space.

Differential Revision: D60144693

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jul 23, 2024
@facebook-github-bot
Copy link
Contributor

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

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.21%. Comparing base (4bdc865) to head (ff556e9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2596      +/-   ##
==========================================
- Coverage   95.21%   95.21%   -0.01%     
==========================================
  Files         489      489              
  Lines       47673    47679       +6     
==========================================
+ Hits        45393    45397       +4     
- Misses       2280     2282       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

esantorella added a commit to esantorella/Ax that referenced this pull request Jul 24, 2024
Summary:
Pull Request resolved: facebook#2596

The next PR will require all problems to have an  `optimal_value`. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space.

Differential Revision: D60144693
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

esantorella added a commit to esantorella/Ax that referenced this pull request Jul 24, 2024
Summary:
Pull Request resolved: facebook#2596

The next PR will require all problems to have an  `optimal_value`. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space.

Reviewed By: saitcakmak

Differential Revision: D60144693
Summary:
Pull Request resolved: facebook#2596

The next PR will require all problems to have an  `optimal_value`. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space.

Reviewed By: saitcakmak

Differential Revision: D60144693
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 61a9f88.

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