-
As of this writing, only 3 of 16 (and possibly [24](https://github.com/bepu/bepuphysics2/issues/1)) contact constraints exist.
We'll need to create the rest of them, but we need to run the numbers …
-
I think we can use this space for a new name candidate.
Current proposals:
* `NonSmoothProblems.jl`
* `NonConvex.jl`
* `Snoopy.jl`
* `Splitomatic.jl`
-
I would like to add the possibility to provide (optional) offsets within the `Transformer` class as it is one missing feature needed to completely describe a linear equation.
TF = solph.Transfo…
-
I am using the `GenericStorage` object (without investment) to model some components and just stumbled upon a weird behaviour:
It always uses a `nominal_input/output_capacity_ratio` to set the uppe…
-
- Nonconvex manifolds with more than one contact will be composed of a bunch of separate contact constraints that each have their own tangent friction constraint (and so get twist friction for 'free')…
-
把论文中所有不认识的单词都查一遍
-
osqp failed to find a feasible solution when solving a quadratic programming problem given below. Even if I provide an initial feasible solution using `prob.warm_start(x=x0)`, it will still fail to fi…
-
mlpack implements a some gradient-based optimization algorithms; each method is tested on some simple function to test they work as expected for that particular function.
Since implementing meaning…
-
Add a containment check `∈(x, S)` for all sets.
For some we already have `is_contained`. I prefer `in` instead (the Julia alias for `∈`).
-
Dear @jacobwilliams,
many thanks for sharing your fortran code! As I would like to use the optimization algorithm slsqp on a windows device I tryed to build both of your test programms.
First w…