-
**Describe the bug**
Running `pip install cvxpy` fails when using Python 3.12
**To Reproduce**
```
conda create -n py312-cvxpy python=3.12
conda activate py312-cvxpy
pip install cvxpy
```…
-
**Submitting author:** @IlianPihlajamaa (Ilian Pihlajamaa)
**Repository:** https://github.com/IlianPihlajamaa/ModeCouplingTheory.jl
**Branch with paper.md** (empty if default branch):
**Version:** 0.…
-
Hi Bob, @bobmyhill , thanks for your reply. I closed the previous issue since I found a more practical one to ask. So I am testing the "exact" implementation of the Peierls with the set of parameters …
-
We had a case where we wanted to use Levenshtein distance instead of the usual euclidean_distances. We ended monkey-patching the cluster module.
I think it'll be nice to add another parameter to KMea…
-
I've noticed that in addition to the Hessian regularization in DDP, you describe and implement a line-search for the scaling of the feed-forward term of the controller.
I am aware that Mayne (1967…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
This issue is for a discussion on introducing multiobjective support to JuMP (and
MOI).
## Passing multiple objectives to the solver
There are two possibilities:
1. Extending `@objective` to…
-
I'm using the binary distribution of sage 7.1 (64 bit) on Ubuntu 14.04: http://mirrors.mit.edu/sage/linux/64bit/sage-7.1-Ubuntu_14.04-x86_64.tar.bz2
It seems that the `relocate-once.py` script does…
-
Hello guys,
first of all thank you for great efforts put into this library! I am trying to solve following problem using BilevelJuMP:
- port operators are trying to maximize their profits by adjus…
-
We have heard from multiple directions ([interpreters](https://github.com/WebAssembly/function-references/issues/35), [toolchains](https://github.com/WebAssembly/function-references/issues/40), [debug…