subproblem_example.py

class openmdao.examples.subproblem_example.MultiMinGroup[source]

Bases: openmdao.core.group.Group

In the range -pi <= x <= pi function has 2 local minima, one is global

global min is: f(x) = -1.31415926 at x = pi local min at: f(x) = -0.69084489952 at x = -3.041593

openmdao.examples.subproblem_example.main(num_par_doe)[source]