Skip to content

Decoupled trajectory samplers for GPflow models do not use mean function #543

Closed
@sebastianober

Description

@sebastianober

Describe the bug
The decoupled trajectory samplers for GP models do not make use of the model's mean function. This is fine for e.g. a constant mean function, but in the case of e.g. a linear mean function the acquisition rule would not select the correct point.

Expected behaviour
This should be a fairly minor modification - all that needs to be changed is that the mean function needs to be added to the current trajectories. This should also be checked for other trajectory samplers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions