-
Consider the following:
```julia
xs = ...
ys = ...
observations = Gen.DynamicAssignment()
for (i, y) in enumerate(ys)
observations[(:y, i)] = y
end
(trace, _) =…
fsaad updated
5 years ago
-
Information can be used in integrative/hybrid modeling in several ways:
- Restraint; for example, a crosslink can be represented as a harmonic score term that is minimized during computational sam…
-
Hi,
I would like to read a NectarCam zfit file in ctapipe. I see there have been quiet long issues on this subject but it is hard to understand which is the present status (I don't see a test/example…
-
Check out some of ideas mentioned here to enhance the neural network:
@lightvector https://github.com/lightvector/GoNN
---
Initial thoughts on the concepts without any further research to bac…
-
Hamiltonian Monte Carlo (HMC), also known as Hybrid Monte Carlo, is an efficient Markov Chain Monte Carlo (MCMC) method that exploits gradient information to improve on the simpler MCMC methods. See t…
-
Dr. Jonathf,
First of all, thank you for your time.
Currently I'm trying to obtain same results as a example research paper about Uncertainty Quantification. With the main goal to compare results…
-
Kicked off by this post: https://groups.google.com/forum/#!topic/julia-dev/pQG6bSglkjc, maybe the home page should get a redesign. This issue is a location for discussion and brainstorming ideas for s…
-
@peastman and I discussed the potential for implementing something like the CHARMM [BLOCK](https://www.charmm.org/charmm/documentation/by-version/c40b1/params/doc/block/) facility for OpenMM to make i…
-
Hi there,
When I run the program, it encounters an "Division by Zero" error. The error-inducing inputs are:
_nx: 3
ny: 1
nz: 1
nt: 3
PBC: 5
iseed: 1
Nroot: 3
Norder: 1_
The error locat…
-
hello,
im intersted in the path tracer demo you have started. Is there any chance to contiune that tutorial?
Is there any unpublished code? you have shown a final image, but no code to generate it.
…