-
It is quite common (see, e.g., gallery entries [pmp_42](https://i-heart-la.github.io/Supplementary_webpages/gallery/pmp_42/index.html), [convex_optimization_276](https://i-heart-la.github.io/Supplemen…
-
Hey is the code correct because the warp field being generated by the code in the example is not the same as the warp field generated by the image registration ryo-ito github repository you reference …
-
Optimization.jl is okay, but it's not quite conforming to the standards of the SciML interface.
It conflaits the "solver package" with the "interface package". In some sense, the current
Optimizatio…
-
The standard definition of BIC is
BIC = -2 log(L*) + k log(n)
where k is the number of parameters of the _full statistical model_. When assuming a model with Gaussian errors,
y = f(x) + e, e…
-
#### Describe the bug
This is more of a **question**, and maybe a potential issue (please, correct me where I am wrong)
I was trying to fit a simple `logit` model using `sm.Logit` approach but I…
-
I've written a simple implementation of the Kamada Kawai layout using Optim. Is there interest in a general inclusion? If so, I'll clean it up and put in a pull-request.
-
## ❓ Questions and Help
Hi theseus team,
I'm currently using theseus to solve some non-linear optimization problem. In my case, some cost function will return negative cost. However, in the object…
-
We need to adapt all notebooks to follow the following notation criteria
* k for the samples indexes (k=0, ..., K-1)
* i for the components (i=0, ..., m-1)
* n for the time index (in learning rul…
-
I just read the paper for this project and it looks amazing and has given me great insight to piece-wise algorithms. I think that it would be amazing if you could include a section to your paper looki…
-
The issue of acceleration came up in #68 , either by numba or by cython. It seems like we should branch the discussion off into its own issue.
### Cython
* Pro: minimal dependencies, pip instal…