Stefan de Lange

Results 28 issues of Stefan de Lange

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

Hello, thank you for this great implementation, I have been using it and it is very useful. Significant improvements to the filter can be done by applying a weighting function...

I am trying to set a solution limit like this: ``` model = Model(Gurobi.Optimizer) MOI.set(model, MOI.SolutionLimit(), 4) ``` Which returns: > MathOptInterface.UnsupportedAttribute{MathOptInterface.SolutionLimit}: Attribute MathOptInterface.SolutionLimit() is not supported by the model....

enhancement
Wrapper: MathOptInterface

**Describe the bug 🐞** When I plot the output of a system in 3D I use the following syntax, which makes use of [this recipe](https://github.com/SciML/SciMLBase.jl/blob/master/ext%2FSciMLBaseMakieExt.jl): ```julia prob = ODEProblem(lorenz!, u0,...

bug

Add some clarification on how to enable mermaid.

**Describe the bug** Just a heads-up that LaTeX is not rendering in the API reference part of the docs, it's fine everywhere else I looked. Example: [https://www.cvxpy.org/api_reference/cvxpy.atoms.affine.html#convolve](https://www.cvxpy.org/api_reference/cvxpy.atoms.affine.html#convolve) Edit: really odd,...

help wanted
documentation

This replaces the python `pickle` module with the more robust `dill` (see [dill](https://github.com/uqfoundation/dill)), which is used by many projects that require serialization. This will fix the serialization part of issue...

I was wondering if we could add a documentation page for cvxpygen? Perhaps it could be hosted under https://www.cvxpy.org/. I understand this is a bit of a specialist tool, but...

I've been going through the code / docs quite a bit these past few days, because I'm adding some components I need. **Is your feature request related to a problem?...

**Is your feature request related to a problem? Please describe.** Often when solving a problem, I will run into numerical trouble and / or infeasibility issues. I would say this...

help wanted
feature request