Comment by TheHideout

1 day ago

AKA they're doing what every other aerospace company has been doing for decades, multidisciplinary design analysis and optimization [0] with simulation in the loop. If you were to ask them how they're leveraging Design of Experiments I bet it'd be met with "design of what?".

[0] https://en.wikipedia.org/wiki/Multidisciplinary_design_optim...

That doesn't sound good to investors that don't know anything and don't do any due diligence.

I’m a little confused how this differs from standard constraint optimization.

  • It doesn't, they just want to use a buzzword to make it look like they are doing new and advanced things.

  • In standard constraint optimization you know the constraints at compile time. In MDO many constraints are generated at runtime and constantly change as you search for solutions.

    • In MDAO you definitely know all the constraints at compile time, but inequality constraints can be active or inactive as the optimizer progresses.

      That's how SNOPT, IPOPT, presumably KNITRO and nonlinear programming optimizers work.

      Yes MDAO is "just" constrained nonlinear optimization.

      You come up with a model for your thing, which often involves multiple "disciplines" like mass, propulsion, aerodynamics, loads, trajectory/equations of motion, and then usually use some framework to calculate the constraints values and objective value and their gradients

      1 reply →