How to use LinearTruncatedFidelityKernel in Multi-Fidelity optimization #2706
Replies: 1 comment
-
Yes, that is the inductive bias of the kernel (though it's been a while since I've thought through this in great detail).
Not directly, but it shouldn't be hard to implement a modified kernel that encodes this knowledge.
I don't think this exact kernel has a reference, but it is a variant of the multi-fidelity kernels discussed in Section 5.3 of https://arxiv.org/pdf/1903.04703 |
Beta Was this translation helpful? Give feedback.
-
I am doing multi-fidelity optimization using the
SingleTaskMultiFidelityGP
with default options. Reading through the documentation ofLinearTruncatedFidelityKernel
, I have a few questions:Beta Was this translation helpful? Give feedback.
All reactions