Skip to content

Use hetGP for fitting heteroskedastic noise #446

@robsmith11

Description

@robsmith11

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions