gemseo.problems.mdo.scalable.parametric.disciplines.main_discipline module#
The main discipline.
- class MainDiscipline(*t_i, **default_input_values)[source]#
Bases:
BaseDisciplineThe main discipline of the scalable problem.
It computes the objective \(x_0^Tx_0 + \sum_{i=1}^N y_i^Ty_i\). and the left- hand side of the constraints \(t_1-y_1\leq 0,\ldots,t_N-y_N\leq 0\).
Initialize self. See help(type(self)) for accurate signature.