Markus Mottl
                                            Markus Mottl
                                        
                                    I'm not quite sure about your configuration. Are you using OPAM? If not, you may have to install my `Cfg` library manually first: https://github.com/mmottl/cfg
I see, it's apparently in `/usr/local/lib/ocaml/site-lib/cfg` on your system. You may want to check whether it's really there. There should be a `cfg.cmi` file in that directory.
It would certainly be nice to see Bayesian optimization, but it's probably not worth doing so for GPR in its current state. GPR should be rewritten with algorithmic differentiation. Not...
I assume your platform (processor) will signal alignment exceptions when trying to access doubles that are not aligned with double word boundaries. The initial author of the GSL-bindings may have...
Sounds good, please feel free to submit PRs for any changes. I'd recommend holding off for a while though, until multicore OCaml is at least in beta testing. It will...
Please feel free to contribute patches for functions you need.
Please feel free to contribute patches for functions you need.
Please feel free to contribute patches for functions you need.
I don't have time to do this right now, but I will accept patches.
@michipili Well, I don't use histograms so I wouldn't even know what users might be happy with. If the OCaml-API solves your problem and reasonably reflects the API of the...