Advice on Multi-Target Optimization (MultiFidelitySingleTaskGP + qMultiFidelityKnowledgeGradient) #2172
-
Hi, I am currently working on an optimization problem involving a 13-dimensional vector. This vector comprises:
My objective is to optimize across all 8 possible combinations of the binary dimensions (representing the active/inactive states of the components). I'm utilizing the I realized the projection capability of the AF isn't limited to just fidelity dimensions - It is possible to project the AF onto a specific binary setting along with the highest fidelity (like 1 1 0 1.0 1.0). Is it feasible to create an AF for each binary target and then combine them into a single AF that can be passed into Any insights or suggestions would be appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi, For the time being I've made a slightly altered version of the
The alteration just allows passing in multiple projection functions and averaging the AF value for all of them. Would this change be worth making a PR for? |
Beta Was this translation helpful? Give feedback.
Hmm very interesting setting - I haven't seen this particular one before. The approach makes sense to me (although I haven't spent a ton of time thinking through any of the details).
The overall problem appears to be related to a contextual optimization problem (in your case the particular set of enhancements are the contexts) in which one can leverage the context observations to increase the model quality (i.e. borrow strength across contexts) but the goal is to a policy or a set of policies that works well for all/most contexts. @AlexanderMouton would that be a fair characterization?