Skip to content

Multi-objective for Rank-Weighted GP Ensemble (RGPE) Model - Problems with the forward() instantiation of the custom model (MultitaskMultivariateNormal) #2491

Answered by sdaulton
MoBurmeister asked this question in Q&A
Discussion options

You must be logged in to vote

I changed the unstandardization so that it works with SingleTaskGP:

model.posterior automatically applies the OutputTransform, so this shouldn't be necessary since Standardize is used on the SingleTaskGPs. I merged in a PR yesterday to update the RGPE tutorial to do this.

Do you maybe have an intuition on the weight calculation? I am a bit uncertain about the best choice here.
Either I could calculate the weights via pareto dominance and would keep them consistant for all RGPE's. Or I though about calculating the weights individually for each RGPE like it is done in the original approach. Maybe someone has an intuition about what might be the best choice here.

I would use the original…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MoBurmeister
Comment options

You must be logged in to vote
0 replies
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