-
In order to avoid missing the pixel center, twice the capture speed could be used and averaging of the two
-
A current limitation of index_signal is aliasing when the playback speed is faster than the source speed.
For example, if the source is sampled at 44100, but the playback speed is 2x and the playba…
-
Design of Experiments (DOE) is a valuable tool in aeronautical engineering, enabling rapid exploration of an aircraft's design space. DOE allows engineers to compare design choices, assess the impact …
-
At LabWeek'24, we were recommended to tweak the tasking algorithm (deal sampling) so that:
- New deals get tested soon after they are announced on the chain.
- All miners have a reasonably recent Sp…
-
While the on-GPU sampling is neat, moving logits to the CPU might still be faster.
One idea would be to have `logitsample(f::Function, logits)`, falling back to `logitsamplel(f(logits))`, with spec…
-
I started from workflow 12861.0 (which is a neutrino gun) and then modified step3 (reconstruction) by
1. Replaced `PoolSource` with `RepeatingCachedRootSource`. This allows the job to run an infini…
-
It would be useful to be able to specify to the optimizer a bounding box that defines a region of the objective space outside of which you don't care about results.
E.g., if you try to find optimal…
-
Currently the display is refreshed all 125 ms. Some users want to have a real time level with lower display frequency.
Do we let the user select the window time of real time measurement ?
-
Hello,
Is there a way to make it sample data faster than ~1Hz?
Thanks
-
Currently sampling on Postgres uses `ORDER BY RANDOM() LIMIT` (see [here](https://github.com/OHDSI/WhiteRabbit/blob/master/whiterabbit/src/main/java/org/ohdsi/whiteRabbit/scan/SourceDataScan.java#L545…