Kaan Öcal

Results 24 issues of Kaan Öcal

Hi and apologies if this has already been answered before (I haven't found any references in the documentation or the issues regarding this issue), but is there a good way...

Hi there, I am trying to get into Stheno a little but I'm having a little trouble figuring out whether there are any notable differences between some transformations applied to...

**Motivation** Many modellers work with spatial reaction networks, e.g. ones defined on a graph or on a spatial grid, which can be seen as a special type of graph. These...

Anecdotally the `simplify` function often turns out to be a bottleneck, especially with [MomentClosure.jl](https://github.com/augustinas1/MomentClosure.jl). I'm aware that #302 could change this, but in the meanwhile I **a)** wanted to draw...

This is a minor issue but types like `GeometricStats` for MLE fitting are specialised to use `Float64`s. Any chance we could convert them into templated structs? This would be useful...

Related to [this issue](https://github.com/JuliaAlgebra/DynamicPolynomials.jl/issues/94). The generic `promote_rule` in question is provided symmetrically (as far as I'm aware `promote_type` takes care of that), but the specialisation to `T=Any` is only provided...

Calling Julia code using Python's multiprocessing module crashes the program (SIGSEGV). I am using Julia 1.2.0, Python 3.7.3 and pyjulia 0.4.1 on Linux. A minimal example is as follows: ```...

(Apologies if it seems like I've been spamming too many issues!) [BayesianOptimisation.jl](https://github.com/jbrea/BayesianOptimization.jl) is a neat little package built on top of [GaussianProcesses.jl](https://github.com/STOR-i/GaussianProcesses.jl) that provides support for Bayesian Optimisation, a common...

It seems like there are a few Julia packages for GPs (this one, Stheno.jl and GaussianProcesses.jl) and it is not quite clear what the differences/similarities are. The reference [here](https://theogf.github.io/AugmentedGaussianProcesses.jl/stable/comparison/#Julia-GP-Package-Comparison-1) does...

Unless I'm missing something in the documentation it seems that the default implementations (at least for PosteriorGP) are quite allocation heavy, e.g. when computing the mean/covariance of a GP at...