-
Paging @Leguark
# Suggestions to improve the article
* Update code snippets for latest (significantly different) `GemPy 2.x` version
* Update the two plots with better figures.
* Figure 1 d…
-
Use cases:
- often there are significant run-to-run variation of an application due to the inherent randomness, e.g., for Monte-Carlo simulations.
- rocprof doesn't play well with MPI which makes …
-
In synaptic_manager.py - [line 476](https://github.com/SpiNNakerManchester/sPyNNaker/blob/b36e86e7dedbec0d22f8517e618abf920ab54a0d/spynnaker/pyNN/models/neuron/synaptic_manager.py#L476) - and with **d…
-
I am getting an "ERROR: LoadError: type RemoteException has no field model" on the following code. The problem is I have no idea what it means or if it is a bug. Here's a minimal example:
``` julia
u…
-
**Describe the bug**
The SMC simulate query does not 'show' (with an error message, in the plot, some other way) that a model contains deadlock. Therefore, a user might get the impression that the mo…
-
Dear Dr. Jonkman,
I am now working om the Test 25 of the NREL 5 MW-OC4-DeepCwind SemiSubmersible wind turbine. I designed two models, one is a normal operation floating wind turbine model, and for…
-
MCTS will allow the agent to "playout" a game from the current state to generate a distribution over action-values. This will be used to generate a policy: state -> action.
- Will need to be able t…
-
Hello - I just wanted to check in on whether GenX has the functionality to incorporate multiple scenarios (i.e. weather-years with different wind/solar/demand)? Of course I could include multiple yea…
-
@jmdetloff here's some starting points
## Goal
A UI which enables users to quickly simulate models under alternate conditions (e.g., knockout a gene, change the initiation concentration of a drug,…
-
It seems like we should be able to implement an analog to RMSMC (https://github.com/tweag/monad-bayes/blob/master/src/Control/Monad/Bayes/Inference/RMSMC.hs, in particular `rmsmcDynamic`), which basic…