-
_Originally created by mmarcusx on 2013-04-15 09:21:20._
We need a simple multi-objective mixed integer problem to evaluate the performance of NSGA-II and future algorithms on it.
-
Hi Bryan,
Your library has been super useful for evaluating optical systems!
However, I noticed the following when performing the field calculations in `./core/cfields.pyx`, in line 94 of `sum_g…
-
Taking the enhancement in #8446 even further. This would allow:
```python
x, y = np.meshgrid(np.linspace(-2, 2, 5), np.linspace(-4, 4, 9))
z = x**2 + y**2
dzdx, dzdy = np.gradient(z, x, y) # Ca…
-
Dear David,
In the TwistingCube part, the E is [1,25] in your code(as well as your article) , what's the unit of E ?
We are tring to perform the steel matertial with E = 210e9. The problem is the tr…
-
Hi team,
I need to implement a simulation in which a 4-link manipulator captures a target body and then executes a maneuver.
For the pre-capture phase (in which the bodies are separated and indepen…
-
Don't get why this fails:
```python
from casadi import *
x = MX.sym("x")
p = MX.sym("p")
y = MX.sym("y")
solver = nlpsol("solver","sqpmethod",{"x":vertcat(x,y),"p":p,"f":(x-p)**2,"g":ver…
-
Hi! This is not an issue, I was looking for a way to image satellites with remote telescopes and I found your repo. What has your experience with them been? You got the images you wanted?
-
If your performing exponentiation on the same variable in multiple locations in your code, you may have duplicate constraints in many places.
Ideally the backend should be able to catch these and o…
-
### 请确保您已阅读以上注意事项,并勾选下方的确认框。
- [X] 我已经仔细阅读上述内容
- [X] 我已经使用 [最新构建](https://github.com/LagrangeDev/Lagrange.Core/actions/) 测试过,问题依旧存在。
- [X] 我已经在 [Issue Tracker](https://github.com/LagrangeDev/Lagrange…
-
### 请确保您已阅读以上注意事项,并勾选下方的确认框。
- [X] 我已经仔细阅读上述内容
- [X] 我已经使用 [最新构建](https://github.com/LagrangeDev/Lagrange.Core/actions/) 测试过,问题依旧存在。
- [X] 我已经在 [Issue Tracker](https://github.com/LagrangeDev/Lagrange…