-
```
bw = Exponential(0.1)
y = Exponential([1. / bw, 1. / bw])
ys = tf.stack([Exponential(1. / bw), Exponential(1. / bw)])
```
Both `y` and `ys` have the same distribution. Metropolis-Hastings…
-
Hi,
Can you please assist as to how can I modify the code to complete the tour by making the ant come back to the starting node in the end.
-
For encoding the coordinates into Xaddress you have to currently use tables based on territory of states. This system has some disadvantages:
* it's unclear which table use for disputed or occupied t…
-
In the documentation of the (non-separable) value function, the signature is given as:
$v_t = w(s_t,x_t,v_t,s_{t+1},x_{t+1},v_{t+1})$
Note that $v_t$ is repeated on both sides of the equation.
…
-
https://github.com/open-spaced-repetition
FSRS uses the Difficulty, Stability, Retrievability model, just like SuperMemo algorithms. It is developed by @L-M-Sherlock and has been recently integrate…
-
With all the new Multi-Objective Optimization Algorithms coming out, I was wondering if it would be possible to implement one in OpenMC.
This would almost be synonymous with the `search_for_keff` …
-
I want to call a python function when FLAMEGPU is running and pass some Environment variables to it, and then pass the return value to FLAMEGPU to update these environment variables. Is this possible …
-
Is there a Scipy function to perform rank 1 cholesky updates and downdates (as in [MATLAB's cholupdate()](https://www.mathworks.com/help/matlab/ref/cholupdate.html))? I was unable to find anything in …
-
Hi all,
I would like to implement Markov models for ion channels in Brian2 (as already discussed with @mstimberg).
It seems possible without any changes to the core of Brian2.
I'm trying to imple…
-
Hello,
I was trying to run the _3D_contour.py_ file. It can be run successfully. But the results seem to be wired. I am unsure whether it is because the maximum of my wind speed is 5 m/s.
![imag…