-
This would involve pathway creation over a range of hyperparameters. It would be useful for users understanding how to use PPA in a full analysis.
-
MWE:
```julia
using OrdinaryDiffEq
tspan = (0.0,1.0)
u0 = zeros(1)
u0[1] = 1/2
function residual(res,du,u,p,t)
res[1] = - 1.01u[1] + du[1]
end
function jacobian(jac,du,u,p,gamma,t)
…
-
I found it to be often useful to have small fixed-size arrays for representation of arbitrary arrays and matrices without the array prefix:
- `uavcan.primitive.array.Real16x2` ... `Real16x9`
- `ua…
-
Nishimura et all (2020) propose an HMC integrator that should work well discontinous likelihoods and hence also for discrete parameters. I was wondering if this could be added to AdvancedHMC as it h…
-
From slack:
George Datseris:juliapool: Nov 6th at 7:00 PM
So we have a method that integrates many many initial conditions and maps the trajectories into a low-dimensional vector of ~10 numbers. I…
-
Hi.
I'm trying to simulate droplet system with applied spherical potential.
But it constantly explodes even though I reduced step size to 0.5 fs and modified the potential parameters.
The fol…
-
https://github.com/Nikolinjho/web-integrator/blob/f949631fe3abf6afc503de33e3242785a26d6c50/src/App.vue#L115
Можно написать без строгой привязке к количеству различных примитивов в изначальном масси…
-
### Description
I think it would be better for anyone to style their own webhook message format: some would like to want to highlight special parts, or would want text in different format (HTML, Ma…
-
Hi everyone,
Turns out doing a PhD takes a lot of time and effort and it turns out my PhD has nothing to do with nested sampling, so it's been hard to find time to devote to this project. I would b…
-