KernelFunctions.jl icon indicating copy to clipboard operation
KernelFunctions.jl copied to clipboard

Folders reorganisation

Open theogf opened this issue 4 years ago • 0 comments

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 compositekernels for kernels based on another kernel(s), TransformedKernel, ScaledKernel etc...
  • One folder for kernels all the standard kernels (we could consider having a subfolder for simplekernels
  • And keep the existing folder for mokernels

theogf avatar Mar 22 '21 14:03 theogf