0 to optimization in 10 steps
0 to optimization in 10 steps¶
This guide serves as a medium-length approach to developing an understanding of how to perform multidisciplinary design optimization (MDO) assuming no prior knowledge of MDO. We assume that you have college-level training in engineering concepts, including differential equations, Python programming, and basic numerical methods. Additionally, most all of the examples use OpenMDAO, so having experience with it or going through the documentation is beneficial.
Also, step 10 could arguably come first as it might inform how you set up the filesystem for these models and optimizations.
Building uncoupled feed forward models
Problem formulation
Simple gradient-free opt
Get partial derivatives
Gradient-based opt
[[Why to use gradient-based optimizers]]
[[Types of gradient-based optimizers]]
Building coupled models
[[Fixed point iterators vs Newton]]
[[Gradient-free multidisciplinary optimization]]
Total derivatives for coupled models
[[Relevant software engineering topics]]
[[Git]]
[[Folder and package structure]]
[[Tests]]
[[Continuous integration]]