-
I have thought about it, and in general there are simulation functions which return outputs. However, those outputs might not be in the form that we need (for example, it might return too many outputs…
-
Generally, the server's first flight (of a 1-RTT connection attempt) has a single Initial packet and the rest is made up of 1 or more Handshake packets. If the UDP datagram containing the Initial pack…
-
Inspired by the discussion on PR #124 and issue #126, I think that we need to think more about how "compilation" passes should compose. "Compilation" passes are simply passes that turn control into st…
-
In an attempt to structure our discussion I suggest to use this issue to collect a wishlist of how we would like to use Sacred from a birds-eye perspective.
I suggest that we edit this issue to refle…
-
From here: https://github.com/optuna/optuna/blob/master/docs/source/tutorial/configurations.rst#note-on-the-number-of-parameters
> The difficulty of optimization increases roughly exponentially wit…
-
For a high dimensional problem, one naive approach is to calculate all the partial derivative in parallel then apply SGD or other algorithm. Have you compare this naive approach with your method, say …
-
**Describe the bug**
Tested 4.1.0 RC1 on a new build with SPRACINGH7EXTREME and found that the bidirectional dshot not working ... Motor 4 does not spinning, shows 100% errors in the motor tab and in…
-
### mpv version and platform
Mac.
_mpv 9efb027 Copyright © 2000-2018 mpv/MPlayer/mplayer2 projects
built on Sat Apr 14 00:14:40 CEST 2018
ffmpeg library versions:
libavutil 56.13.10…
-
make[5]: Entering directory '/home/tkloczko/rpmbuild/BUILD/libqb-1.0.3/tests'
PASS: array.test
PASS: map.test
PASS: rb.test
FAIL: log.test
PASS: blackbox-segfault.sh
PASS: loop.test
P…
-
See https://github.com/rust-lang/rust/pull/69033#issuecomment-605357808; @kpp reports a 200%+ regression on some futures microbenchmarks, e.g.:
```
future::ready/async_combinators …