-
I would like to remove DISTORTIONTENSOR, CONDUCTION, MAGNETIC from the code; since I don't foresee any of us ever use these features.
A smaller code base is easier to maintain. (If we will need them…
-
Does it support bin count?
-
# Overview: The Current State
![image](https://user-images.githubusercontent.com/19792522/40171370-eb8ce746-597f-11e8-919f-36b6b1c80910.png)
- The ubuntu cuda 9.1 deb packages _appear_ to be incompl…
-
Is there a way to adjust the learning rate parameter? Also, what is the default learning rate parameter? I checked the publication but I didn't see it in there.
-
1. Implement the kinetic distance in TICA at 95% variance. So that we don't have to choose one parameter and the result is also better
1. wrap our own kmean. The recommended number of cluster should …
-
right not the domain is made by recursively splitting the parent cube -- this results in us being limited to $2^N$ bins per dimension. Since recursive splitting is not really necessary (not doing an a…
-
Currently we don't have insights regarding mutex contention in jemalloc. At arena / bin level, it will be useful to add tracking for information like
- how often a mutex is contended
- when contend…
-
Installed pyne5.3.0 but `nosetests` is giving following error
```
ubuntu@ubuntu:~/Downloads/pyne-0.5.3/tests$ nosetests
.............................................................................…
-
The dmioscope script should allow logging of histogram data points, in order to do more thorough analysis, or more sophisticated plotting, after a run has finished.
E.g.:
```
# dmioscope -nb 8 --out…
-
It seems to yield accurate but imprecise entropy estimates. Not sure how to improve this.... could be the choice of alpha or perhaps chi-squared is an inadequate test (e.g. use Fisher's exact or binom…