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

Tutorial to mimic parameter constraint functionality for nonlinear constraints #2500

Closed

Conversation

bernardbeckerman
Copy link
Contributor

Summary:
This diff adds to tutorials a method to early-exit trial evaluation based on an easy-to-calculate constraint metric (e.g., a nonlinear function of parameter values) in order to mimic behavior of parameter constraints when parameter constraints cannot be used. See this discussion for details (link).

Adds the following to the end of the Special Cases section of the Service API tutorial (link):

{F1670348258}

Differential Revision: D58146231

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

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

bernardbeckerman pushed a commit to bernardbeckerman/Ax that referenced this pull request Jun 4, 2024
…nstraints (facebook#2500)

Summary:

This diff adds to tutorials a method to early-exit trial evaluation based on an easy-to-calculate constraint metric (e.g., a nonlinear function of parameter values) in order to mimic behavior of parameter constraints when parameter constraints cannot be used. See this discussion for details ([link](facebook#2460)).

Adds the following to the end of the `Special Cases` section of the Service API tutorial ([link](https://ax.dev/tutorials/gpei_hartmann_service.html#Special-Cases)):

{F1670348258}

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

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

@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.28%. Comparing base (2e8900f) to head (d5b0959).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2500      +/-   ##
==========================================
- Coverage   95.28%   95.28%   -0.01%     
==========================================
  Files         485      485              
  Lines       47405    47405              
==========================================
- Hits        45170    45168       -2     
- Misses       2235     2237       +2     

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

…nstraints (facebook#2500)

Summary:
Pull Request resolved: facebook#2500

This diff adds to tutorials a method to early-exit trial evaluation based on an easy-to-calculate constraint metric (e.g., a nonlinear function of parameter values) in order to mimic behavior of parameter constraints when parameter constraints cannot be used. See this discussion for details ([link](facebook#2460)).

Adds the following to the end of the `Special Cases` section of the Service API tutorial ([link](https://ax.dev/tutorials/gpei_hartmann_service.html#Special-Cases)):

{F1670348258}

Reviewed By: saitcakmak

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 40ae984.

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