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 qLogNParEGO to ACQUISITION_FUNCTION_REGISTRY #2749

Closed

Conversation

bernardbeckerman
Copy link
Contributor

Summary:
ParEGO AxSweeps currently fail due to the following error:

ValueError: Class `qLogNParEGO` not in Type[AcquisitionFunction] registry, please add it. BoTorch object registries are located in `ax/storage/botorch_modular_registry.py`. Please see our storage tutorial (https://ax.dev/docs/storage.html) for more details ('Customizing' section will be relevant for saving Ax object subclasses).

This rectifies by following the error's recommendation.

Differential Revision: D62280737

Summary:
ParEGO AxSweeps currently fail due to the following error:

```
ValueError: Class `qLogNParEGO` not in Type[AcquisitionFunction] registry, please add it. BoTorch object registries are located in `ax/storage/botorch_modular_registry.py`. Please see our storage tutorial (https://ax.dev/docs/storage.html) for more details ('Customizing' section will be relevant for saving Ax object subclasses).
```

This rectifies by following the error's recommendation.

Differential Revision: D62280737
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 6, 2024
@facebook-github-bot
Copy link
Contributor

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

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.47%. Comparing base (eaeefc6) to head (2f7eed1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2749   +/-   ##
=======================================
  Coverage   95.47%   95.47%           
=======================================
  Files         489      489           
  Lines       47875    47876    +1     
=======================================
+ Hits        45708    45709    +1     
  Misses       2167     2167           

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 746d3c9.

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