Skip to content

Choice of emulator kernel #64

@Chris-Pedersen

Description

@Chris-Pedersen

Simeon and Keir's papers used a kernel that was a combination of a linear and a squared exponential (also known as radial basis function, or rbf):

kernel

the linear term seems odd as it is defined with respect to the origin, and it doesn't really make sense why you would want that property. One of the effects of this was that the hyperparameters have to be optimised on a certain ordering of the emulator parameters, which also doesn't seem necessary. So I've been looking at whether we can just drop the linear term and work with a squared exponential kernel.

The first place I looked was just at the emulator predictions, where the combined kernel is in white solid lines, and rbf only is in black dashed:
rbf_comparison

The predictions here look very similar, so the next step was to run a sampler:
rbf_sampler

rbf_sampler_cosmo

The rbf-only kernel performs significantly worse for reasons I don't fully understand right now. Perhaps the best choice would be to stick with the combined kernel for now and for the first paper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions