foxes_opt.problems.layout.geom_layouts.constraints.Constraint.get_bounds()[source] Returns the bounds for all components. Non-existing bounds are expressed by np.inf. ReturnsΒΆ min: np.arrayThe lower bounds, shape: (n_components,) max: np.arrayThe upper bounds, shape: (n_components,)