-
I think we should start contemplating the core of the algorithm.
Pure DFS definitely won't work.
Do you think Branch-and-bound would work?
-
so far we only allow for uniform, however, we should in my opinion distinguish between uniform and logUniform. in most cases we use actually log-uniform as we consider a uniform distribution on log sc…
-
Hi!
Kilosort 4 does not seem to be tracking slow drift as well as we might hope. We record under anesthesia and do not have a lot of fast drift, so we have set nblocks to 0 to turn off “drift corr…
-
The genetic algorithm has a large number of hyperparameters which need to be chosen for the hypotheses in #19:
Operations:
- Crossover method/whether to crossover
- Crossover probability
- How m…
-
I'm trying to sample points for finetuning the SimpleClick model using my own sampling algorithm. Therefore i tried to figure out the points format, that's required to use the [model.forward(self, ima…
-
We use ICBM 2009c. Apparently the recobundles atlas is in ICBM 2009a space. I don't know the difference. But this is quoting from the README file that comes with the Atlas_80_Bundles
**All the bund…
-
# Design considerations
**Goal:** organize classes for inference and posterior analysis API
* Continuous only, or also discrete parameters? (allow discrete data and generated quantities)
* …
-
Hello!
I couldn't help but notice that the audio quality for the nodes isn't the same as on the playstation. As it was stated before in a pull request, using ffmpeg to convert the files applies a l…
-
#### Expected Behavior
Placement timing should sample a variety (all?) of block types when forming delta matrix,.
#### Current Behavior
Delta delays are sample at most 6 types of blocks, and …
-
Hi,
I followed the tutorial to define a custom log-likelihood to give that to `bat_sample()`. My likelihood seems to work fine, however, `bat_sample()` doesn't work for me. After some time I get the …