Kaan Öcal
Kaan Öcal
While I'm not sure if this will satisfy everyone I would offer the following perspective on variable product numbers with ODE/SDE systems. If we view the ODE version of a...
No need to hurry, while I appreciate any feedback this is not an urgent issue!
This seems similar to what I've been trying to do in [FiniteStateProjection.jl](https://github.com/kaandocal/FiniteStateProjection.jl), namely converting a reaction network into a (truncated) version of the CME. I did not opt to use...
I think Fixpoint might be issue indeed. I think we can reduce the usage of `simplify` (it's mostly for making things look nicer) but I'll have to ask @augustinas1. I've...
I'm not sure what test to add for this - the [Julia docs](https://docs.julialang.org/en/v1/manual/conversion-and-promotion/) state that `promote_rule` does not need to be specified symmetrically, this commit just removed one redundant definition...
I managed to avoid the issue with some restructuring, but in the interest of closing this I added the proposed test
Sadly not, I have stopped using pyjulia since...
Hi, I am unsure whether to open a new bug report or not on this, but this issue is still open and I am currently experiencing it despite following the...
I was more thinking of adding AGP support to BO.jl. The one thing I'm not sure how to implement is to update the GP at every step; it seems like...
I will have a look at the documentation of AbstractGPs.jl - although as a newcomer the multiplicity of approaches can get confusing at times!