-
### Description
When using `jax` based package `pychastic` (an SDE solver) jax backend keeps eating memory indefinitely.
```python
import jax
import jax.numpy as np
import numpy.random
import…
-
from aqua import CF_Solver
# other
cf = CF_Solver('https://artlist.io')
cookie2 = cf.cookie()
print(cookie2)
url = 'https://artlist.io'
# follow up requests
response = cf.client.get(url…
-
### Describe new/missing feature
Currently, we have no simple interface for solving non-linear blocked problems, such as mixed-dimensional problems.
I would suggest adding something that helps the…
-
https://github.com/wangjiangshan0725/RF-Solver-Edit
Seems superior to RF-Inversion
-
There currently is no initial guess implemented in LinearMPC.
In regular nonlinear MPC there is an initial guess computation using either ipopt or a constant LQR gain, that sets the initial values o…
-
Here is some code from `asv` which used `MambaSolver` (vendored from `mamba.api`), with representative values for some of the variables:
```python
solver = MambaSolver(['conda-forge', 'nodefaults'…
-
I'm not sure whether this is a ceres-solver issue, an Eigen3 issue, or just my issue. I have used homebrew on MacOS to install ceres-solver and all of its dependencies including Eigen3. When I try to …
-
Hello,
I tried to run the defects4j benchmark with the nopol repair tool on Bug ID 1. Cerberus runs without errors, but later in the logs of the container, it seems like JUnit binaries are missing.…
-
### Problem
For every auction, solvers and protocol verifiers need to agree which solver submitted _the_ or _a_ winning solution that is supposed to be landed on-chain.
At the moment this is don…
-
`DlibOptimizer` currently has a hardcoded `solver_epsilon` (the magic `0.002`):
https://github.com/ICB-DCM/pyPESTO/blob/ead29b36db80d2eeee91b5d29bfbf4430137f8aa/pypesto/optimize/optimizer.py#L672-L…