-
ASV sometimes adds a `~` to ratios if there are many sample (with high variance, I'm guessing), but there's a bug somewhere how these results are evaluated when the significant changes are given out.
…
-
The NNDC data that we use for testing on Travis only contains a single temperature for pointwise cross sections. This means that our regression testing currently misses temperature interpolation, whic…
-
For scenarios where robots may return to, or continuously navigate, priorly explored environments, many SLAM pipelines are capable of loading/importing models of previous maped environments, e.g. a se…
-
Just a thought suggestion, if it is possible to add the ability to display GUI binaries or possibly render 2D/3D GUI (say code compiled with OpenGL). From an experience standpoint, it might look like …
-
I think I was able to replace `vtkSimpleCriticalSection.h` with `mutex` it compiles but wondered if there is any regression test that we could make to check the code still works the same as before.
-
If I understand correctly, all benchmarks listed in https://www.cp2k.org/performance are run without the GPU, and the last reported benchmark is from 2019.
Perhaps it would make sense to add new be…
-
#### Introduction
This proposal suggests integrating **[BGFX](https://github.com/bkaradzic/bgfx)**, an open-source, cross-platform graphics library, as the rendering backend for the **Redot Engine*…
-
Background: In (DREAM) Challenges organized using Synapse, participants are required to accept the challenge / platform rules and Data User Agreement. Now the implementation of this process has not fo…
-
Task list for making the serializable VMs feature complete:
- [x] Re-implement dynamic memory allocation so that it doesn't require the VM to have custom functionality (specifically dynamic virtual…
-
# Motivation
Public datasets are generally provided with negative samples to make it easier to train and compare results for different algorithms. Although, the most common for industry use cases is …