check_IntegerProblem_is_multi_objective#
- pybrops.opt.prob.IntegerProblem.check_IntegerProblem_is_multi_objective(v, vname)[source]#
Check if a IntegerProblem is multi objective in nature, otherwise raise TypeError.
- Parameters:
v (IntegerProblem) – A IntegerProblem for which to check the number of objectives.
vname (str) – Name of variable to print in TypeError message.
- Return type:
None