-
Mentioned by @ahwillia in the [JOSS review](https://github.com/openjournals/joss-reviews/issues/615#issuecomment-373460590).
> Is there a nice API to do a nested optimization? Let's say I wanted t…
-
Is there a particular reason for the Huber operator to be implemented using a graph representation based on SOCP? It could also be reduced to a QP.
If I try to solve the Huber regression problem us…
-
Can you check these three other options for the ACTForm refrence and see if any of are a better fit.
A. Gomez Esposito and E. Ramos, “Reliable load flow technique for
radial distribution networks,…
-
Random examples in:
1. R5 → R5 (non-homogeneous)
2. C3 → R5 (non-homogeneous)
3. C3 → R6 (non-homogeneous)
4. R4 → R4 (homogeneous)
Possible ways of making the description o…
-
Currently the norm of `BallInf` is implemented as follows.
```julia
return maximum(map(x -> norm(x, p), vertices_list(B)))
```
We could instead find the corner that is furthest from the origin…
-
A book about oemof was published in the end of 2018.
In the beginning, the author asked me to make a review on this book. I started with the review but I stopped after a while due to the following …
-
At some point osqp returned this :
```
iter objective pri res dua res rho
1 -9.7870e+06 2.10e+03 7.08e+06 1.00e-01
200 -2.3748e+49 1.59e+20 5.12e+22 2.74e+01
400 -8…
-
# The Icon Journey...Version 2
_⚠️ NOTE: [Please read our updated response](https://github.com/microsoft/vscode/issues/71827#issuecomment-495167013) based on the feedback ⚠️_
[The 2017 icon chan…
-
I followed the steps in cvxpy.org: I use Anaconda to install cvxpy.
When I run conda list, I get
cvxcanon 0.1.0 py27_0 cvxgrp
cvxpy 1.…
-
OSQP is happy to minimize -x^2 and return 0 as the optimal solution. Is this expected or should it detect non-convexity?
```julia
using OSQP
m = OSQP.Model()
OSQP.setup!(m, P=spdiagm([-1.0]))
OSQ…