gemseo.problems.mdo.scalable.parametric.core.variable module#
A variable.
- class Variable(name, size, lower_bound, upper_bound, default_value)[source]#
Bases:
NamedTupleA variable.
Create new instance of Variable(name, size, lower_bound, upper_bound, default_value)
- Parameters:
- default_value: RealArray#
The default_value of the variable.
- lower_bound: RealArray#
The lower bound of the variable.
- upper_bound: RealArray#
The upper bound of the variable.