Remix.run Logo
TheHideout 5 days 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...

class3shock 5 days ago | parent | next [-]

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

ricardobeat 4 days ago | parent | prev | next [-]

Which non-military aircraft have been developed with these methods in the past 20 years?

pxeger1 4 days ago | parent [-]

Boeing 787

saagarjha 5 days ago | parent | prev | next [-]

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

TheHideout 4 days ago | parent | next [-]

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.

fluorinerocket 4 days ago | parent [-]

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

TheHideout 4 days ago | parent [-]

Constraints can very much be dynamic and emergent from complex event chains.

class3shock 4 days ago | parent | prev [-]

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

fluorinerocket 5 days ago | parent | prev | next [-]

Shhhh we're calling it AI now

klysm 4 days ago | parent | prev [-]

On what basis do you think nobody on the team understands DoE?