-
So this is a fun one.
The context here is that I'm implementing #5642, which I'm thinking of as a reverse-mode autodifferentiable while loop subject to a maximum number of iterations.
The good n…
-
### Description
When using astropy models to perform astro/photometry, fitting a model to a star image with bounds causes the fit to diverge to the edges of the parameter space. A fit without bounds …
-
Hi,
First of all, great work! And thanks for sharing the code, much appreciated!
I'm trying to reproduce the vocal part of the MUSDB18 results shown in Table 1 reported in the paper. But I got …
-
I started thinking about this when I saw you removed `["gbd", "kpt"]` from the metric. On one hand I think those letters are related and thus should be grouped with each other. On the other hand I und…
-
I thank you for the development of this open-source solver.
I had a problem, for which the decision space is quite small. To guide the search, I gave a feasible point x0 to the solver, but it does…
-
hello there, by any chance are you looking to port geotorch to Jax?
I am trying to do tucker factorization of large sparse tensors, and wanted a pluaggable orthogonality constraint.
thanks
renjit…
-
Release Date: july 2022
Wanted:
- Infrastructure:
- [x] Cpython-3.10.5
- [x] PyPy-3.8 as PyPy-3.9 still not declared stable
- [x] a pyscript.net / pyodide panel semi-internalised exp…
-
\paragraph{Global convergence}
Most of the convergence results in terms of first- or second-order criticality rely on some sufficient decrease conditions on the iterates, such as the Cauchy decreas…
-
## 🐛 Bug
The nightly PyTorch XLA build (20220308 for torch, torchvision, torch_xla, and libtpu) gives an unexpected GRPC error when `all_gather` is used together with `reduced_scatter`.
After so…
-
I am trying to run this code:
```
using GalacticOptim , Optim , NLopt
myobjfcn(x, p) = (x[1]-p)^2 + p
constraint = (x,p) -> [18 - 5*x[1]]
x0 = ones(1)
p = 2
optprob = OptimizationFunction(myob…