Jaime RZ

Results 9 issues of Jaime RZ

Fix #350

Hi @sethaxen! This should do what you were suggesting if you use the internal sampling method of AHMC and set `drop_warmup=false` and `keep_gradient=true`. let me know if it works!

The GitHub ReadMe file is getting a little bit to big. Eventually we will want to migrate most of the information there to the docs.

Dear Team, At the moment AdvancedHMC AbstractMCMC[ interface](https://github.com/TuringLang/AdvancedHMC.jl/blob/master/src/abstractmcmc.jl#L56) pirates `AbstractMCMC.Sample `function a la Turing. Currently we are working on allowing Turing to take in `AbstractMCMC.AbstractSampler` as a sampler. At the...

Dear team, Recently I have noticed that the this CUDA.jl [test](https://github.com/TuringLang/AdvancedHMC.jl/blob/4b2bee0660618bb819a0b4aa41e35c47cae215b4/test/cuda.jl#L27C1-L57C4) is broken due to an issue in ReTest.jl detailed [here ](https://github.com/JuliaTesting/ReTest.jl/issues/50). In #325 I have commented this test out...

Hello! I recently watched your wonderful presentation of the code at Oxford university and I am very interested in using it in my own work. I have successfully installed the...

***Goal***: Making nested sampling compatible with Turing external sampler interface.

## New feature requests and enhancements I want to add a new photometric redshift uncertainty model that represents the uncertainty on the n(z) as an expansion in terms of a...

enhancement