Hacker News new | ask | show | jobs
by cjbgkagh 1432 days ago
I’m sure you could make a deep learning model approximation of the computational fluid dynamics that would be much computationally efficient. Allowing form more detail and or faster execution.
1 comments

If you care about computational efficiency, build a lookup table and cache it. Flight models generally deal with a known, bounded problem space rather than novel inputs.
Sure, if a lookup table works for your problem then use that. Im specifically talking about an optimization of CFD.