Philipp Schiele

Results 117 comments of Philipp Schiele

@datatravelgit CVXPY does not do anything specific to limit the usage of a proxy. It looks like the error you see is happening during the build when a pinned version...

@DrunkRandomWalker Could you explain in a bit more detail what you are trying to do? As mentioned in the issue description, minimal code examples are ideal. I am also not...

@adishavit Many thanks for your implementation above, this was really helpful for me! The only thing that proved difficult for me is that it requires one binary helper variable per...

@r-barnes I tried this on a fresh clone of your fork. Indeed, installing fails with assertions enabled when your fix is not in place. Regarding your comment `ATTENTION!`. Does that...

@cvxpy/maintainers Could you please merge the current master into this branch so we get retrigger the CI and get the benchmarks?

@SteveDiamond We can have the full python/os matrix run on the default backend, and have one config run the other backends.

For problems not containing any parameters, the improvements are: | Benchmark | Improvement | | --- | --- | | cvar_benchmark | 15% | | optimal_advertising | 74% | |...

The SDP example is significantly slower under the new backend, even though it does not use parameters. This is worth looking into, but as the current suggestion is to add...

@cvxpy/maintainers Many thanks for your detailed reviews! I have addressed all of your comments above. In particular, I have added: - Extensive tests, with unit tests covering all major functions...

+1 from me for this approach as well. This will give a nice opportunity to test the process of pushing fixes to multiple supported branches.