-
Add a struct that we can call `Polygon` that represents a possibly non-convex polygon. We can implement it as an array of line segments.
cc @mvanzulli
-
Hi everyone,
I would like to ask you if you are planning to implement the new oemof version 0.5.0 into the SESMG. Currently, I am modeling a district energy system with SESMG and some of the new fe…
-
Firepluk raised the point that the new player is hampered by unit clumping. It is unreasonable to expect new players to learn about custom formations and pickup the muscle memory so some sort of point…
-
**Github username:** @0xpessimist
**Twitter username:** 0xpessimist
**Submission hash (on-chain):** 0x7f0f5703e47bcc4533094462af3979eb240ecc8f5f119f32a13a8eeac5e15fc9
**Severity:** medium
**Descript…
-
Thank you for this!
If there isn't any planned Vue JS support how can we integrate Convex into a generic frontend project? Or would you have to set up a Node server?
-
### Package Name/Version
cmaes/0.10.0
### Webpage
https://github.com/CMA-ES/libcmaes
### Source code
https://github.com/CMA-ES/libcmaes
### Description of the library/tool
From the Readme:
l…
-
## Goal:
The aim of this issue is to solve NOCP for generating centroidal momentum dynamics using sequential convex programming (SCP) subject to state and control constraints.
-
scikit-learn supports the following penalties:
- [x] `penalty="l2"`
- [ ] `penalty="l1"`
- [ ] `penalty="elasticnet"`: Convex combination of L2 and L1; (1 - l1_ratio) \* L2 + l1_ratio \* L1.
-
Engineering design is a big application area of convex optimization. It would be great to have a section in the examples on just this one topic.
-
Possible idea for project:
Disease/virus tracking:
Maps the locations of where disease/virus has spread using convex hull.
Can be used to show the spread over a map
Can also be used as a way to …