Closed
Description
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.