-
### Describe the workflow you want to enable
I'd like to have faster convergence of the `"newton-cg"` solver of `LogisticRegression` based on scientific publications with empirical studies as done …
-
diffrax 0.6.0
jax 0.4.30
Using jax.experimental.enable_x64 and jit will return a exception.
```python
import jax
import jax.numpy as jnp
import diffrax
key = jax.random.PRNGKey(0)
x1 = …
dv-ai updated
2 weeks ago
-
**What version of OR-Tools and what language are you using?**
Version: `main` and `v99bugfix`
OS: Windows (MSVC)
Language: C++
**Which component are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP,…
Mizux updated
10 hours ago
-
In the [inner loop of IMC](https://github.com/ftsrg/theta/blob/cb77d7e6bb0e51ea00d2a1dc483fdf510dd8e8b4/subprojects/common/analysis/src/main/java/hu/bme/mit/theta/analysis/algorithm/bounded/BoundedChe…
-
Idea: provision the timeout for more than 1 unrolling to avoid spending the entire timeout in the first unrolling step. This would (maybe) allow the automatic verification of properties that are true …
-
I would like to express my gratitude for the amazing work done by the Tesseract Robotics team. While using Trajopt, I've encountered a few questions that I hope you could help clarify (please forgive …
-
### Informations
- **Qiskit Experiments version**: 0.8.0
- **Python version**: 3.10
- **Operating system**: Mac OS Sequoia
### What is the current behavior?
Trying to set up calibrati…
-
For the following very simple QP, the solver gets into an infinite loop
> #include "Highs.h"
int main()
{
HighsModel model;
HighsLp& lp = model.lp_;
HighsHessian& hessian = model.hessian…
-
Hey there,
Some native JAX solvers such as `jnp.linalg.solve` and `jax.scipy.sparse.linalg.gmres` nicely support batch mode, where the right hand side of the system $A X = B$ is a $n \times m$ matri…
-
I'd like to be able to pass a custom solver as an argument:
```python
class MyClusterSolver(ClusterSolver):
def kernel(self, *args, **kwargs):
# some custom code
dmet = DMET(mf, sol…