-
Do these algorithms calculate the overall maximum of the data set? or just the maximum in each thread block?
-
**Is your feature request related to a problem? Please describe.**
A frequently-encountered "user error" for the Abins/Abins2D algorithms is that the user Default Save Directory is set to somewhere w…
-
## Issue
Many use cases involve running multiple simulations with different timeframes, algorithms, or parameters. These simulations can be run in parallel to save researchers lots of time. We should…
-
For example, on a quad core system one could run four genetic algorithms in parallel and then choose the best of the four.
-
### What happened + What you expected to happen
Running the example script `rllib/examples/connectors/flatten_observations_dict_space.py` raises an error because the order of Connectors in the `env_t…
-
gmsh allows for certain algorithms to parallelize the meshing operation, e.g. of possible implementation
```
gmsh.option.setNumber("Mesh.MaxNumThreads1D", number_of_threads)
gmsh.option.setNumb…
-
### Presentation of the new sampler
Parallel tempering, known also as replica exchange MCMC, maintains $K$ Markov chains at different temperatures, ranging from $\pi_0$ (the reference distribut…
-
There have been a couple of API changes in intel thread building blocks which apparently makes it incompatible with Storm right now.
For example, our `findTBB.cmake` appears to not work on macOS an…
-
current heatmap- in repo(it says- ran on 2 cores):
I tried re-running these and got these results(used 8 cores):
**Potential cause**: other background processes or the machine goes into 'sle…
-
I would like for join_nodes to support priorities.
Hello, I'm working on a project that uses the TBB flow graph on a cyclic directed graph. The graph contains ~1M functional node types and most of …