-
On Agda 2.6.2, `Parsing.OperatorsExp` as reported by `-vprofile:7` takes 14 seconds on this [10k line file](https://github.com/AndrasKovacs/smalltt/blob/f9c27e825993d7e16282701d83941cf394f63725/bench/…
-
Hey folks.
Any interest in LIPO or any of the variants?
http://blog.dlib.net/2017/12/a-global-optimization-algorithm-worth.html
looks kinda cool and relatively easy to implement.
-
While `minpack` is an important package among the Fortran legacy codes it's age is apparent.
The [Ceres Solver](http://ceres-solver.org/features.html) is a non-linear least squares package written …
-
This might be a good solution for what to do when the Cholesky fails due to almost-singular matrices.
http://www.cs.umd.edu/~oleary/tr/tr4807.pdf
Comments and thoughts welcome. With thanks to S…
-
@mdda This repo is amazing. Thank you so much for that. I am trying to play with the Intrinsic Dimensionality code ([link](https://github.com/mdda/deep-learning-workshop/blob/master/notebooks/work-in-…
-
This is the top level issue for the tier 2 optimizer for CPython 3.13 and beyond.
Try to keep discussion here at a high level and discuss the details on the sub-issues.
The tier 2 optimizer has …
-
Could potientially go through every trigger on map start and gets its entity KVs
-
If an expression contains multiple calls to the same function, the return variable gets clobbered:
```
fn f(_ a: Num, _ b: Num) -> Num {
a + b
}
let n = f(1, 2) + f(3, 4)
# =>
block…
-
## 🐛 Bug
Instantiating the same model on different machine give different initial weights.
I tracked down the problem to be in the implementation of tensor.uniform_() which generate slightly differe…
-
Hi Ryan, you mentioned in https://github.com/facebook/Ax/issues/751#issuecomment-990472001 that this method includes materials composition as input parameters (solar cell use-case). Two questions:
…