marmaduke woodman
marmaduke woodman
> verify that the default parameters are reasonable The parameters are lifted from a Friston paper I think, so they are at least defensible if not reasonable.
isn't the OU something you could do with the colored noise support?
And a workaround for `ffs` from Cairo, ```c #include #pragma intrinsic(_BitScanForward) static __forceinline int ffs (int x) { unsigned long i; if (_BitScanForward(&i, x) != 0) return i + 1;...
Is this by chance a way to use auxiliary variables? e.g. I have ```julia using ParameterizedFunctions f = @ode_def rww begin c = a + b * b dx =...
I mean that JJazzLab doesn't have access to common folders. Here's a screenshot for example of what I see when I try to open something I've downloaded: I'd expect not...
Seems since Catalina, https://support.apple.com/en-gb/guide/mac-help/mchld5a35146/10.15/mac/10.15 Is the mac app compiled with a recent version of the JVM? If the JVM version is older than Catalina, it probably doesn't support this.
We've made simple use of HDF5 (often just one or two datasets) for heavy numerical data (well, MB to TBs) in [TVB](https://github.com/the-virtual-brain), a computational modeling environment, for the last 7...
> TVB uses that aren't suited to TSV/NIfTI Surfaces & sparse matrices come to mind; these have straightforward serializations to arrays, so I would specify conventions for the serialization (e.g....
> What do you currently use HDF5 for? We don't use HDF5 for relational metadata, which is stored in an SQL DB and sidecar XML files, but just about everything...
> I don't see much hope for pleasing even a simple majority of people with any of the choices discussed here JSON is hardly ideal, but once it's chosen, use...