Skip to content
Discussion options

You must be logged in to vote

Hi @keith-hunter

probably we should just explicitly print the default in the doc, I'll make a note

If you just create any campaign without specifying the recommender (ie recommender=None) and print it in the console, you will get this at the end

This is the equivalent of

from baybe.acquisition import qLogEI
from baybe.recommenders import (
    BotorchRecommender,
    RandomRecommender,
    TwoPhaseMetaRecommender,
)
from baybe.surrogates import GaussianProcessSurrogate

recommender = TwoPhaseMetaRecommender(
    initial_recommender=RandomRecommender(),
    recommender=BotorchRecommender(
        acquisition_function=qLogEI(),
        surrogate_model=GaussianProcessSurrogate(),
        ),…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rossfu7
Comment options

@AdrianSosic
Comment options

Answer selected by keith-hunter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants