KernelFunctions.jl
KernelFunctions.jl copied to clipboard
Folders reorganisation
I think our folder structure is a bit confusing. Right now we have:
- kernels
- basekernels
- mokernels
Whereas our data structure is :
- Kernel
- SimpleKernel
- MOKernel
Should we have:
- One folder
compositekernelsfor kernels based on another kernel(s),TransformedKernel,ScaledKerneletc... - One folder for
kernelsall the standard kernels (we could consider having a subfolder forsimplekernels - And keep the existing folder for
mokernels