Gaussian processes in fortran

Hello everyone, I am working on a fortran code and I am evaluating the efficience of IA to solve a régression problem.

So far I have evaluated différent IA méthodes coding in Julia and I have notices that gaussian processes work well for my problem. I am thus trying to implement it in the fortran code, but I dont know how to do that. Ils there a code that enables to use gaussian processes in Julia or exploit an optimized gaussian process?

So far I have seen that there is the code ots22/gpf, but there aren’t that much of a choice in the kernels.

Thanks you very much for your answers!

3 Likes