Martin Robinson

Results 133 comments of Martin Robinson

Thanks @wsmoses, marking thread_counter as inactive worked for me. I've moved onto reverse mode autodiff and have another problem related to atomics. I have a function that looks like this...

why infs? Wouldn't an array of nan's be more suitable. Is this so you don't have to have any special handling code in PINTS? I'm leaning towards an array of...

is this just for MLP? How about if the likelihood is part of a log posterior, do you transform its output then?

> No but you'd have `[changed prior] * [unchanged likelihood] = [changed pdf]`. So the likelihood itself would be treated the same as in MLE, but the posterior would still...

I had a look at this. The linker error is the same as I came across for the case of linear interpolation. The solution there was to swap to using...

looks like there is still issues with the idaklu jax solver on windows, I can look into these?

I tried to figure this one out today but no luck :( It's crashing with a fatal exception when jax tries to jit compile, I'm still in the dark as...

Just a small note to say that it is not just a matter of running the tests in serial to make them pass. I had to turn off both the...

Yes, I say disallow 1, `ask` is always followed by `tell`, which is always followed by `ask`. This should be documented in the base classes, but I don't think it...

as I said, I don't think that methods that allow you do repeated asks should be flagged as needing to be fixed. I can't see the harm in allowing it,...