sellar_design_space module¶
Sellar MDO problem’s Design Space¶
-
class
gemseo.problems.sellar.sellar_design_space.SellarDesignSpace(dtype='complex128')[source]¶ Bases:
gemseo.algos.design_space.DesignSpaceSellarDesignSpace creates the
DesignSpaceof the Sellar problem whoseMDODisciplineareSellar1,Sellar2andSellarSystem.x_local belongs to [0., 10.]
x_shared_0 belongs to [-10., 10.]
x_shared_1 belongs to [0., 10.]
y_0 belongs to [-100., 100.]
y_1 belongs to [-100., 100.]
The constructor creates a blank
DesignSpaceto which it adds all design variables.