-
`void MCTS::backpropagation(){
int winer = simulation();
Node *work;
work=now;
while(now!= Root){
if(now->movement.player == winer){
now->win++;
}
…
-
Now that people outside the Collaboration are slowly starting using ixpeobssim, this might be a sensible thing to have in order to lower the learning curve and optimize resources.
I will collect po…
-
Hey,
Your package is awesome, I'm just missing the feature of using z coordinates. Is this planned for the future?
[Here ](https://github.com/SamPIngram/RipleyK)is an implementation of Ripley'…
-
### Description
CuRAND.pxd already has these Quasi Random generators enumerated, but it appears they are not yet available in CuPy:
CURAND_RNG_QUASI_DEFAULT = 200
CURAND_RNG_QUASI_SOBOL32 =…
-
## Problem Description
When conducting simulations using DAGMC (Direct Accelerated Geometry Monte Carlo), we encounter a scenario where the need arises to differentiate materials that originally ar…
-
local alternative #2217 #1758
regression, glm general #6759 #7542 #6558 #8148
general power issues, roadmap #8705
to get started in this direction:
start with simple versions and add refineme…
-
Implement a simulator of various trading and investing strategies both on real and synthetic data. As such, it can be used both as a backtest and as a Monte-Carlo simulator.
In any case, the idea i…
-
I am currently working on adding support for the [HOOMD-blue simulation engine](https://hoomd-blue.readthedocs.io/en/latest/) (version 3, which is currently in beta). I am opening this issue to commun…
bdice updated
2 years ago
-
-
When spawning child processes using the multiprocessing module, it appears that all child processes share the parent's random seed.
This creates a subtle and difficult to detect bug in the common u…
mosco updated
4 years ago