- foxes_opt.core.FarmConstraint.get_bounds()
Returns the bounds for all components.
Non-existing bounds are expressed by np.inf.
Returns¶
- min: np.array
The lower bounds, shape: (n_components,)
- max: np.array
The upper bounds, shape: (n_components,)
Returns the bounds for all components.
Non-existing bounds are expressed by np.inf.
The lower bounds, shape: (n_components,)
The upper bounds, shape: (n_components,)