-
Recent post from Jan in #85 revealing his vision of how monitoring should work
made me think further of what kind of main loop we want to end up with. If we
take the old Groundhog and PyLearn2 main lo…
rizar updated
9 years ago
-
We have two objects, `Simulator` and `Simulation`, which have very similar names and very different purposes. I think that will be terribly confusing for users. In addition, we have a `Calculation` cl…
-
I'm seeing some failures when running the C++ unit tests on the current `master` branch. In particular:
```
The following tests FAILED:
70 - TestCudaNonbondedForceSingle (Failed)
71 - Test…
-
Not sure why this is:
```
[LSKI1497:~/code/openmm/openmm.simtk] choderaj% ./TestCpuGBSAOBCForce
Segmentation fault
```
Does this function use any weird libraries?
-
It looks like the nosetests are succeeding on travis-ci but the script still exits with a 1, causing a failure:
https://travis-ci.org/SimTk/openmm
Any ideas on how to fix this?
-
from #16
> ( detect when there is a voice, capture the index and find the corresponding frame number. Save the voice > for say 10 sec long when the speaker is talking. Make sure there is no silence …
-
http://www.reddit.com/r/MachineLearning/comments/2fxi6v/ama_michael_i_jordan/ckdqtpe
-
I'm opening this issue as a place for discussion of the 6.2 release candidate(s) and final release.
It's been a week and a half since the beta was announced, which means we could potentially post a r…
-
Gabor,
First, your "sbm.game" works beautifully!!
Thanks a lot!
Attached is a function to generate our special hierarchical (or repeated) sbm.
It works fine up to n=10^5, while it fails for n=10^6 wi…
-
Suppose I have a model with 5x Normal and 5x Gamma stochastic variables. Is it possible to block-update all 10x variables at each MCMC step using a multivariate normal proposal distribution, with zero…