- foxes_opt.core.FarmOptProblem.max_values_int()
The maximal values of the integer variables.
Use self.INT_INF for unbounded.
Returns¶
- values: numpy.ndarray
Maximal int values, shape: (n_vars_int,)
The maximal values of the integer variables.
Use self.INT_INF for unbounded.
Maximal int values, shape: (n_vars_int,)