-
This paper presents a computational workflow combining a fast multipole method library and a Galerkin boundary element method package for solving the Poisson-Boltzmann (PB) equation for large systems …
-
In julia 1.3 the threadsafe runtime for truly parallel tasks [has arrived](https://julialang.org/blog/2019/07/multithreading) which will greatly increase the interest in concurrent computation in Juli…
-
Here are two-sample, two-dimensional test cases (designed for fp32, but you can design similar cases for fp64, too):
```
d0=numpy.array([[ 1, 0.],[ 0., 1.]]).astype('float32')
d1=nu…
-
Hi! I’m excited to begin discussion of strategies for implementing a dataframe.
I imagine this repo as the main archive of discussions, with perhaps a discord channel for real-time chat.
I think…
-
This is a list of articles to read and maybe categorise if they are interesting. Probably best to keep each link in its own comment, react when handled.
-
Thanks to @slibkind's PR #433, we now have a first implementation of the left pushforward data migration functor for C-sets. Given a functor F: C -> D between schemas, the algorithm assumes that the g…
-
Apparently breakout rooms are one of the things that people need in order to leave proprietary solutions which are not offered by Jitsi yet.
There are a number of open source (and otherwise) soluti…
-
Sometimes it is useful to simulate motion for a single object without updating the entire world. For example, in a networked multiplayer game, it might be necessary for a server to compute the motion …
-
#### SDK and version
SDK : Java
Version: 10.18.0 (Core 13.26)
#### Observations
* How frequent do the crash occur?
Occasionally
* Does it happen in production or during dev/test?
Producti…
-
Depending on the search space, are there any recommendations for the parameter max_trials ?
For example, if I have 10 parameters and 5 possible values for each parameter : How should I set the max_…