-
We thank the NeuroImage for the opportunity to revise our paper, and the Handling Editor, the editorial team, and three referees for their thoughtful comments and suggestions. We have revised our manu…
-
Hi everyone !
Here is our first issue to set up a program (menu) for our lectures on Julia HPC. After our first meeting, there seems to be two main "blocks" of lectures
1. serial code optimizat…
-
In http://www.mathcancer.org/blog/saving-multicellds-data-from-biofvm/ I see
> Future releases of BioFVM will support reading MultiCellDS snapshots (for model initialization).
I'd like to be abl…
-
I did quick search on the docs and the github and I found that there wasn't much description of the constraint tolerance parameter. The most information I found was the docstring on Integrator (below…
-
# Reviewer 1
> For someone with statistical training such as me, reading Tang et al's manuscript was a pleasure. In essence, the work tell us that a low-rank approximation of the connectomes is a …
-
In the course of playing around with `fishing-v1`, I've come across a few peculiar things that are worthy of exploration or at least some public disclosure.
Action Space Size: In training an agent,…
-
In a recent project I had some issues with `external_pointer` that I wanted to discuss. First, a bit of context: My goal was to make a simple C++ library consisting of a bunch of classes that do stoch…
-
Dear developers and users,
I have fitted a potential using the `mpi` version of gap_fit on Archer2, and tried to validate it comparing to my previously fitted potential (with the same reference dat…
-
I am trying to change my simulation to use GPUs rather than just CPUs. I changed `sim!(output, spec_rule,nbr_rule; proc = ThreadedCPU(), boundary=Wrap())` to use "CuGPU" instead of "ThreadedCPU", but …
-
Andrew you migth want to look at this issues, talk to Kiri to get up to speed on the problem.
Consider this simple model, it only has a single statement that samples from a unifrom distribution:
…