-
**Note update**:
statsmodels supports now all scipy optimizers through the scipy.optimize minimize function. The list below has not been updated. Several scipy optimizers (especially bfgs) have chan…
-
First of all, thank you for the great package!
This line gives me a no method error with the arguments being sparse:
https://github.com/spacedome/FEASTSolver.jl/blob/ed5470aee37dd09a65e1919264efd2…
-
#34251 adds `cvxpy` and a MIP backend.
Here we add:
- a new SDP backend.
See also:
- #26511 Meta-ticket: Use Python optimization interfaces: PuLP, Pyomo, cylp...
- #33487 package cylp - n…
-
Hi everyone,
I have a slight issue with the matrix product evaluated on lazy tensors. Let's `K` is a [N, M] matrix - the result of a distance function on inputs `x` and `y` with shapes [N, 1] and […
-
This [blogpost](https://cityinthesky.co.uk/posts/2020/collocation-for-finding-periodic-orbits-of-odes/) shows working collocation algorithm for detection of periodic orbits of ODEs. It could be implem…
-
@tamiko @jppelteret: FYI
My student @juleoc02 has found that it takes an inordinately long time to set up linear operators when using Trilinos payloads. Here is a test code, of which only the `vmul…
-
Hi, I'm on Julia 1.8.2 and I'm trying to use exponential solvers on a moderately-sized problem. When I construct the linear operator via `Diagonal`, I notice some performance issues. I reported this i…
-
This issue summarizes and tracks the ongoing effort to add a custom function API to MoveIt 2 for better support of optimizing planners.
### Motivation
> In order to get an optimal solution for…
-
We need
- Cholesky
- SVD
- QR
@lambday @khalednasr I leave this to you
-
### Description
The iteration variable becomes NaN at initialization and the solver tries to solve with NaN. This leads to continuous error and warning in the log file.
The models are listed below…