Two things that should be fixed for our kernels:
- Proper overloading of operators to enable:
- adding kernels
- multiplying kernels
- Optional: multiplying kernels with a constant (i.e. wrapping in a
ScaleKernel with fixed outputscale factor)
Resolving inconsistency AdditiveKernel <-> Productkernel (instead of SumKernel/MultiplicativeKernel).
Probably deprecation needed.
Two things that should be fixed for our kernels:
ScaleKernelwith fixed outputscale factor)Resolving inconsistencyAdditiveKernel<->Productkernel(instead ofSumKernel/MultiplicativeKernel).Probably deprecation needed.