dfm / george

Fast and flexible Gaussian Process regression in Python
http://george.readthedocs.io
MIT License
446 stars 128 forks source link

Is there any plan to separate C++ lib #154

Open hombit opened 2 years ago

hombit commented 2 years ago

So there is the question. Do you have any plan to create a C++ library which could be used without Python bindings?

dfm commented 2 years ago

I don't have any plans for that. It's possible that you could find your way around the C++ source which lives here:

https://github.com/dfm/george/tree/main/src/george/include/george

but it wasn't designed for public consumption really. If you're interested in the fast HODLR solver, a better pure-C++ interface lives at:

https://hodlrlib.readthedocs.io/en/latest/