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

Commits on Sep 6, 2024

  1. Add qLogNParEGO to ACQUISITION_FUNCTION_REGISTRY

    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
    Bernie Beckerman authored and facebook-github-bot committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2f7eed1 View commit details
    Browse the repository at this point in the history