-
-
Notifications
You must be signed in to change notification settings - Fork 47
Description
I attempted to use mlrMBO with AEI for optimizing some very noisy (1-to-10 signal-to-noise) simulation data, but it fails to explore large regions of the domain because I believe the noise estimates are far too low.
I think that explicitly modeling the noise by replication of the noisy objective function for the same parameters could greatly help. The hetGP package seems to do this in an efficient way, but is lacking optimization tooling -- it appears to just focus on fitting the GP.
I'm planning to either write some basic optimization functions around hetGP or to figure out how to integrate it with mlrMBO. I'm not familiar with the internals of either package, so looking for any suggestions on the best approach. Is this a feature that would be appropriate to add to mlrMBO?