-
Hi @rsonthal ,
I found that when the input metric is the distance of many random points (n=128) in a 3d unit ball, then TreeRep can often return a tree with **negative edge weights**. Is this an im…
-
`n : Number = 5
`
produces
`test_compiler.py:18: error: Incompatible types in assignment (expression has type "int", variable has type "Number")`
Which it probably shouldn't because isinstance…
-
To have a more powerful conflict avoidance than one-up-one-down, a Hungarian draw generator similar to the one for BP could be created using penalties as costs. The penalties could then be balanced wi…
-
This is a followup item for the [Array module review](https://github.com/Cray/chapel-private/issues/2241).
One item we wanted further discussion on is:
These functions (remove sorted, reverse, f…
-
The methods `weak_popov_form` and `row_reduced_form` currently appear on any matrix. But their main target should be matrices over `k[x]`.
CC: @sagetrac-dlucas
Component: **linear algebra**
K…
-
One problem at Twitter is "misinformation". Before being acquired, especially after the start of the COVID epidemic, Twitter shadowbanned, deboosted and outright banned people sharing views on certain…
-
This is a combinatorial implementation of the affine symmetric group, providing a second implementation of the WeylGroup(['A',k,1]), but quite a bit faster. Also included are combinatorial implmene…
-
In GitLab by @ybouilla on Dec 12, 2022, 11:43
This task focuses on declearn `Optimizer` component for Pytorch
**Goal of the task**
Add `declearn`'s `Optimizers` whthin FedBioMed, compatible with …
-
In #68 I mentioned how I was reluctantly merging the subrequest work b/c I had gotten a few key structural changes mixed in with the subrequest stuff and didn't want to sort it out, but it would be be…
-
Recent merges have caused some bugs when trying to run the mnist workload (both jax and pytorch).
## Description
The bugs were introduced sometime between now and this commit (which works):
```…