Skip to content

What are the implications to utilize AnalyticExpectedUtilityOfBestOption when previous_winner is not specified? #2175

Answered by ItsMrLin
changkun asked this question in Q&A
Discussion options

You must be logged in to vote

Your understanding is correct.

In either case, the model/optimizer takes all historical candidates and their preference choices into consideration. We are always generating two candidates for pairwise comparisons using this acquisition function -- with a choice of whether we want one of them to be a manually specified candidate. If yes, you can specify previous_winner (maybe a better name is manually_selected_candidate) to be the one you wanna use with q=1; if you want the acquisition function to select both candidates, you can use q=2 without specifying previous_winner.

Winner from the previous round of comparison is just a common way to select such fixed candidate when q=1.

Replies: 1 comment 2 replies

Comment options

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

@ItsMrLin
Comment options

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