Arnau Quera-Bofarull

Results 11 issues of Arnau Quera-Bofarull

Hi, I am using the ``Sundials.jl`` package together with the ``DifferentialEquations.jl`` package and I wanted to use the ``isoutofdomain`` solver option to ensure that the solver does not try to...

Are there any plans to include support for heterogeneous graphs? Something like what torch geometric does: https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html#creating-heterogeneous-graphs I find this package very useful but this is what's keeping me to...

In this small example: ```julia using ForwardDiff, StochasticAD, BenchmarkTools function test(x, y, alpha) x = x * alpha return sum(x .* y) end x = rand(10000); y = rand(10000); alpha...

Hi there, first of all, thanks for this great package. I'm trying to understand how StochasticAD integrates with Zygote and I ran into a problem when trying to differentiate a...

The current package version in the Julia registry is 1.1. could it be updated with the new 1.2 version? Cheers

As of now, we use https://www.nomisweb.co.uk/census/2011/qs701ew to link a mode of transport to people that go to work. One of the mode of transport categories corresponds to unemployed people. We...

We are pretty much missing data for all the regions outside England. 1. School data -> Wales, Scotland and NI missing. 2. Hospital data -> Wales, Scotland and NI missing...

v2

### PyPI Username arnauq ### Reason for request I registered an academic email address and now I have lost access to it. It should be easy to verify that I...

account-recovery

This PR implements the `ScoreELBO` objective which allows to perform VI for non-differentiable densities. I have followed the idea exposed [here](https://pyro.ai/examples/svi_part_iii.html) where we can substitute the tradiational ELBO objective by...