-
It's common to have a "CPU utilization" value calculated as an average utilization across all logical CPU threads (as displayed in Windows Task Manager), but this is of limited use to the observer unl…
-
I'm just putting some ideas down here for how a JSON-LD patch system might be implemented. This may or may not turn into a spec we want to produce.
Suppose that we defined (loosely for now, can be …
-
```
* JGraphT version: 1.4.0
* Java version (java -version)/platform: Zulu OpenJDK 11.0.8, Windows
```
**Issue**
I am trying to find the shortest cycle going through a particular vertex in…
-
This is for https://github.com/uwdata/mosaic/issues/385. Code is in https://github.com/cmudig/mosaic/tree/cache.
-
[NetworkX](https://networkx.github.io/) is the most common graph library for Python, and I was expecting this client to be utilizing it.
What are your thoughts on utilizing it?
-
I think normalized distance should be from 0 to 1
-
I find that the current `Total` for binary relations is a misnomer: Currently there is:
```agde
Total : ∀ {a ℓ} {A : Set a} → Rel A ℓ → Set _
Total _∼_ = ∀ x y → (x ∼ y) ⊎ (y ∼ x)
```
But a binar…
-
Are multitrees in scope for this library?
It is basically a DAG with certain constraints.
Here's an explanation of, and a use case for, multitrees: https://github.com/climech/grit#multitrees
-
I think these would be nice to have. Their usage can come about when wanting to run an algorithm for a single node.
I know one can extract a column or row and assign this into a new matrix to get …
-
### System Info
```shell
The examples provided do not work correctly, I think there has been updates in the intel neural compressor toolkit, which is now 3.0. and the habana quantization toolkit, and…